Class ManifestDependencyProcessor
java.lang.Object
org.jboss.as.server.deployment.module.ManifestDependencyProcessor
- All Implemented Interfaces:
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 -
Method Summary
Modifier and TypeMethodDescriptionvoiddeploy(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, waitMethods inherited from interface org.jboss.as.server.deployment.DeploymentUnitProcessor
undeploy
-
Constructor Details
-
ManifestDependencyProcessor
public ManifestDependencyProcessor()
-
-
Method Details
-
deploy
Process the deployment root for module dependency information.- Specified by:
deployin interfaceDeploymentUnitProcessor- Parameters:
phaseContext- the deployment unit context- Throws:
DeploymentUnitProcessingException
-