| 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(String export)
Sets the export attribute for the dependency.
|
DependenciesDescriptor.Builder |
DependenciesDescriptor.Builder.withExportsXml(String exportsXml)
Sets the XML fragment specifying exports for the dependency.
|
DependenciesDescriptor.Builder |
DependenciesDescriptor.Builder.withImportsXml(String importsXml)
Sets the XML fragment specifying imports for the dependency.
|
DependenciesDescriptor.Builder |
DependenciesDescriptor.Builder.withOptional(String optional)
Sets the optional attribute for the dependency.
|
DependenciesDescriptor.Builder |
DependenciesDescriptor.Builder.withServices(String services)
Sets the services attribute for the dependency.
|
DependenciesDescriptor.Builder |
DependenciesDescriptor.Builder.withSkip(String skip)
Sets if the dependency should be skipped
|
DependenciesDescriptor.Builder |
DependenciesDescriptor.Builder.withSlot(String slot)
Sets the slot of the dependency.
|
Copyright © 2013–2019 FuseSource. All rights reserved.