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 |
---|---|
DeploymentType<JBossDeploymentStructureDescriptor> |
JBossDeploymentStructureDescriptor.createSubDeployment()
Creates a new
sub-deployment element |
DeploymentType<JBossDeploymentStructureDescriptor> |
JBossDeploymentStructureDescriptor.getOrCreateDeployment()
If not already created, a new
deployment element with the given value will be created. |
DeploymentType<JBossDeploymentStructureDescriptor> |
JBossDeploymentStructureDescriptor.getOrCreateSubDeployment()
If not already created, a new
sub-deployment element will be created and returned. |
DeploymentType<T> |
DeploymentType.removeDependencies()
Removes the
dependencies element |
DeploymentType<T> |
DeploymentType.removeExclusions()
Removes the
exclusions element |
DeploymentType<T> |
DeploymentType.removeExports()
Removes the
exports element |
DeploymentType<T> |
DeploymentType.removeResources()
Removes the
resources element |
DeploymentType<T> |
DeploymentType.removeTransformers()
Removes the
transformers element |
Modifier and Type | Method and Description |
---|---|
List<DeploymentType<JBossDeploymentStructureDescriptor>> |
JBossDeploymentStructureDescriptor.getAllSubDeployment()
Returns all
sub-deployment elements |
DependenciesType<DeploymentType<T>> |
DeploymentType.getOrCreateDependencies()
If not already created, a new
dependencies element with the given value will be created. |
ExclusionsType<DeploymentType<T>> |
DeploymentType.getOrCreateExclusions()
If not already created, a new
exclusions element with the given value will be created. |
FilterType<DeploymentType<T>> |
DeploymentType.getOrCreateExports()
If not already created, a new
exports element with the given value will be created. |
ResourcesType<DeploymentType<T>> |
DeploymentType.getOrCreateResources()
If not already created, a new
resources element with the given value will be created. |
TransformerSetType<DeploymentType<T>> |
DeploymentType.getOrCreateTransformers()
If not already created, a new
transformers element with the given value will be created. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.