Class DistributableWebSubsystemResourceTransformer

java.lang.Object
org.wildfly.extension.clustering.web.DistributableWebSubsystemResourceTransformer
All Implemented Interfaces:
Function<org.jboss.as.controller.ModelVersion,org.jboss.as.controller.transform.description.TransformationDescriptionBuilder>

public class DistributableWebSubsystemResourceTransformer extends Object implements Function<org.jboss.as.controller.ModelVersion,org.jboss.as.controller.transform.description.TransformationDescriptionBuilder>
Describes resource transformations for the distributable-web subsystem.
Author:
Paul Ferraro
  • Constructor Details

    • DistributableWebSubsystemResourceTransformer

      public DistributableWebSubsystemResourceTransformer()
  • Method Details

    • apply

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