| Package | Description |
|---|---|
| de.smartics.maven.plugin.jboss.modules.descriptor |
Provides configuration descriptors to control the generation process.
|
| Modifier and Type | Method and Description |
|---|---|
DependenciesDescriptor.Builder |
DependenciesDescriptor.Builder.with(ModuleMatcher matcher)
Sets the matcher to match modules by their name.
|
DependenciesDescriptor.Builder |
DependenciesDescriptor.Builder.withExport(java.lang.String export)
Sets the export attribute for the dependency.
|
DependenciesDescriptor.Builder |
DependenciesDescriptor.Builder.withExportsXml(java.lang.String exportsXml)
Sets the XML fragment specifying exports for the dependency.
|
DependenciesDescriptor.Builder |
DependenciesDescriptor.Builder.withImportsXml(java.lang.String importsXml)
Sets the XML fragment specifying imports for the dependency.
|
DependenciesDescriptor.Builder |
DependenciesDescriptor.Builder.withOptional(java.lang.String optional)
Sets the optional attribute for the dependency.
|
DependenciesDescriptor.Builder |
DependenciesDescriptor.Builder.withServices(java.lang.String services)
Sets the services attribute for the dependency.
|
DependenciesDescriptor.Builder |
DependenciesDescriptor.Builder.withSkip(java.lang.String skip)
Sets if the dependency should be skipped
|
DependenciesDescriptor.Builder |
DependenciesDescriptor.Builder.withSlot(java.lang.String slot)
Sets the slot of the dependency.
|
Copyright © 2013-2016 FuseSource. All Rights Reserved.