Class ManifestDependencyProcessor
- java.lang.Object
-
- org.jboss.as.server.deployment.module.ManifestDependencyProcessor
-
- All Implemented Interfaces:
DeploymentUnitProcessor
public final class ManifestDependencyProcessor extends Object implements DeploymentUnitProcessor
Deployment unit processor that will extract module dependencies from an and attach them.- Author:
- John E. Bailey, Richard Opalka, Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description ManifestDependencyProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeploy(DeploymentPhaseContext phaseContext)Process the deployment root for module dependency information.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.as.server.deployment.DeploymentUnitProcessor
undeploy
-
-
-
-
Method Detail
-
deploy
public void deploy(DeploymentPhaseContext phaseContext) throws DeploymentUnitProcessingException
Process the deployment root for module dependency information.- Specified by:
deployin interfaceDeploymentUnitProcessor- Parameters:
phaseContext- the deployment unit context- Throws:
DeploymentUnitProcessingException
-
-