Uses of Interface
org.codehaus.mojo.license.api.MavenProjectDependenciesConfigurator
Packages that use MavenProjectDependenciesConfigurator
Package
Description
Api package
-
Uses of MavenProjectDependenciesConfigurator in org.codehaus.mojo.license
Classes in org.codehaus.mojo.license that implement MavenProjectDependenciesConfiguratorModifier and TypeClassDescriptionclass
Created on 23/05/16.class
Base class for third-party reports.class
Goal to generate the third-party license file.class
Download the license files of all aggregated dependencies of the current project, and generate a summary file containing a list of all dependencies and their licenses.class
Generates a report of all third-parties detected in the module.class
Download the license files of all the current project's dependencies, and generate a summary file containing a list of all dependencies and their licenses.class
Generates a report of all third-parties detected in the module. -
Uses of MavenProjectDependenciesConfigurator in org.codehaus.mojo.license.api
Methods in org.codehaus.mojo.license.api with parameters of type MavenProjectDependenciesConfiguratorModifier and TypeMethodDescriptionDefaultThirdPartyHelper.loadDependencies
(MavenProjectDependenciesConfigurator configuration, ResolvedProjectDependencies dependencyArtifacts) Load all dependencies given the configuration asMavenProject
.ThirdPartyHelper.loadDependencies
(MavenProjectDependenciesConfigurator configuration, ResolvedProjectDependencies dependencyArtifacts) Load all dependencies given the configuration asMavenProject
.DependenciesTool.loadProjectDependencies
(ResolvedProjectDependencies artifacts, MavenProjectDependenciesConfigurator configuration, List<org.apache.maven.artifact.repository.ArtifactRepository> remoteRepositories, SortedMap<String, org.apache.maven.project.MavenProject> cache) For a givenproject
, obtain the universe of its dependencies after applying transitivity and filtering rules given in theconfiguration
object. -
Uses of MavenProjectDependenciesConfigurator in org.codehaus.mojo.license.download
Methods in org.codehaus.mojo.license.download with parameters of type MavenProjectDependenciesConfiguratorModifier and TypeMethodDescriptionvoid
LicensedArtifactResolver.loadProjectDependencies
(ResolvedProjectDependencies artifacts, MavenProjectDependenciesConfigurator configuration, List<org.apache.maven.artifact.repository.ArtifactRepository> remoteRepositories, Map<String, LicensedArtifact> result, boolean extendedInfo, List<String> licenseMerges) For a givenproject
, obtain the universe of its dependencies after applying transitivity and filtering rules given in theconfiguration
object.