Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jbossdeployment13 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
SubDeploymentType<JBossDeploymentStructureDescriptor> |
JBossDeploymentStructureDescriptor.createSubDeployment()
Creates a new
sub-deployment element |
SubDeploymentType<JBossDeploymentStructureDescriptor> |
JBossDeploymentStructureDescriptor.getOrCreateSubDeployment()
If not already created, a new
sub-deployment element will be created and returned. |
SubDeploymentType<T> |
SubDeploymentType.name(String name)
Sets the
name attribute |
SubDeploymentType<T> |
SubDeploymentType.removeDependencies()
Removes the
dependencies element |
SubDeploymentType<T> |
SubDeploymentType.removeExcludeSubsystems()
Removes the
exclude-subsystems element |
SubDeploymentType<T> |
SubDeploymentType.removeExclusions()
Removes the
exclusions element |
SubDeploymentType<T> |
SubDeploymentType.removeExports()
Removes the
exports element |
SubDeploymentType<T> |
SubDeploymentType.removeLocalLast()
Removes the
local-last element |
SubDeploymentType<T> |
SubDeploymentType.removeModuleAlias()
Removes the
module-alias element |
SubDeploymentType<T> |
SubDeploymentType.removeName()
Removes the
name attribute |
SubDeploymentType<T> |
SubDeploymentType.removeResources()
Removes the
resources element |
SubDeploymentType<T> |
SubDeploymentType.removeTransformers()
Removes the
transformers element |
Modifier and Type | Method and Description |
---|---|
List<SubDeploymentType<JBossDeploymentStructureDescriptor>> |
JBossDeploymentStructureDescriptor.getAllSubDeployment()
Returns all
sub-deployment elements |
DependenciesType<SubDeploymentType<T>> |
SubDeploymentType.getOrCreateDependencies()
If not already created, a new
dependencies element with the given value will be created. |
ExcludeSubsystemsType<SubDeploymentType<T>> |
SubDeploymentType.getOrCreateExcludeSubsystems()
If not already created, a new
exclude-subsystems element with the given value will be created. |
ExclusionsType<SubDeploymentType<T>> |
SubDeploymentType.getOrCreateExclusions()
If not already created, a new
exclusions element with the given value will be created. |
FilterType<SubDeploymentType<T>> |
SubDeploymentType.getOrCreateExports()
If not already created, a new
exports element with the given value will be created. |
LocalLast<SubDeploymentType<T>> |
SubDeploymentType.getOrCreateLocalLast()
If not already created, a new
local-last element with the given value will be created. |
ModuleAliasType<SubDeploymentType<T>> |
SubDeploymentType.getOrCreateModuleAlias()
If not already created, a new
module-alias element with the given value will be created. |
ResourcesType<SubDeploymentType<T>> |
SubDeploymentType.getOrCreateResources()
If not already created, a new
resources element with the given value will be created. |
TransformerSetType<SubDeploymentType<T>> |
SubDeploymentType.getOrCreateTransformers()
If not already created, a new
transformers element with the given value will be created. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.