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 |
---|---|
JBossDeploymentStructureDescriptor |
JBossDeploymentStructureDescriptor.earSubdeploymentsIsolated(Boolean earSubdeploymentsIsolated)
Sets the
ear-subdeployments-isolated element |
JBossDeploymentStructureDescriptor |
JBossDeploymentStructureDescriptor.removeAllModule()
Removes all
module elements |
JBossDeploymentStructureDescriptor |
JBossDeploymentStructureDescriptor.removeAllSubDeployment()
Removes all
sub-deployment elements |
JBossDeploymentStructureDescriptor |
JBossDeploymentStructureDescriptor.removeDeployment()
Removes the
deployment element |
JBossDeploymentStructureDescriptor |
JBossDeploymentStructureDescriptor.removeEarSubdeploymentsIsolated()
Removes the
ear-subdeployments-isolated element |
Modifier and Type | Method and Description |
---|---|
ModuleType<JBossDeploymentStructureDescriptor> |
JBossDeploymentStructureDescriptor.createModule()
Creates a new
module element |
DeploymentType<JBossDeploymentStructureDescriptor> |
JBossDeploymentStructureDescriptor.createSubDeployment()
Creates a new
sub-deployment element |
List<ModuleType<JBossDeploymentStructureDescriptor>> |
JBossDeploymentStructureDescriptor.getAllModule()
Returns all
module elements |
List<DeploymentType<JBossDeploymentStructureDescriptor>> |
JBossDeploymentStructureDescriptor.getAllSubDeployment()
Returns all
sub-deployment elements |
DeploymentType<JBossDeploymentStructureDescriptor> |
JBossDeploymentStructureDescriptor.getOrCreateDeployment()
If not already created, a new
deployment element with the given value will be created. |
ModuleType<JBossDeploymentStructureDescriptor> |
JBossDeploymentStructureDescriptor.getOrCreateModule()
If not already created, a new
module element will be created and returned. |
DeploymentType<JBossDeploymentStructureDescriptor> |
JBossDeploymentStructureDescriptor.getOrCreateSubDeployment()
If not already created, a new
sub-deployment element will be created and returned. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.