Uses of Interface
org.jboss.as.controller.transform.Transformers
Packages that use Transformers
-
Uses of Transformers in org.jboss.as.controller
Methods in org.jboss.as.controller that return TransformersModifier and TypeMethodDescriptionTransformingProxyController.getTransformers()Get the Transformers!Methods in org.jboss.as.controller with parameters of type TransformersModifier and TypeMethodDescriptionstatic 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 TransformersMethods in org.jboss.as.controller.transform that return TransformersModifier and TypeMethodDescriptionstatic 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.