Uses of Class
org.apache.maven.plugins.assembly.model.ModuleSet
-
-
Uses of ModuleSet in org.apache.maven.plugins.assembly.archive.phase
Methods in org.apache.maven.plugins.assembly.archive.phase with parameters of type ModuleSet Modifier and Type Method Description static Set<org.apache.maven.project.MavenProject>ModuleSetAssemblyPhase. getModuleProjects(ModuleSet moduleSet, AssemblerConfigurationSource configSource, org.slf4j.Logger logger) -
Uses of ModuleSet in org.apache.maven.plugins.assembly.artifact
Methods in org.apache.maven.plugins.assembly.artifact with parameters of type ModuleSet Modifier and Type Method Description Map<DependencySet,Set<org.apache.maven.artifact.Artifact>>DefaultDependencyResolver. resolveDependencySets(Assembly assembly, ModuleSet moduleSet, AssemblerConfigurationSource configSource, List<DependencySet> dependencySets)Map<DependencySet,Set<org.apache.maven.artifact.Artifact>>DependencyResolver. resolveDependencySets(Assembly assembly, ModuleSet moduleSet, AssemblerConfigurationSource configSource, List<DependencySet> dependencySets) -
Uses of ModuleSet in org.apache.maven.plugins.assembly.functions
Methods in org.apache.maven.plugins.assembly.functions with parameters of type ModuleSet Modifier and Type Method Description voidModuleSetConsumer. accept(ModuleSet resolvedModule) -
Uses of ModuleSet in org.apache.maven.plugins.assembly.model
Methods in org.apache.maven.plugins.assembly.model that return types with arguments of type ModuleSet Modifier and Type Method Description List<ModuleSet>Assembly. getModuleSets()Method getModuleSets.List<ModuleSet>Component. getModuleSets()Method getModuleSets.Methods in org.apache.maven.plugins.assembly.model with parameters of type ModuleSet Modifier and Type Method Description voidAssembly. addModuleSet(ModuleSet moduleSet)Method addModuleSet.voidComponent. addModuleSet(ModuleSet moduleSet)Method addModuleSet.voidAssembly. removeModuleSet(ModuleSet moduleSet)Method removeModuleSet.voidComponent. removeModuleSet(ModuleSet moduleSet)Method removeModuleSet.Method parameters in org.apache.maven.plugins.assembly.model with type arguments of type ModuleSet Modifier and Type Method Description voidAssembly. setModuleSets(List<ModuleSet> moduleSets)Set specifies which module files to include in the assembly.voidComponent. setModuleSets(List<ModuleSet> moduleSets)Set specifies which module files to include in the assembly.
-