Class DeploymentTransformer

  • All Implemented Interfaces:
    org.jboss.as.server.deployment.transformation.DeploymentTransformer

    public final class DeploymentTransformer
    extends Object
    implements org.jboss.as.server.deployment.transformation.DeploymentTransformer
    WildFly Core DeploymentTransformer implementation that uses the WF Galleon integration with Eclipse Transformer to transform.
    • Constructor Detail

      • DeploymentTransformer

        public DeploymentTransformer()
    • Method Detail

      • transform

        public void transform​(Path src,
                              Path target)
                       throws IOException
        Specified by:
        transform in interface org.jboss.as.server.deployment.transformation.DeploymentTransformer
        Throws:
        IOException