public static interface TransformationTarget.IgnoredTransformationRegistry
TransformationTarget
indicating that a resource
with the given address does not need
resource transformation
or operation transformation
because the resource is ignored on the target.Modifier and Type | Method and Description |
---|---|
String |
getHostName() |
boolean |
isOperationTransformationIgnored(PathAddress address)
Gets whether a resource with the given
address should be excluded from
operation transformation . |
boolean |
isResourceTransformationIgnored(PathAddress address)
Gets whether a resource with the given
address should be excluded from
resource transformation . |
boolean isResourceTransformationIgnored(PathAddress address)
address
should be excluded from
resource transformation
.address
- the resource address. Cannot be null
true
if the resource should be excluded from resource transformationboolean isOperationTransformationIgnored(PathAddress address)
address
should be excluded from
operation transformation
.address
- the resource address. Cannot be null
true
if the resource should be excluded from operation transformationString getHostName()
Copyright © 2013 JBoss by Red Hat. All rights reserved.