public class DependencyProcessor extends Object implements org.jboss.as.server.deployment.DeploymentUnitProcessor
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.modules.ModuleIdentifier |
MICROPROFILE_CONFIG_API |
static org.jboss.modules.ModuleIdentifier |
MICROPROFILE_CONFIG_EXTENSION |
static org.jboss.as.server.deployment.Phase |
PHASE
See
Phase for a description of the different phases |
static int |
PRIORITY
The relative order of this processor within the
PHASE. |
| Constructor and Description |
|---|
DependencyProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
deploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) |
void |
undeploy(org.jboss.as.server.deployment.DeploymentUnit context) |
public static final org.jboss.as.server.deployment.Phase PHASE
Phase for a description of the different phasespublic static final int PRIORITY
PHASE.
The current number is large enough for it to happen after all
the standard deployment unit processors that come with JBoss AS.public static final org.jboss.modules.ModuleIdentifier MICROPROFILE_CONFIG_API
public static final org.jboss.modules.ModuleIdentifier MICROPROFILE_CONFIG_EXTENSION
public void deploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext)
throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
deploy in interface org.jboss.as.server.deployment.DeploymentUnitProcessororg.jboss.as.server.deployment.DeploymentUnitProcessingExceptionpublic void undeploy(org.jboss.as.server.deployment.DeploymentUnit context)
undeploy in interface org.jboss.as.server.deployment.DeploymentUnitProcessorCopyright © 2017 JBoss by Red Hat. All rights reserved.