Interface Transformers.ResourceIgnoredTransformationRegistry
-
- All Known Subinterfaces:
ResourceTransformationContext
- Enclosing interface:
- Transformers
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface Transformers.ResourceIgnoredTransformationRegistry
Provides information on whether a target process is ignoring particular resource addresses.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisResourceTransformationIgnored(PathAddress address)Gets whether a resource with the givenaddressshould be excluded fromresource transformation.
-
-
-
Method Detail
-
isResourceTransformationIgnored
boolean isResourceTransformationIgnored(PathAddress address)
Gets whether a resource with the givenaddressshould be excluded fromresource transformation.- Parameters:
address- the resource address. Cannot benull- Returns:
trueif the resource should be excluded from resource transformation
-
-