
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, getDescriptorNameaddDefaultNamespaces, addNamespace, getNamespaces, removeAllNamespacesJBossDeploymentStructureDescriptor earSubdeploymentsIsolated(Boolean earSubdeploymentsIsolated)
ear-subdeployments-isolated elementearSubdeploymentsIsolated - the value for the element ear-subdeployments-isolatedJBossDeploymentStructureDescriptorBoolean isEarSubdeploymentsIsolated()
ear-subdeployments-isolated elementear-subdeployments-isolatedJBossDeploymentStructureDescriptor removeEarSubdeploymentsIsolated()
ear-subdeployments-isolated elementJBossDeploymentStructureDescriptorDeploymentType<JBossDeploymentStructureDescriptor> getOrCreateDeployment()
deployment element with the given value will be created.
Otherwise, the existing deployment element will be returned.DeploymentTypeJBossDeploymentStructureDescriptor removeDeployment()
deployment elementJBossDeploymentStructureDescriptorDeploymentType<JBossDeploymentStructureDescriptor> getOrCreateSubDeployment()
sub-deployment element will be created and returned.
Otherwise, the first existing sub-deployment element will be returned.sub-deploymentDeploymentType<JBossDeploymentStructureDescriptor> createSubDeployment()
sub-deployment elementDeploymentTypeList<DeploymentType<JBossDeploymentStructureDescriptor>> getAllSubDeployment()
sub-deployment elementssub-deploymentJBossDeploymentStructureDescriptor removeAllSubDeployment()
sub-deployment elementsDeploymentTypeModuleType<JBossDeploymentStructureDescriptor> getOrCreateModule()
module element will be created and returned.
Otherwise, the first existing module element will be returned.moduleModuleType<JBossDeploymentStructureDescriptor> createModule()
module elementModuleTypeList<ModuleType<JBossDeploymentStructureDescriptor>> getAllModule()
module elementsmoduleJBossDeploymentStructureDescriptor removeAllModule()
module elementsModuleTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.