| Package | Description |
|---|---|
| de.smartics.maven.plugin.jboss.modules.aether |
Helpers to interface via aether with repositories.
|
| de.smartics.maven.plugin.jboss.modules.descriptor |
Provides configuration descriptors to control the generation process.
|
| de.smartics.maven.plugin.jboss.modules.domain |
Provides domain objects.
|
| de.smartics.maven.plugin.jboss.modules.xml |
Utilities to create XML resources.
|
| Constructor and Description |
|---|
PruningDependencyTraverser(org.eclipse.aether.collection.DependencyTraverser delegate,
List<ArtifactClusion> exclusions,
List<ModuleDescriptor> skipModules)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ModuleDescriptor |
ModuleDescriptor.Builder.build()
Builds instances of
ModuleDescriptor. |
static ModuleDescriptor |
ModuleDescriptor.copy(String name,
ModuleDescriptor originalModule)
Creates a shallow copy of the module descriptor.
|
static ModuleDescriptor |
ModuleDescriptor.create(String name)
Creates a module with a given name.
|
| Modifier and Type | Method and Description |
|---|---|
List<ModuleDescriptor> |
ModulesDescriptor.getDescriptors()
Returns the list of descriptors for modules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModulesDescriptor.addDescriptor(ModuleDescriptor descriptor)
Adds the given descriptor to the list of module descriptors.
|
static ModuleDescriptor |
ModuleDescriptor.copy(String name,
ModuleDescriptor originalModule)
Creates a shallow copy of the module descriptor.
|
void |
ModuleDescriptor.merge(ModuleDescriptor moduleDescriptor)
Merges the dependencies, properties, port and export of the given module
descriptor with this one.
|
| Modifier and Type | Method and Description |
|---|---|
ModuleDescriptor |
ModuleMap.add(org.eclipse.aether.graph.Dependency dependency)
Adds the given dependency to its module.
|
ModuleDescriptor |
ExecutionContext.getModule(org.eclipse.aether.graph.Dependency dependency)
Returns the module for the given dependency.
|
ModuleDescriptor |
ModuleMap.getModule(org.eclipse.aether.graph.Dependency dependency)
Returns the module for the given dependency.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ModuleDescriptor,List<org.eclipse.aether.graph.Dependency>> |
ModuleMap.toMap()
Returns the map of modules.
|
| Constructor and Description |
|---|
ModuleBuilder(ExecutionContext context,
ModuleDescriptor module,
Collection<org.eclipse.aether.graph.Dependency> dependencies)
Default constructor.
|
| Constructor and Description |
|---|
ModuleMap(List<ModuleDescriptor> modules)
Default constructor.
|
ModuleMap(List<ModuleDescriptor> modulesDescriptors,
Collection<org.eclipse.aether.graph.Dependency> dependencies)
Convenience constructor to initialize with values.
|
PrunerGenerator(List<ArtifactClusion> dependencyExcludes,
List<ModuleDescriptor> modules,
boolean ignoreDependencyExclusions)
Default constructor.
|
| Constructor and Description |
|---|
ModuleXmlBuilder(ExecutionContext context,
ModuleDescriptor module,
Collection<org.eclipse.aether.graph.Dependency> dependencies)
Default constructor.
|
Copyright © 2013–2019 FuseSource. All rights reserved.