public interface DeploymentType<T> extends Child<T>
deploymentType
xsd typeModifier and Type | Method and Description |
---|---|
DependenciesType<DeploymentType<T>> |
getOrCreateDependencies()
If not already created, a new
dependencies element with the given value will be created. |
ExclusionsType<DeploymentType<T>> |
getOrCreateExclusions()
If not already created, a new
exclusions element with the given value will be created. |
FilterType<DeploymentType<T>> |
getOrCreateExports()
If not already created, a new
exports element with the given value will be created. |
LocalLast<DeploymentType<T>> |
getOrCreateLocalLast()
If not already created, a new
local-last element with the given value will be created. |
ModuleAliasType<DeploymentType<T>> |
getOrCreateModuleAlias()
If not already created, a new
module-alias element with the given value will be created. |
ResourcesType<DeploymentType<T>> |
getOrCreateResources()
If not already created, a new
resources element with the given value will be created. |
TransformerSetType<DeploymentType<T>> |
getOrCreateTransformers()
If not already created, a new
transformers element with the given value will be created. |
DeploymentType<T> |
removeDependencies()
Removes the
dependencies element |
DeploymentType<T> |
removeExclusions()
Removes the
exclusions element |
DeploymentType<T> |
removeExports()
Removes the
exports element |
DeploymentType<T> |
removeLocalLast()
Removes the
local-last element |
DeploymentType<T> |
removeModuleAlias()
Removes the
module-alias element |
DeploymentType<T> |
removeResources()
Removes the
resources element |
DeploymentType<T> |
removeTransformers()
Removes the
transformers element |
ModuleAliasType<DeploymentType<T>> getOrCreateModuleAlias()
module-alias
element with the given value will be created.
Otherwise, the existing module-alias
element will be returned.ModuleAliasType>
DeploymentType<T> removeModuleAlias()
module-alias
elementDeploymentType
FilterType<DeploymentType<T>> getOrCreateExports()
exports
element with the given value will be created.
Otherwise, the existing exports
element will be returned.FilterType>
DeploymentType<T> removeExports()
exports
elementDeploymentType
DependenciesType<DeploymentType<T>> getOrCreateDependencies()
dependencies
element with the given value will be created.
Otherwise, the existing dependencies
element will be returned.DependenciesType>
DeploymentType<T> removeDependencies()
dependencies
elementDeploymentType
ExclusionsType<DeploymentType<T>> getOrCreateExclusions()
exclusions
element with the given value will be created.
Otherwise, the existing exclusions
element will be returned.ExclusionsType>
DeploymentType<T> removeExclusions()
exclusions
elementDeploymentType
ResourcesType<DeploymentType<T>> getOrCreateResources()
resources
element with the given value will be created.
Otherwise, the existing resources
element will be returned.ResourcesType>
DeploymentType<T> removeResources()
resources
elementDeploymentType
TransformerSetType<DeploymentType<T>> getOrCreateTransformers()
transformers
element with the given value will be created.
Otherwise, the existing transformers
element will be returned.TransformerSetType>
DeploymentType<T> removeTransformers()
transformers
elementDeploymentType
LocalLast<DeploymentType<T>> getOrCreateLocalLast()
local-last
element with the given value will be created.
Otherwise, the existing local-last
element will be returned.LocalLast>
DeploymentType<T> removeLocalLast()
local-last
elementDeploymentType
Copyright © 2022 JBoss by Red Hat. All rights reserved.