Package org.wildfly.ee8to9.transformer
Class DeploymentTransformer
- java.lang.Object
-
- org.wildfly.ee8to9.transformer.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 Summary
Constructors Constructor Description DeploymentTransformer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStreamtransform(InputStream in, String name)voidtransform(Path src, Path target)
-
-
-
Method Detail
-
transform
public InputStream transform(InputStream in, String name) throws IOException
- Specified by:
transformin interfaceorg.jboss.as.server.deployment.transformation.DeploymentTransformer- Throws:
IOException
-
transform
public void transform(Path src, Path target) throws IOException
- Specified by:
transformin interfaceorg.jboss.as.server.deployment.transformation.DeploymentTransformer- Throws:
IOException
-
-