Class MCPSubsystemTransformation

java.lang.Object
org.wildfly.extension.mcp.MCPSubsystemTransformation
All Implemented Interfaces:
Function<org.jboss.as.controller.ModelVersion, org.jboss.as.controller.transform.description.TransformationDescription>

public class MCPSubsystemTransformation extends Object implements Function<org.jboss.as.controller.ModelVersion, org.jboss.as.controller.transform.description.TransformationDescription>
Creates the transformation descriptions for the MCP subsystem resource.
  • Constructor Details

    • MCPSubsystemTransformation

      public MCPSubsystemTransformation()
  • Method Details

    • apply

      public org.jboss.as.controller.transform.description.TransformationDescription apply(org.jboss.as.controller.ModelVersion version)
      Specified by:
      apply in interface Function<org.jboss.as.controller.ModelVersion, org.jboss.as.controller.transform.description.TransformationDescription>