public interface SubDeploymentType<T> extends Child<T>
subDeploymentType
xsd typeModifier and Type | Method and Description |
---|---|
String |
getName()
Returns the
name attribute |
DependenciesType<SubDeploymentType<T>> |
getOrCreateDependencies()
If not already created, a new
dependencies element with the given value will be created. |
ExclusionsType<SubDeploymentType<T>> |
getOrCreateExclusions()
If not already created, a new
exclusions element with the given value will be created. |
FilterType<SubDeploymentType<T>> |
getOrCreateExports()
If not already created, a new
exports element with the given value will be created. |
ResourcesType<SubDeploymentType<T>> |
getOrCreateResources()
If not already created, a new
resources element with the given value will be created. |
TransformerSetType<SubDeploymentType<T>> |
getOrCreateTransformers()
If not already created, a new
transformers element with the given value will be created. |
SubDeploymentType<T> |
name(String name)
Sets the
name attribute |
SubDeploymentType<T> |
removeDependencies()
Removes the
dependencies element |
SubDeploymentType<T> |
removeExclusions()
Removes the
exclusions element |
SubDeploymentType<T> |
removeExports()
Removes the
exports element |
SubDeploymentType<T> |
removeName()
Removes the
name attribute |
SubDeploymentType<T> |
removeResources()
Removes the
resources element |
SubDeploymentType<T> |
removeTransformers()
Removes the
transformers element |
FilterType<SubDeploymentType<T>> getOrCreateExports()
exports
element with the given value will be created.
Otherwise, the existing exports
element will be returned.FilterType>
SubDeploymentType<T> removeExports()
exports
elementSubDeploymentType
DependenciesType<SubDeploymentType<T>> getOrCreateDependencies()
dependencies
element with the given value will be created.
Otherwise, the existing dependencies
element will be returned.DependenciesType>
SubDeploymentType<T> removeDependencies()
dependencies
elementSubDeploymentType
ExclusionsType<SubDeploymentType<T>> getOrCreateExclusions()
exclusions
element with the given value will be created.
Otherwise, the existing exclusions
element will be returned.ExclusionsType>
SubDeploymentType<T> removeExclusions()
exclusions
elementSubDeploymentType
ResourcesType<SubDeploymentType<T>> getOrCreateResources()
resources
element with the given value will be created.
Otherwise, the existing resources
element will be returned.ResourcesType>
SubDeploymentType<T> removeResources()
resources
elementSubDeploymentType
TransformerSetType<SubDeploymentType<T>> getOrCreateTransformers()
transformers
element with the given value will be created.
Otherwise, the existing transformers
element will be returned.TransformerSetType>
SubDeploymentType<T> removeTransformers()
transformers
elementSubDeploymentType
SubDeploymentType<T> name(String name)
name
attributename
- the value for the attribute name
SubDeploymentType
String getName()
name
attributename
SubDeploymentType<T> removeName()
name
attributeSubDeploymentType
Copyright © 2018 JBoss by Red Hat. All rights reserved.