| Package | Description |
|---|---|
| de.smartics.maven.plugin.jboss.modules.descriptor |
Provides configuration descriptors to control the generation process.
|
| Modifier and Type | Method and Description |
|---|---|
ModuleDescriptor.Builder |
ModuleDescriptor.Builder.with(ApplyToDependencies applyToDependencies)
Sets the information that has to be applied to dependencies if the
matcher matches the name of a module.
|
ModuleDescriptor.Builder |
ModuleDescriptor.Builder.with(ApplyToModule applyToModule)
Sets the module information to be applied to the generated module.
|
ModuleDescriptor.Builder |
ModuleDescriptor.Builder.with(ArtifactMatcher matcher)
Sets the artifact matcher to define the rules for matching artifacts to
be included as resources to a module.
|
ModuleDescriptor.Builder |
ModuleDescriptor.Builder.with(Directives directives)
Sets the directives for this module.
|
ModuleDescriptor.Builder |
ModuleDescriptor.Builder.withName(java.lang.String name)
Sets the name of the module.
|
ModuleDescriptor.Builder |
ModuleDescriptor.Builder.withSlot(java.lang.String slot)
Sets the name of the slot this module is part of.
|
Copyright © 2013-2016 FuseSource. All Rights Reserved.