Uses of Interface
org.jboss.as.controller.transform.TransformationTarget
-
Packages that use TransformationTarget Package Description org.jboss.as.controller.transform -
-
Uses of TransformationTarget in org.jboss.as.controller.transform
Classes in org.jboss.as.controller.transform that implement TransformationTarget Modifier and Type Class Description classTransformationTargetImplMethods in org.jboss.as.controller.transform that return TransformationTarget Modifier and Type Method Description static TransformationTargetTransformationTargetImpl. createLocal()TransformationTargetTransformationContext. getTarget()Get the transformation target.TransformationTargetTransformers. getTarget()Get information about the target.TransformationTargetTransformersImpl. getTarget()Methods in org.jboss.as.controller.transform with parameters of type TransformationTarget Modifier and Type Method Description static TransformersTransformers.Factory. create(TransformationTarget target)Returns a transformers object appropriate for the given target process.static ResourceTransformationContextTransformers.Factory. create(TransformationTarget target, Resource model, ImmutableManagementResourceRegistration registration, ExpressionResolver resolver, RunningMode runningMode, ProcessType type, TransformerOperationAttachment attachment)Creates a ResourceTransformationContextstatic ResourceTransformationContextTransformers.Factory. create(TransformationTarget target, Resource model, ImmutableManagementResourceRegistration registration, ExpressionResolver resolver, RunningMode runningMode, ProcessType type, TransformerOperationAttachment attachment, Transformers.ResourceIgnoredTransformationRegistry ignoredTransformationRegistry)Creates a ResourceTransformationContextstatic TransformersLoggerTransformersLogger. getLogger(TransformationTarget target)static PathAddressChainedTransformationTools. transformAddress(PathAddress original, TransformationTarget target)Transform a path address.protected static PathAddressTransformersImpl. transformAddress(PathAddress original, TransformationTarget target)Transform a path address.
-