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 TypeClassDescriptionclassCreated on 23/05/16.classBase class for third-party reports.classGoal to generate the third-party license file.classDownload 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.classGenerates a report of all third-parties detected in the module.classDownload the license files of all the current project's dependencies, and generate a summary file containing a list of all dependencies and their licenses.classGenerates 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 theconfigurationobject. -
Uses of MavenProjectDependenciesConfigurator in org.codehaus.mojo.license.download
Methods in org.codehaus.mojo.license.download with parameters of type MavenProjectDependenciesConfiguratorModifier and TypeMethodDescriptionvoidLicensedArtifactResolver.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 theconfigurationobject.