Uses of Class
org.apache.maven.plugin.assembly.model.DependencySet

Packages that use DependencySet
org.apache.maven.plugin.assembly.archive.phase   
org.apache.maven.plugin.assembly.archive.task   
org.apache.maven.plugin.assembly.model   
org.apache.maven.plugin.assembly.resolved   
 

Uses of DependencySet in org.apache.maven.plugin.assembly.archive.phase
 

Methods in org.apache.maven.plugin.assembly.archive.phase that return types with arguments of type DependencySet
static List<DependencySet> ModuleSetAssemblyPhase.getDependencySets(ModuleBinaries binaries)
           
 

Uses of DependencySet in org.apache.maven.plugin.assembly.archive.task
 

Methods in org.apache.maven.plugin.assembly.archive.task that return types with arguments of type DependencySet
 List<DependencySet> AddDependencySetsTask.getDependencySets()
           
 

Constructor parameters in org.apache.maven.plugin.assembly.archive.task with type arguments of type DependencySet
AddDependencySetsTask(List<DependencySet> dependencySets, Set<org.apache.maven.artifact.Artifact> resolvedArtifacts, org.apache.maven.project.MavenProject project, org.apache.maven.project.MavenProjectBuilder projectBuilder, org.codehaus.plexus.archiver.manager.ArchiverManager archiverManager, org.codehaus.plexus.logging.Logger logger)
           
 

Uses of DependencySet in org.apache.maven.plugin.assembly.model
 

Methods in org.apache.maven.plugin.assembly.model that return types with arguments of type DependencySet
 List<DependencySet> Component.getDependencySets()
          Method getDependencySets.
 List<DependencySet> ModuleBinaries.getDependencySets()
          Method getDependencySets.
 List<DependencySet> Assembly.getDependencySets()
          Method getDependencySets.
 

Methods in org.apache.maven.plugin.assembly.model with parameters of type DependencySet
 void Component.addDependencySet(DependencySet dependencySet)
          Method addDependencySet.
 void ModuleBinaries.addDependencySet(DependencySet dependencySet)
          Method addDependencySet.
 void Assembly.addDependencySet(DependencySet dependencySet)
          Method addDependencySet.
 void Component.removeDependencySet(DependencySet dependencySet)
          Method removeDependencySet.
 void ModuleBinaries.removeDependencySet(DependencySet dependencySet)
          Method removeDependencySet.
 void Assembly.removeDependencySet(DependencySet dependencySet)
          Method removeDependencySet.
 

Method parameters in org.apache.maven.plugin.assembly.model with type arguments of type DependencySet
 void Component.setDependencySets(List<DependencySet> dependencySets)
          Set specifies which dependencies to include in the assembly.
 void ModuleBinaries.setDependencySets(List<DependencySet> dependencySets)
          Set specifies which dependencies of the module to include in the assembly.
 void Assembly.setDependencySets(List<DependencySet> dependencySets)
          Set specifies which dependencies to include in the assembly.
 

Uses of DependencySet in org.apache.maven.plugin.assembly.resolved
 

Methods in org.apache.maven.plugin.assembly.resolved that return types with arguments of type DependencySet
 List<DependencySet> ResolvedAssembly.getDependencySets()
           
 



Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.