
public interface DeploymentType<T> extends Child<T>
deploymentType xsd type| Modifier and Type | Method and Description |
|---|---|
DependenciesType<DeploymentType<T>> |
getOrCreateDependencies()
If not already created, a new
dependencies element with the given value will be created. |
ExcludeSubsystemsType<DeploymentType<T>> |
getOrCreateExcludeSubsystems()
If not already created, a new
exclude-subsystems 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> |
removeExcludeSubsystems()
Removes the
exclude-subsystems 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 elementDeploymentTypeFilterType<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 elementDeploymentTypeDependenciesType<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 elementDeploymentTypeExclusionsType<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 elementDeploymentTypeResourcesType<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 elementDeploymentTypeTransformerSetType<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 elementDeploymentTypeLocalLast<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 elementDeploymentTypeExcludeSubsystemsType<DeploymentType<T>> getOrCreateExcludeSubsystems()
exclude-subsystems element with the given value will be created.
Otherwise, the existing exclude-subsystems element will be returned.ExcludeSubsystemsType> DeploymentType<T> removeExcludeSubsystems()
exclude-subsystems elementDeploymentTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.