public static interface Transformers.OperationExcludedTransformationRegistry
| Modifier and Type | Field and Description |
|---|---|
static Transformers.OperationExcludedTransformationRegistry |
DEFAULT
A default
Transformers.OperationExcludedTransformationRegistry
that says that no addresses are being excluded. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isOperationExcluded(PathAddress address,
String operationName)
Gets whether an operation with the given
address should be excluded from normal
TransformationTarget.resolveTransformer(TransformationContext, PathAddress, String) transformation}
and instead simply discarded. |
static final Transformers.OperationExcludedTransformationRegistry DEFAULT
Transformers.OperationExcludedTransformationRegistry
that says that no addresses are being excluded.boolean isOperationExcluded(PathAddress address, String operationName)
address should be excluded from normal
TransformationTarget.resolveTransformer(TransformationContext, PathAddress, String) transformation}
and instead simply discarded.address - the operation address. Cannot be nulloperationName - the name of the operationtrue if the operation should be excluded from normal operation transformationCopyright © 2016 JBoss by Red Hat. All rights reserved.