Uses of Interface
org.codehaus.mojo.license.MavenProjectDependenciesConfigurator

Packages that use MavenProjectDependenciesConfigurator
org.codehaus.mojo.license   
 

Uses of MavenProjectDependenciesConfigurator in org.codehaus.mojo.license
 

Classes in org.codehaus.mojo.license that implement MavenProjectDependenciesConfigurator
 class AddThirdPartyMojo
          Goal to generate the third-party license file.
 class DownloadLicensesMojo
          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.
 

Methods in org.codehaus.mojo.license with parameters of type MavenProjectDependenciesConfigurator
 SortedMap<String,org.apache.maven.project.MavenProject> DefaultDependenciesTool.loadProjectDependencies(org.apache.maven.project.MavenProject project, MavenProjectDependenciesConfigurator configuration, org.apache.maven.artifact.repository.ArtifactRepository localRepository, List<org.apache.maven.artifact.repository.ArtifactRepository> remoteRepositories, SortedMap<String,org.apache.maven.project.MavenProject> cache)
          For a given project, obtain the universe of his dependencies after applying transitivity and filtering rules given in the configuration object.
 SortedMap<String,org.apache.maven.project.MavenProject> DependenciesTool.loadProjectDependencies(org.apache.maven.project.MavenProject project, MavenProjectDependenciesConfigurator configuration, org.apache.maven.artifact.repository.ArtifactRepository localRepository, List<org.apache.maven.artifact.repository.ArtifactRepository> remoteRepositories, SortedMap<String,org.apache.maven.project.MavenProject> cache)
          For a given project, obtain the universe of his dependencies after applying transitivity and filtering rules given in the configuration object.
 



Copyright © 2010-2012 The Kuali Foundation. All Rights Reserved.