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

Packages that use ModuleSet
org.apache.maven.plugin.assembly.archive.phase   
org.apache.maven.plugin.assembly.model   
 

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

Methods in org.apache.maven.plugin.assembly.archive.phase with parameters of type ModuleSet
static Set<org.apache.maven.project.MavenProject> ModuleSetAssemblyPhase.getModuleProjects(ModuleSet moduleSet, AssemblerConfigurationSource configSource, org.codehaus.plexus.logging.Logger logger)
           
 

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

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

Methods in org.apache.maven.plugin.assembly.model with parameters of type ModuleSet
 void Component.addModuleSet(ModuleSet moduleSet)
          Method addModuleSet.
 void Assembly.addModuleSet(ModuleSet moduleSet)
          Method addModuleSet.
 void Component.removeModuleSet(ModuleSet moduleSet)
          Method removeModuleSet.
 void Assembly.removeModuleSet(ModuleSet moduleSet)
          Method removeModuleSet.
 

Method parameters in org.apache.maven.plugin.assembly.model with type arguments of type ModuleSet
 void Component.setModuleSets(List<ModuleSet> moduleSets)
          Set specifies which module files to include in the assembly.
 void Assembly.setModuleSets(List<ModuleSet> moduleSets)
          Set specifies which module files to include in the assembly.
 



Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.