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 |
---|---|
DeploymentType<JBossDeploymentStructureDescriptor> |
JBossDeploymentStructureDescriptor.createDeployment()
Creates a new
deployment element |
DeploymentType<JBossDeploymentStructureDescriptor> |
JBossDeploymentStructureDescriptor.getOrCreateDeployment()
If not already created, a new
deployment element will be created and returned. |
DeploymentType<T> |
DeploymentType.removeDependencies()
Removes the
dependencies element |
DeploymentType<T> |
DeploymentType.removeExcludeSubsystems()
Removes the
exclude-subsystems element |
DeploymentType<T> |
DeploymentType.removeExclusions()
Removes the
exclusions element |
DeploymentType<T> |
DeploymentType.removeExports()
Removes the
exports element |
DeploymentType<T> |
DeploymentType.removeLocalLast()
Removes the
local-last element |
DeploymentType<T> |
DeploymentType.removeModuleAlias()
Removes the
module-alias 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.getAllDeployment()
Returns all
deployment elements |
DependenciesType<DeploymentType<T>> |
DeploymentType.getOrCreateDependencies()
If not already created, a new
dependencies element with the given value will be created. |
ExcludeSubsystemsType<DeploymentType<T>> |
DeploymentType.getOrCreateExcludeSubsystems()
If not already created, a new
exclude-subsystems 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. |
LocalLast<DeploymentType<T>> |
DeploymentType.getOrCreateLocalLast()
If not already created, a new
local-last element with the given value will be created. |
ModuleAliasType<DeploymentType<T>> |
DeploymentType.getOrCreateModuleAlias()
If not already created, a new
module-alias 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 © 2018 JBoss by Red Hat. All rights reserved.