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 (package private) void
ModuleSetAssemblyPhase. addModuleBinaries(Assembly assembly, ModuleSet moduleSet, ModuleBinaries binaries, java.util.Set<org.apache.maven.project.MavenProject> projects, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource)
static java.util.Set<org.apache.maven.project.MavenProject>
ModuleSetAssemblyPhase. getModuleProjects(ModuleSet moduleSet, AssemblerConfigurationSource configSource, org.slf4j.Logger logger)
private void
ModuleSetAssemblyPhase. validate(ModuleSet moduleSet, AssemblerConfigurationSource configSource)
-
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 java.util.Map<DependencySet,java.util.Set<org.apache.maven.artifact.Artifact>>
DefaultDependencyResolver. resolveDependencySets(Assembly assembly, ModuleSet moduleSet, AssemblerConfigurationSource configSource, java.util.List<DependencySet> dependencySets)
java.util.Map<DependencySet,java.util.Set<org.apache.maven.artifact.Artifact>>
DependencyResolver. resolveDependencySets(Assembly assembly, ModuleSet moduleSet, AssemblerConfigurationSource configSource, java.util.List<DependencySet> dependencySets)
(package private) void
DefaultDependencyResolver. updateModuleSetResolutionRequirements(ModuleSet set, DependencySet dependencySet, ResolutionManagementInfo requirements, AssemblerConfigurationSource configSource)
-
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 void
ModuleSetConsumer. accept(ModuleSet resolvedModule)
-
Uses of ModuleSet in org.apache.maven.plugins.assembly.model
Fields in org.apache.maven.plugins.assembly.model with type parameters of type ModuleSet Modifier and Type Field Description private java.util.List<ModuleSet>
Assembly. moduleSets
Field moduleSets.private java.util.List<ModuleSet>
Component. moduleSets
Field moduleSets.Methods in org.apache.maven.plugins.assembly.model that return types with arguments of type ModuleSet Modifier and Type Method Description java.util.List<ModuleSet>
Assembly. getModuleSets()
Method getModuleSets.java.util.List<ModuleSet>
Component. getModuleSets()
Method getModuleSets.Methods in org.apache.maven.plugins.assembly.model with parameters of type ModuleSet Modifier and Type Method Description void
Assembly. addModuleSet(ModuleSet moduleSet)
Method addModuleSet.void
Component. addModuleSet(ModuleSet moduleSet)
Method addModuleSet.void
Assembly. removeModuleSet(ModuleSet moduleSet)
Method removeModuleSet.void
Component. 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 void
Assembly. setModuleSets(java.util.List<ModuleSet> moduleSets)
Set specifies which module files to include in the assembly.void
Component. setModuleSets(java.util.List<ModuleSet> moduleSets)
Set specifies which module files to include in the assembly. -
Uses of ModuleSet in org.apache.maven.plugins.assembly.model.io.xpp3
Methods in org.apache.maven.plugins.assembly.model.io.xpp3 that return ModuleSet Modifier and Type Method Description private ModuleSet
AssemblyXpp3Reader. parseModuleSet(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseModuleSet.private ModuleSet
ComponentXpp3Reader. parseModuleSet(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseModuleSet.Methods in org.apache.maven.plugins.assembly.model.io.xpp3 with parameters of type ModuleSet Modifier and Type Method Description private void
AssemblyXpp3Writer. writeModuleSet(ModuleSet moduleSet, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeModuleSet.private void
ComponentXpp3Writer. writeModuleSet(ModuleSet moduleSet, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeModuleSet.
-