| Package | Description |
|---|---|
| de.smartics.maven.plugin.jboss.modules.descriptor |
Provides configuration descriptors to control the generation process.
|
| Modifier and Type | Method and Description |
|---|---|
DependenciesDescriptor |
DependenciesDescriptor.Builder.build()
Builds an instance of
DependenciesDescriptor. |
DependenciesDescriptor |
ApplyToDependencies.getDescriptorThatMatches(java.lang.String name)
Creates a merged descriptor from all descriptors that matches the given
module name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<DependenciesDescriptor> |
ApplyToDependencies.getDescriptors()
Returns the descriptors of dependencies to match modules names to have
their information applied.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplyToDependencies.Builder.add(DependenciesDescriptor descriptor)
Adds the given descriptor to the list of descriptors.
|
void |
DependenciesDescriptor.Builder.merge(java.lang.String moduleName,
DependenciesDescriptor descriptor)
Merges the content of the given descriptor into the builder instance.
|
Copyright © 2013-2016 FuseSource. All Rights Reserved.