Class TransformationDescription.Tools
java.lang.Object
org.jboss.as.controller.transform.description.TransformationDescription.Tools
- Enclosing interface:
- TransformationDescription
-
Method Summary
Modifier and TypeMethodDescriptionstatic TransformersSubRegistrationregister(TransformationDescription description, SubsystemTransformerRegistration registration, ModelVersion... versions) Register a transformation description as a sub-resource at a given SubsystemRegistration.static TransformersSubRegistrationregister(TransformationDescription description, SubsystemTransformerRegistration registration, ModelVersionRange range) Register a transformation description as a sub-resource at a given SubsystemRegistration.static TransformersSubRegistrationregister(TransformationDescription description, TransformersSubRegistration parent) Register a transformation description as a sub-resource at a given TransformersSubRegistration.
-
Method Details
-
register
public static TransformersSubRegistration register(TransformationDescription description, TransformersSubRegistration parent) Register a transformation description as a sub-resource at a given TransformersSubRegistration.- Parameters:
description- the transformation description.parent- the parent registration- Returns:
- the created sub registration
-
register
public static TransformersSubRegistration register(TransformationDescription description, SubsystemTransformerRegistration registration, ModelVersion... versions) Register a transformation description as a sub-resource at a given SubsystemRegistration.- Parameters:
description- the subsystem transformation descriptionregistration- the subsystem registrationsversions- the model versions the transformation description applies to- Returns:
- the created sub registration
-
register
public static TransformersSubRegistration register(TransformationDescription description, SubsystemTransformerRegistration registration, ModelVersionRange range) Register a transformation description as a sub-resource at a given SubsystemRegistration.- Parameters:
description- the subsystem transformation descriptionregistration- the subsystem registrationsrange- the model version range the transformation applies to- Returns:
- the create sub registration
-