Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jbossdeployment10 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ModuleType<JBossDeploymentStructureDescriptor> |
JBossDeploymentStructureDescriptor.createModule()
Creates a new
module element |
ModuleType<JBossDeploymentStructureDescriptor> |
JBossDeploymentStructureDescriptor.getOrCreateModule()
If not already created, a new
module element will be created and returned. |
ModuleType<T> |
ModuleType.name(String name)
Sets the
name attribute |
ModuleType<T> |
ModuleType.removeDependencies()
Removes the
dependencies element |
ModuleType<T> |
ModuleType.removeExports()
Removes the
exports element |
ModuleType<T> |
ModuleType.removeName()
Removes the
name attribute |
ModuleType<T> |
ModuleType.removeResources()
Removes the
resources element |
ModuleType<T> |
ModuleType.removeSlot()
Removes the
slot attribute |
ModuleType<T> |
ModuleType.slot(String slot)
Sets the
slot attribute |
Modifier and Type | Method and Description |
---|---|
List<ModuleType<JBossDeploymentStructureDescriptor>> |
JBossDeploymentStructureDescriptor.getAllModule()
Returns all
module elements |
DependenciesType<ModuleType<T>> |
ModuleType.getOrCreateDependencies()
If not already created, a new
dependencies element with the given value will be created. |
FilterType<ModuleType<T>> |
ModuleType.getOrCreateExports()
If not already created, a new
exports element with the given value will be created. |
ResourcesType<ModuleType<T>> |
ModuleType.getOrCreateResources()
If not already created, a new
resources element with the given value will be created. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.