Uses of Enum Class
org.jboss.as.controller.transform.TransformationTarget.TransformationTargetType
Packages that use TransformationTarget.TransformationTargetType
-
Uses of TransformationTarget.TransformationTargetType in org.jboss.as.controller.transform
Methods in org.jboss.as.controller.transform that return TransformationTarget.TransformationTargetTypeModifier and TypeMethodDescriptionTransformationTarget.getTargetType()Get the type of the target.TransformationTargetImpl.getTargetType()Returns the enum constant of this class with the specified name.TransformationTarget.TransformationTargetType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jboss.as.controller.transform with parameters of type TransformationTarget.TransformationTargetTypeModifier and TypeMethodDescriptionstatic TransformationTargetImplTransformationTargetImpl.create(String hostName, TransformerRegistry transformerRegistry, ModelVersion version, Map<PathAddress, ModelVersion> subsystems, TransformationTarget.TransformationTargetType type)