Modifier and Type | Method and 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.codehaus.plexus.logging.Logger logger) |
private void |
ModuleSetAssemblyPhase.validate(ModuleSet moduleSet,
AssemblerConfigurationSource configSource) |
Modifier and Type | Method and 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(AssemblyId assemblyId,
ModuleSet set,
DependencySet dependencySet,
ResolutionManagementInfo requirements,
AssemblerConfigurationSource configSource) |
Modifier and Type | Method and Description |
---|---|
void |
ModuleSetConsumer.accept(ModuleSet resolvedModule) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ModuleSet> |
Component.moduleSets
Field moduleSets.
|
private java.util.List<ModuleSet> |
Assembly.moduleSets
Field moduleSets.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ModuleSet> |
Component.getModuleSets()
Method getModuleSets.
|
java.util.List<ModuleSet> |
Assembly.getModuleSets()
Method getModuleSets.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Component.setModuleSets(java.util.List<ModuleSet> moduleSets)
Set specifies which module files to include in the assembly.
|
void |
Assembly.setModuleSets(java.util.List<ModuleSet> moduleSets)
Set specifies which module files to include in the assembly.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|