public class LegacyPropertyWriteOperationTransformer extends Object implements org.jboss.as.controller.transform.OperationTransformer
| Constructor and Description |
|---|
LegacyPropertyWriteOperationTransformer()
Constructs a new LegacyPropertyWriteOperationTransformer with no address transformation.
|
LegacyPropertyWriteOperationTransformer(UnaryOperator<org.jboss.as.controller.PathAddress> addressTransformer)
Constructs a new LegacyPropertyWriteOperationTransformer applying the specified address transformation
|
| Modifier and Type | Method and Description |
|---|---|
org.jboss.as.controller.transform.OperationTransformer.TransformedOperation |
transformOperation(org.jboss.as.controller.transform.TransformationContext context,
org.jboss.as.controller.PathAddress address,
org.jboss.dmr.ModelNode operation) |
public LegacyPropertyWriteOperationTransformer()
public LegacyPropertyWriteOperationTransformer(UnaryOperator<org.jboss.as.controller.PathAddress> addressTransformer)
addressTransformer - transforms an address containing aliases intoto the address under which the resource is registered.public org.jboss.as.controller.transform.OperationTransformer.TransformedOperation transformOperation(org.jboss.as.controller.transform.TransformationContext context,
org.jboss.as.controller.PathAddress address,
org.jboss.dmr.ModelNode operation)
throws org.jboss.as.controller.OperationFailedException
transformOperation in interface org.jboss.as.controller.transform.OperationTransformerorg.jboss.as.controller.OperationFailedExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.