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.artifact   
org.apache.maven.plugin.assembly.model   
org.apache.maven.plugin.assembly.resolved   
 

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.artifact
 

Methods in org.apache.maven.plugin.assembly.artifact with parameters of type ModuleSet
 ResolvedModuleSet DefaultDependencyResolver.resolve(Assembly assembly, ModuleSet moduleSet, AssemblerConfigurationSource configSource)
           
 ResolvedModuleSet DependencyResolver.resolve(Assembly assembly, ModuleSet moduleSet, AssemblerConfigurationSource configSource)
           
 

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.
 

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

Methods in org.apache.maven.plugin.assembly.resolved that return ModuleSet
 ModuleSet ResolvedModuleSet.getModuleSet()
           
 

Methods in org.apache.maven.plugin.assembly.resolved with parameters of type ModuleSet
static ResolvedModuleSet ResolvedModuleSet.createResolvedModuleSet(ModuleSet moduleSet)
           
 



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