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.functions   
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<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
 Map<DependencySet,Set<Artifact>> DependencyResolver.resolveDependencySets(Assembly assembly, ModuleSet moduleSet, AssemblerConfigurationSource configSource, List<DependencySet> dependencySets)
           
 Map<DependencySet,Set<Artifact>> DefaultDependencyResolver.resolveDependencySets(Assembly assembly, ModuleSet moduleSet, AssemblerConfigurationSource configSource, List<DependencySet> dependencySets)
           
 

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

Methods in org.apache.maven.plugin.assembly.functions with parameters of type ModuleSet
 void ModuleSetConsumer.accept(ModuleSet resolvedModule)
           
 

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–2015 The Apache Software Foundation. All rights reserved.