Class PathAddressTransformer.ReplaceElementKey
java.lang.Object
org.jboss.as.controller.transform.PathAddressTransformer.ReplaceElementKey
- All Implemented Interfaces:
PathAddressTransformer
- Enclosing interface:
- PathAddressTransformer
public static class PathAddressTransformer.ReplaceElementKey
extends Object
implements PathAddressTransformer
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.as.controller.transform.PathAddressTransformer
PathAddressTransformer.BasicPathAddressTransformer, PathAddressTransformer.Builder, PathAddressTransformer.BuilderImpl, PathAddressTransformer.ReplaceElementKey -
Field Summary
Fields inherited from interface org.jboss.as.controller.transform.PathAddressTransformer
DEFAULT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontransform(PathElement current, PathAddressTransformer.Builder builder) Transform an address.
-
Constructor Details
-
ReplaceElementKey
-
-
Method Details
-
transform
Description copied from interface:PathAddressTransformerTransform an address.- Specified by:
transformin interfacePathAddressTransformer- Parameters:
current- the current path elementbuilder- the address builder- Returns:
- the path address
-