public interface JBossDeploymentStructureDescriptor extends Descriptor, DescriptorNamespace<JBossDeploymentStructureDescriptor>
This deployment descriptor provides the functionalities as described in the specification
Example:
JBossDeploymentStructureDescriptor descriptor = Descriptors.create(JBossDeploymentStructureDescriptor.class);
exportAsString, exportTo, getDescriptorName
addDefaultNamespaces, addNamespace, getNamespaces, removeAllNamespaces
JBossDeploymentStructureDescriptor earSubdeploymentsIsolated(Boolean earSubdeploymentsIsolated)
ear-subdeployments-isolated
elementearSubdeploymentsIsolated
- the value for the element ear-subdeployments-isolated
JBossDeploymentStructureDescriptor
Boolean isEarSubdeploymentsIsolated()
ear-subdeployments-isolated
elementear-subdeployments-isolated
JBossDeploymentStructureDescriptor removeEarSubdeploymentsIsolated()
ear-subdeployments-isolated
elementJBossDeploymentStructureDescriptor
DeploymentType<JBossDeploymentStructureDescriptor> getOrCreateDeployment()
deployment
element with the given value will be created.
Otherwise, the existing deployment
element will be returned.DeploymentType
JBossDeploymentStructureDescriptor removeDeployment()
deployment
elementJBossDeploymentStructureDescriptor
DeploymentType<JBossDeploymentStructureDescriptor> getOrCreateSubDeployment()
sub-deployment
element will be created and returned.
Otherwise, the first existing sub-deployment
element will be returned.sub-deployment
DeploymentType<JBossDeploymentStructureDescriptor> createSubDeployment()
sub-deployment
elementDeploymentType
List<DeploymentType<JBossDeploymentStructureDescriptor>> getAllSubDeployment()
sub-deployment
elementssub-deployment
JBossDeploymentStructureDescriptor removeAllSubDeployment()
sub-deployment
elementsDeploymentType
ModuleType<JBossDeploymentStructureDescriptor> getOrCreateModule()
module
element will be created and returned.
Otherwise, the first existing module
element will be returned.module
ModuleType<JBossDeploymentStructureDescriptor> createModule()
module
elementModuleType
List<ModuleType<JBossDeploymentStructureDescriptor>> getAllModule()
module
elementsmodule
JBossDeploymentStructureDescriptor removeAllModule()
module
elementsModuleType
Copyright © 2016 JBoss by Red Hat. All rights reserved.