Modifier and Type | Method and Description |
---|---|
static Set<MavenProject> |
ModuleSetAssemblyPhase.getModuleProjects(ModuleSet moduleSet,
AssemblerConfigurationSource configSource,
org.codehaus.plexus.logging.Logger logger) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
ModuleSetConsumer.accept(ModuleSet resolvedModule) |
Modifier and Type | Method and Description |
---|---|
List<ModuleSet> |
Component.getModuleSets()
Method getModuleSets.
|
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(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.