Uses of Class
org.jboss.as.controller.transform.TransformerRegistry
-
Packages that use TransformerRegistry Package Description org.jboss.as.controller.extension org.jboss.as.controller.transform -
-
Uses of TransformerRegistry in org.jboss.as.controller.extension
Methods in org.jboss.as.controller.extension that return TransformerRegistry Modifier and Type Method Description TransformerRegistryExtensionRegistry. getTransformerRegistry() -
Uses of TransformerRegistry in org.jboss.as.controller.transform
Methods in org.jboss.as.controller.transform that return TransformerRegistry Modifier and Type Method Description static TransformerRegistryTransformerRegistry.Factory. create()Create a new Transformer registry.Methods in org.jboss.as.controller.transform with parameters of type TransformerRegistry Modifier and Type Method Description static TransformationTargetImplTransformationTargetImpl. create(String hostName, TransformerRegistry transformerRegistry, ModelVersion version, Map<PathAddress,ModelVersion> subsystems, TransformationTarget.TransformationTargetType type)static TransformationTargetImplTransformationTargetImpl. createForHost(String hostName, TransformerRegistry transformerRegistry, ModelVersion version, Map<PathAddress,ModelVersion> subsystems, Transformers.OperationExcludedTransformationRegistry ignoredRegistry)
-