Uses of Interface
org.jboss.as.controller.transform.Transformers
-
Packages that use Transformers Package Description org.jboss.as.controller org.jboss.as.controller.transform -
-
Uses of Transformers in org.jboss.as.controller
Methods in org.jboss.as.controller that return Transformers Modifier and Type Method Description TransformersTransformingProxyController. getTransformers()Get the Transformers!Methods in org.jboss.as.controller with parameters of type Transformers Modifier and Type Method Description static TransformingProxyControllerTransformingProxyController.Factory. create(TransactionalProtocolClient client, Transformers transformers, PathAddress pathAddress, ProxyOperationAddressTranslator addressTranslator)Creates aTransformingProxyControllerbased on the givenTransactionalProtocolClient.static TransformingProxyControllerTransformingProxyController.Factory. create(org.jboss.as.protocol.mgmt.ManagementChannelHandler channelAssociation, Transformers transformers, PathAddress pathAddress, ProxyOperationAddressTranslator addressTranslator)Creates aTransactionalProtocolClientbased on the givenchannelAssociationand then uses that to create aTransformingProxyController. -
Uses of Transformers in org.jboss.as.controller.transform
Classes in org.jboss.as.controller.transform that implement Transformers Modifier and Type Class Description classTransformersImplMethods in org.jboss.as.controller.transform that return Transformers Modifier and Type Method Description static TransformersTransformers.Factory. create(TransformationTarget target)Returns a transformers object appropriate for the given target process.static TransformersTransformers.Factory. createLocal()Create a local transformer, which will use the default transformation rules, however still respect the ignored resource transformation.
-