public class DeploymentDependenciesProcessor extends Object implements DeploymentUnitProcessor
| Constructor and Description |
|---|
DeploymentDependenciesProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
deploy(DeploymentPhaseContext phaseContext)
Perform a single step in processing the deployment phase.
|
static void |
registerJBossXMLParsers() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitundeploypublic static void registerJBossXMLParsers()
public 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 © 2022 JBoss by Red Hat. All rights reserved.