
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... values)
ear-subdeployments-isolated elements,
a new ear-subdeployments-isolated elementvalues - list of ear-subdeployments-isolated objectsJBossDeploymentStructureDescriptorList<Boolean> getAllEarSubdeploymentsIsolated()
ear-subdeployments-isolated elementsear-subdeployments-isolatedJBossDeploymentStructureDescriptor removeAllEarSubdeploymentsIsolated()
ear-subdeployments-isolated elementJBossDeploymentStructureDescriptorDeploymentType<JBossDeploymentStructureDescriptor> getOrCreateDeployment()
deployment element will be created and returned.
Otherwise, the first existing deployment element will be returned.deploymentDeploymentType<JBossDeploymentStructureDescriptor> createDeployment()
deployment elementDeploymentTypeList<DeploymentType<JBossDeploymentStructureDescriptor>> getAllDeployment()
deployment elementsdeploymentJBossDeploymentStructureDescriptor removeAllDeployment()
deployment elementsDeploymentTypeSubDeploymentType<JBossDeploymentStructureDescriptor> getOrCreateSubDeployment()
sub-deployment element will be created and returned.
Otherwise, the first existing sub-deployment element will be returned.sub-deploymentSubDeploymentType<JBossDeploymentStructureDescriptor> createSubDeployment()
sub-deployment elementSubDeploymentTypeList<SubDeploymentType<JBossDeploymentStructureDescriptor>> getAllSubDeployment()
sub-deployment elementssub-deploymentJBossDeploymentStructureDescriptor removeAllSubDeployment()
sub-deployment elementsSubDeploymentTypeModuleType<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.