public final class ModuleClassPathProcessor extends Object implements DeploymentUnitProcessor
MANIFEST.MF Class-Path entries to the module configuration.| Constructor and Description |
|---|
ModuleClassPathProcessor() |
| 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.