- AbstractAnalyzeMojo - Class in org.apache.maven.plugins.dependency.analyze
-
Analyzes the dependencies of this project and determines which are: used and declared; used and undeclared; unused
and declared; compile scoped but only used in tests.
- AbstractAnalyzeMojo() - Constructor for class org.apache.maven.plugins.dependency.analyze.AbstractAnalyzeMojo
-
- AbstractDependencyFilterMojo - Class in org.apache.maven.plugins.dependency.fromDependencies
-
Class that encapsulates the plugin parameters, and contains methods that handle dependency filtering
- AbstractDependencyFilterMojo() - Constructor for class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
-
- AbstractDependencyMojo - Class in org.apache.maven.plugins.dependency
-
- AbstractDependencyMojo() - Constructor for class org.apache.maven.plugins.dependency.AbstractDependencyMojo
-
- AbstractFromConfigurationMojo - Class in org.apache.maven.plugins.dependency.fromConfiguration
-
Abstract parent class used by mojos that get Artifact information from the plugin configuration as an ArrayList of
ArtifactItems
- AbstractFromConfigurationMojo() - Constructor for class org.apache.maven.plugins.dependency.fromConfiguration.AbstractFromConfigurationMojo
-
- AbstractFromDependenciesMojo - Class in org.apache.maven.plugins.dependency.fromDependencies
-
Abstract Parent class used by mojos that get Artifact information from the project dependencies.
- AbstractFromDependenciesMojo() - Constructor for class org.apache.maven.plugins.dependency.fromDependencies.AbstractFromDependenciesMojo
-
- AbstractResolveMojo - Class in org.apache.maven.plugins.dependency.resolvers
-
- AbstractResolveMojo() - Constructor for class org.apache.maven.plugins.dependency.resolvers.AbstractResolveMojo
-
- AbstractSerializingVisitor - Class in org.apache.maven.plugins.dependency.tree
-
Abstract class for visitors performing serialization.
- AbstractSerializingVisitor(Writer) - Constructor for class org.apache.maven.plugins.dependency.tree.AbstractSerializingVisitor
-
Constructor.
- accept(Node, List<Node>) - Method in class org.apache.maven.plugins.dependency.resolvers.ExcludeReactorProjectsDependencyFilter
-
- addExclusions(List<Exclusion>) - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeDepMgt
-
Returns a map of the exclusions using the Dependency ManagementKey as the keyset.
- addParentPoms - Variable in class org.apache.maven.plugins.dependency.fromDependencies.CopyDependenciesMojo
-
Add parent poms to the list of copied dependencies (both current project pom parents and dependencies parents).
- AnalyzeDepMgt - Class in org.apache.maven.plugins.dependency.analyze
-
This mojo looks at the dependencies after final resolution and looks for mismatches in your dependencyManagement
section.
- AnalyzeDepMgt() - Constructor for class org.apache.maven.plugins.dependency.analyze.AnalyzeDepMgt
-
- AnalyzeDuplicateMojo - Class in org.apache.maven.plugins.dependency.analyze
-
Analyzes the <dependencies/>
and <dependencyManagement/>
tags in the
pom.xml
and determines the duplicate declared dependencies.
- AnalyzeDuplicateMojo() - Constructor for class org.apache.maven.plugins.dependency.analyze.AnalyzeDuplicateMojo
-
- AnalyzeMojo - Class in org.apache.maven.plugins.dependency.analyze
-
Analyzes the dependencies of this project and determines which are: used and declared; used and undeclared; unused
and declared.
- AnalyzeMojo() - Constructor for class org.apache.maven.plugins.dependency.analyze.AnalyzeMojo
-
- AnalyzeOnlyMojo - Class in org.apache.maven.plugins.dependency.analyze
-
Analyzes the dependencies of this project and determines which are: used and declared; used and undeclared; unused
and declared.
- AnalyzeOnlyMojo() - Constructor for class org.apache.maven.plugins.dependency.analyze.AnalyzeOnlyMojo
-
- AnalyzeReportMojo - Class in org.apache.maven.plugins.dependency.analyze
-
Analyzes the dependencies of this project and produces a report that summarizes which are: used and declared; used
and undeclared; unused and declared.
- AnalyzeReportMojo() - Constructor for class org.apache.maven.plugins.dependency.analyze.AnalyzeReportMojo
-
- AnalyzeReportRenderer - Class in org.apache.maven.plugins.dependency.analyze
-
This is the view part of the analyze-report mojo.
- AnalyzeReportRenderer(Sink, I18N, Locale, ProjectDependencyAnalysis) - Constructor for class org.apache.maven.plugins.dependency.analyze.AnalyzeReportRenderer
-
- appendArtifactPath(Artifact, StringBuilder) - Method in class org.apache.maven.plugins.dependency.fromDependencies.BuildClasspathMojo
-
Appends the artifact path into the specified StringBuilder.
- appendOutput - Variable in class org.apache.maven.plugins.dependency.resolvers.AbstractResolveMojo
-
Whether to append outputs into the output file or overwrite it.
- artifact - Variable in class org.apache.maven.plugins.dependency.utils.markers.DefaultFileMarkerHandler
-
The artifact.
- ArtifactItem - Class in org.apache.maven.plugins.dependency.fromConfiguration
-
ArtifactItem represents information specified in the plugin configuration section for each artifact.
- ArtifactItem() - Constructor for class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
-
Default ctor.
- ArtifactItem(Artifact) - Constructor for class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
-
- artifactItem - Variable in class org.apache.maven.plugins.dependency.utils.markers.UnpackFileMarkerHandler
-
The ArtifactItem.
- ArtifactItemFilter - Interface in org.apache.maven.plugins.dependency.utils.filters
-
- ArtifactTranslator - Interface in org.apache.maven.plugins.dependency.utils.translators
-
- attachFile(String) - Method in class org.apache.maven.plugins.dependency.fromDependencies.BuildClasspathMojo
-
- canGenerateReport() - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeReportMojo
-
- classifier - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
-
Specify classifier to look for.
- ClassifierTypeTranslator - Class in org.apache.maven.plugins.dependency.utils.translators
-
- ClassifierTypeTranslator(ArtifactHandlerManager, String, String) - Constructor for class org.apache.maven.plugins.dependency.utils.translators.ClassifierTypeTranslator
-
- cleanToBeTokenizedString(String) - Static method in class org.apache.maven.plugins.dependency.utils.DependencyUtil
-
Clean up configuration string before it can be tokenized.
- clearMarker() - Method in class org.apache.maven.plugins.dependency.utils.markers.DefaultFileMarkerHandler
-
Deletes the file or directory denoted by this abstract pathname.
- clearMarker() - Method in interface org.apache.maven.plugins.dependency.utils.markers.MarkerHandler
-
- clearMarker() - Method in class org.apache.maven.plugins.dependency.utils.markers.SourcesFileMarkerHandler
-
Deletes the file or directory denoted by this abstract pathname.
- CollectDependenciesMojo - Class in org.apache.maven.plugins.dependency.resolvers
-
Goal that collects the project dependencies from the repository.
- CollectDependenciesMojo() - Constructor for class org.apache.maven.plugins.dependency.resolvers.CollectDependenciesMojo
-
- compare(Artifact, Artifact) - Method in class org.apache.maven.plugins.dependency.fromDependencies.BuildClasspathMojo
-
Compares artifacts lexicographically, using pattern [group_id][artifact_id][version].
- containsVersion(VersionRange, ArtifactVersion) - Static method in class org.apache.maven.plugins.dependency.tree.TreeMojo
-
- copyArtifact(ArtifactItem) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.CopyMojo
-
Resolves the artifact from the repository and copies it to the specified location.
- copyArtifact(Artifact, boolean, boolean, boolean) - Method in class org.apache.maven.plugins.dependency.fromDependencies.CopyDependenciesMojo
-
Copies the Artifact after building the destination file name if overridden.
- copyArtifact(Artifact, boolean, boolean, boolean, boolean) - Method in class org.apache.maven.plugins.dependency.fromDependencies.CopyDependenciesMojo
-
Copies the Artifact after building the destination file name if overridden.
- CopyDependenciesMojo - Class in org.apache.maven.plugins.dependency.fromDependencies
-
Goal that copies the project dependencies from the repository to a defined location.
- CopyDependenciesMojo() - Constructor for class org.apache.maven.plugins.dependency.fromDependencies.CopyDependenciesMojo
-
- copyFile(File, File) - Method in class org.apache.maven.plugins.dependency.AbstractDependencyMojo
-
Does the actual copy of the file and logging.
- CopyMojo - Class in org.apache.maven.plugins.dependency.fromConfiguration
-
Goal that copies a list of artifacts from the repository to defined locations.
- CopyMojo() - Constructor for class org.apache.maven.plugins.dependency.fromConfiguration.CopyMojo
-
- copyPom - Variable in class org.apache.maven.plugins.dependency.fromDependencies.CopyDependenciesMojo
-
Also copy the pom of each artifact.
- copyPoms(File, Set<Artifact>, boolean) - Method in class org.apache.maven.plugins.dependency.fromDependencies.CopyDependenciesMojo
-
Copy the pom files associated with the artifacts.
- copyPoms(File, Set<Artifact>, boolean, boolean) - Method in class org.apache.maven.plugins.dependency.fromDependencies.CopyDependenciesMojo
-
Copy the pom files associated with the artifacts.
- createProjectDependencyAnalyzer() - Method in class org.apache.maven.plugins.dependency.analyze.AbstractAnalyzeMojo
-
- getArtifact(ArtifactItem) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.AbstractFromConfigurationMojo
-
Resolves the Artifact from the remote repository if necessary.
- getArtifact() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
-
- getArtifact() - Method in class org.apache.maven.plugins.dependency.utils.markers.DefaultFileMarkerHandler
-
- getArtifactId() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
-
- getArtifactItem() - Method in class org.apache.maven.plugins.dependency.utils.markers.UnpackFileMarkerHandler
-
- getArtifactItems() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.AbstractFromConfigurationMojo
-
- getArtifactManagementKey(Artifact) - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeDepMgt
-
This function returns a string comparable with Dependency.GetManagementKey.
- getArtifactResolver() - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
-
- getArtifactsFilter() - Method in class org.apache.maven.plugins.dependency.resolvers.AbstractResolveMojo
-
- getBaseVersion() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
-
- getChildLogger(String) - Method in class org.apache.maven.plugins.dependency.utils.DependencySilentLog
-
- getClassifier() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
-
- getClassifier() - Method in class org.apache.maven.plugins.dependency.utils.translators.ClassifierTypeTranslator
-
- getClassifierTranslatedDependencies(Set<Artifact>, boolean) - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
-
Transform artifacts
- getDependencyGraph() - Method in class org.apache.maven.plugins.dependency.tree.TreeMojo
-
Gets the computed dependency graph root node for the Maven project.
- getDependencyNodeVisitor() - Method in class org.apache.maven.plugins.dependency.tree.BuildingDependencyNodeVisitor
-
Gets the dependency node visitor that this visitor applies on the resultant dependency tree.
- getDependencyResolver() - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
-
- getDependencySets(boolean) - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
-
- getDependencySets(boolean, boolean) - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
-
Method creates filters and filters the projects dependencies.
- getDependencyTree() - Method in class org.apache.maven.plugins.dependency.tree.BuildingDependencyNodeVisitor
-
Gets the root node of the resultant dependency tree constructed by this visitor.
- getDescription(Locale) - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeReportMojo
- getDestFileName() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
-
- getEncoding() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
-
- getEncoding() - Method in class org.apache.maven.plugins.dependency.fromDependencies.UnpackDependenciesMojo
-
- getExcludes() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
-
- getExcludes() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.UnpackMojo
-
- getExcludes() - Method in class org.apache.maven.plugins.dependency.fromDependencies.UnpackDependenciesMojo
-
- getExclusionErrors(Map<String, Exclusion>, Set<Artifact>) - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeDepMgt
-
Returns a List of the artifacts that should have been excluded, but were found in the dependency tree.
- getExclusionKey(Artifact) - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeDepMgt
-
- getExclusionKey(Exclusion) - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeDepMgt
-
- getFileMappers() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
-
- getFileMappers() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.UnpackMojo
-
- getFileMappers() - Method in class org.apache.maven.plugins.dependency.fromDependencies.UnpackDependenciesMojo
-
- getFormattedFileName(Artifact, boolean) - Static method in class org.apache.maven.plugins.dependency.utils.DependencyUtil
-
Builds the file name.
- getFormattedFileName(Artifact, boolean, boolean) - Static method in class org.apache.maven.plugins.dependency.utils.DependencyUtil
-
Builds the file name.
- getFormattedFileName(Artifact, boolean, boolean, boolean) - Static method in class org.apache.maven.plugins.dependency.utils.DependencyUtil
-
Builds the file name.
- getFormattedFileName(Artifact, boolean, boolean, boolean, boolean) - Static method in class org.apache.maven.plugins.dependency.utils.DependencyUtil
-
Builds the file name.
- getFormattedOutputDirectory(boolean, boolean, boolean, boolean, boolean, boolean, File, Artifact) - Static method in class org.apache.maven.plugins.dependency.utils.DependencyUtil
-
Formats the outputDirectory based on type.
- getGroupId() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
-
- getI18nString(Locale, String) - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeReportMojo
-
- getIncludes() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
-
- getIncludes() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.UnpackMojo
-
- getIncludes() - Method in class org.apache.maven.plugins.dependency.fromDependencies.UnpackDependenciesMojo
-
- getMarkedArtifactFilter(ArtifactItem) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.CopyMojo
-
- getMarkedArtifactFilter() - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
-
Return an ArtifactsFilter
indicating which artifacts must be filtered out.
- getMarkedArtifactFilter() - Method in class org.apache.maven.plugins.dependency.fromDependencies.BuildClasspathMojo
-
- getMarkedArtifactFilter() - Method in class org.apache.maven.plugins.dependency.fromDependencies.CopyDependenciesMojo
-
- getMarkedArtifactFilter() - Method in class org.apache.maven.plugins.dependency.fromDependencies.UnpackDependenciesMojo
-
- getMarkedArtifactFilter() - Method in class org.apache.maven.plugins.dependency.resolvers.GoOfflineMojo
-
- getMarkedArtifactFilter() - Method in class org.apache.maven.plugins.dependency.resolvers.ResolveDependenciesMojo
-
- getMarkedArtifactFilter() - Method in class org.apache.maven.plugins.dependency.resolvers.ResolvePluginsMojo
-
- getMarkerFile() - Method in class org.apache.maven.plugins.dependency.utils.markers.DefaultFileMarkerHandler
-
Returns properly formatted File
- getMarkerFile() - Method in class org.apache.maven.plugins.dependency.utils.markers.SourcesFileMarkerHandler
-
Returns properly formatted File
- getMarkerFile(boolean) - Method in class org.apache.maven.plugins.dependency.utils.markers.SourcesFileMarkerHandler
-
Get MarkerFile, exposed for unit testing purposes
- getMarkerFile() - Method in class org.apache.maven.plugins.dependency.utils.markers.UnpackFileMarkerHandler
-
- getMarkerFilesDirectory() - Method in class org.apache.maven.plugins.dependency.utils.markers.DefaultFileMarkerHandler
-
- getMarkersDirectory() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.UnpackMojo
-
- getMarkersDirectory() - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
-
- getMismatch(Map<String, Dependency>, Set<Artifact>) - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeDepMgt
-
Calculate the mismatches between the DependencyManagement and resolved artifacts
- GetMojo - Class in org.apache.maven.plugins.dependency
-
Resolves a single artifact, eventually transitively, from the specified remote repositories.
- GetMojo() - Constructor for class org.apache.maven.plugins.dependency.GetMojo
-
- getName(Locale) - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeReportMojo
- getName() - Method in class org.apache.maven.plugins.dependency.utils.DependencySilentLog
-
- getOutput(boolean, boolean, boolean) - Method in class org.apache.maven.plugins.dependency.resolvers.ResolveDependenciesMojo
-
- getOutputDirectory() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.AbstractFromConfigurationMojo
-
- getOutputDirectory() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
-
- getOutputDirectory() - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractFromDependenciesMojo
-
- getOutputFileDirectory() - Method in class org.apache.maven.plugins.dependency.utils.filters.DestFileFilter
-
- getOutputName() - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeReportMojo
- getOverWrite() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
-
- getProcessedArtifactItems(ProcessArtifactItemsRequest) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.AbstractFromConfigurationMojo
-
Preprocesses the list of ArtifactItems.
- getProcessedArtifactItems(boolean) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.UnpackMojo
-
- getProject() - Method in class org.apache.maven.plugins.dependency.AbstractDependencyMojo
-
- getProject() - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeDepMgt
-
- getProject() - Method in class org.apache.maven.plugins.dependency.tree.TreeMojo
-
Gets the Maven project used by this mojo.
- getRepositoryManager() - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
-
- getResolvedDependencies(boolean) - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
-
Retrieves dependencies, either direct only or all including transitive.
- getResolvedDependencies() - Method in class org.apache.maven.plugins.dependency.utils.DependencyStatusSets
-
- getResolvedPomArtifact(Artifact) - Method in class org.apache.maven.plugins.dependency.fromDependencies.CopyDependenciesMojo
-
- getResults() - Method in class org.apache.maven.plugins.dependency.resolvers.ResolveDependenciesMojo
-
- getSerializingDependencyNodeVisitor(Writer) - Method in class org.apache.maven.plugins.dependency.tree.TreeMojo
-
- getSkippedDependencies() - Method in class org.apache.maven.plugins.dependency.utils.DependencyStatusSets
-
- getThreshold() - Method in class org.apache.maven.plugins.dependency.utils.DependencySilentLog
-
- getTitle() - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeReportRenderer
-
- getType() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
-
- getType() - Method in class org.apache.maven.plugins.dependency.utils.translators.ClassifierTypeTranslator
-
- getUnResolvedDependencies() - Method in class org.apache.maven.plugins.dependency.utils.DependencyStatusSets
-
- getVersion() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
-
- GoOfflineMojo - Class in org.apache.maven.plugins.dependency.resolvers
-
Goal that resolves all project dependencies, including plugins and reports and their dependencies.
- GoOfflineMojo() - Constructor for class org.apache.maven.plugins.dependency.resolvers.GoOfflineMojo
-
- GraphmlDependencyNodeVisitor - Class in org.apache.maven.plugins.dependency.tree
-
A dependency node visitor that serializes visited nodes to a writer using the
graphml format.
- GraphmlDependencyNodeVisitor(Writer) - Constructor for class org.apache.maven.plugins.dependency.tree.GraphmlDependencyNodeVisitor
-
Constructor.