Uses of Class
org.jboss.as.controller.transform.TransformationTarget.TransformationTargetType
-
Packages that use TransformationTarget.TransformationTargetType Package Description org.jboss.as.controller.transform -
-
Uses of TransformationTarget.TransformationTargetType in org.jboss.as.controller.transform
Methods in org.jboss.as.controller.transform that return TransformationTarget.TransformationTargetType Modifier and Type Method Description TransformationTarget.TransformationTargetTypeTransformationTarget. getTargetType()Get the type of the target.TransformationTarget.TransformationTargetTypeTransformationTargetImpl. getTargetType()static TransformationTarget.TransformationTargetTypeTransformationTarget.TransformationTargetType. valueOf(String name)Returns the enum constant of this type with the specified name.static TransformationTarget.TransformationTargetType[]TransformationTarget.TransformationTargetType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.as.controller.transform with parameters of type TransformationTarget.TransformationTargetType Modifier and Type Method Description static TransformationTargetImplTransformationTargetImpl. create(String hostName, TransformerRegistry transformerRegistry, ModelVersion version, Map<PathAddress,ModelVersion> subsystems, TransformationTarget.TransformationTargetType type)
-