Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jbossdeployment12 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
JBossDeploymentStructureDescriptor |
JBossDeploymentStructureDescriptor.earSubdeploymentsIsolated(Boolean... values)
Creates for all Boolean objects representing
ear-subdeployments-isolated elements,
a new ear-subdeployments-isolated element |
JBossDeploymentStructureDescriptor |
JBossDeploymentStructureDescriptor.removeAllDeployment()
Removes all
deployment elements |
JBossDeploymentStructureDescriptor |
JBossDeploymentStructureDescriptor.removeAllEarSubdeploymentsIsolated()
Removes the
ear-subdeployments-isolated element |
JBossDeploymentStructureDescriptor |
JBossDeploymentStructureDescriptor.removeAllModule()
Removes all
module elements |
JBossDeploymentStructureDescriptor |
JBossDeploymentStructureDescriptor.removeAllSubDeployment()
Removes all
sub-deployment elements |
Modifier and Type | Method and Description |
---|---|
DeploymentType<JBossDeploymentStructureDescriptor> |
JBossDeploymentStructureDescriptor.createDeployment()
Creates a new
deployment element |
ModuleType<JBossDeploymentStructureDescriptor> |
JBossDeploymentStructureDescriptor.createModule()
Creates a new
module element |
SubDeploymentType<JBossDeploymentStructureDescriptor> |
JBossDeploymentStructureDescriptor.createSubDeployment()
Creates a new
sub-deployment element |
List<DeploymentType<JBossDeploymentStructureDescriptor>> |
JBossDeploymentStructureDescriptor.getAllDeployment()
Returns all
deployment elements |
List<ModuleType<JBossDeploymentStructureDescriptor>> |
JBossDeploymentStructureDescriptor.getAllModule()
Returns all
module elements |
List<SubDeploymentType<JBossDeploymentStructureDescriptor>> |
JBossDeploymentStructureDescriptor.getAllSubDeployment()
Returns all
sub-deployment elements |
DeploymentType<JBossDeploymentStructureDescriptor> |
JBossDeploymentStructureDescriptor.getOrCreateDeployment()
If not already created, a new
deployment element will be created and returned. |
ModuleType<JBossDeploymentStructureDescriptor> |
JBossDeploymentStructureDescriptor.getOrCreateModule()
If not already created, a new
module element will be created and returned. |
SubDeploymentType<JBossDeploymentStructureDescriptor> |
JBossDeploymentStructureDescriptor.getOrCreateSubDeployment()
If not already created, a new
sub-deployment element will be created and returned. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.