public class ClassFileTransformerProcessor extends Object implements DeploymentUnitProcessor
DeploymentUnitProcessor that instantiates ClassFileTransformers defined in the
jboss-deployment-structure.xml file.| Constructor and Description |
|---|
ClassFileTransformerProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
deploy(DeploymentPhaseContext phaseContext)
Perform a single step in processing the deployment phase.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitundeploypublic void deploy(DeploymentPhaseContext phaseContext) throws DeploymentUnitProcessingException
DeploymentUnitProcessor
Data stored on the phase context only exists until the end of the phase. The deployment unit context
which is persistent is available via context.getDeploymentUnitContext().
deploy in interface DeploymentUnitProcessorphaseContext - the deployment unit contextDeploymentUnitProcessingException - if an error occurs during processingCopyright © 2021 JBoss by Red Hat. All rights reserved.