Uses of Interface
org.jboss.as.controller.transform.description.TransformationDescription
Packages that use TransformationDescription
-
Uses of TransformationDescription in org.jboss.as.controller.transform
Constructor parameters in org.jboss.as.controller.transform with type arguments of type TransformationDescriptionModifierConstructorDescriptionprotectedSubsystemExtensionTransformerRegistration(String name, E currentModel, Function<ModelVersion, TransformationDescription> factory) protectedSubsystemExtensionTransformerRegistration(SubsystemResourceRegistration description, E currentModel, Function<ModelVersion, TransformationDescription> factory) -
Uses of TransformationDescription in org.jboss.as.controller.transform.description
Methods in org.jboss.as.controller.transform.description that return TransformationDescriptionModifier and TypeMethodDescriptionDiscardTransformationDescriptionBuilder.build()RejectTransformationDescriptionBuilder.build()TransformationDescriptionBuilder.build()Build the transformation description.Methods in org.jboss.as.controller.transform.description that return types with arguments of type TransformationDescriptionModifier and TypeMethodDescriptionChainedTransformationDescriptionBuilder.build(ModelVersion... versions) Build the transformer chains for chain of versions.TransformationDescription.getChildren()Get the children descriptions.Methods in org.jboss.as.controller.transform.description with parameters of type TransformationDescriptionModifier and TypeMethodDescriptionstatic TransformersSubRegistrationTransformationDescription.Tools.register(TransformationDescription description, SubsystemTransformerRegistration registration, ModelVersion... versions) Register a transformation description as a sub-resource at a given SubsystemRegistration.static TransformersSubRegistrationTransformationDescription.Tools.register(TransformationDescription description, SubsystemTransformerRegistration registration, ModelVersionRange range) Register a transformation description as a sub-resource at a given SubsystemRegistration.static TransformersSubRegistrationTransformationDescription.Tools.register(TransformationDescription description, TransformersSubRegistration parent) Register a transformation description as a sub-resource at a given TransformersSubRegistration.