public interface TransformationDescription
Modifier and Type | Interface and Description |
---|---|
static class |
TransformationDescription.Tools |
Modifier and Type | Method and Description |
---|---|
List<TransformationDescription> |
getChildren()
Get the children descriptions.
|
Set<String> |
getDiscardedOperations()
operations that must be flat out discarded and not forwarded
|
OperationTransformer |
getOperationTransformer()
Get the default operation transformer.
|
Map<String,OperationTransformer> |
getOperationTransformers()
Get the operation transformers for specific operations.
|
PathElement |
getPath()
Get the path for this transformation description.
|
PathAddressTransformer |
getPathAddressTransformer()
Get the path transformation for this level.
|
ResourceTransformer |
getResourceTransformer()
Get the resource transformer.
|
boolean |
isInherited()
If this is a discarded or rejected resource it returns
true |
boolean |
isPlaceHolder()
Return true if this description is a placeholder.
|
PathElement getPath()
PathAddressTransformer getPathAddressTransformer()
OperationTransformer getOperationTransformer()
ResourceTransformer getResourceTransformer()
Map<String,OperationTransformer> getOperationTransformers()
List<TransformationDescription> getChildren()
boolean isInherited()
true
true
if this is a discarded or rejected resourceSet<String> getDiscardedOperations()
boolean isPlaceHolder()
true
if a placeholder.Copyright © 2023 JBoss by Red Hat. All rights reserved.