Class TransformationDescription.Tools
- java.lang.Object
-
- org.jboss.as.controller.transform.description.TransformationDescription.Tools
-
- Enclosing interface:
- TransformationDescription
public static final class TransformationDescription.Tools extends Object
-
-
Method Summary
-
-
-
Method Detail
-
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
@Deprecated public static TransformersSubRegistration register(TransformationDescription description, SubsystemRegistration registration, ModelVersion... versions)
Deprecated.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, 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
@Deprecated public static TransformersSubRegistration register(TransformationDescription description, SubsystemRegistration registration, ModelVersionRange range)
Deprecated.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
-
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
-
-