public class WarMetaDataProcessor extends Object implements org.jboss.as.server.deployment.DeploymentUnitProcessor
Modifier and Type | Class and Description |
---|---|
protected static class |
WarMetaDataProcessor.Ordering |
protected static class |
WarMetaDataProcessor.WebOrdering
Utility class to associate the logical name with the JAR name, needed
during the order resolving.
|
Constructor and Description |
---|
WarMetaDataProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
deploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) |
protected static void |
resolveOrder(List<WarMetaDataProcessor.WebOrdering> webOrderings,
List<String> order)
Generate the Jar processing order.
|
void |
undeploy(org.jboss.as.server.deployment.DeploymentUnit context) |
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.DeploymentUnitProcessor
org.jboss.as.server.deployment.DeploymentUnitProcessingException
public void undeploy(org.jboss.as.server.deployment.DeploymentUnit context)
undeploy
in interface org.jboss.as.server.deployment.DeploymentUnitProcessor
protected static void resolveOrder(List<WarMetaDataProcessor.WebOrdering> webOrderings, List<String> order)
webOrderings
- The list of orderings, as parsed from the fragmentsorder
- The generated order listCopyright © 2018 JBoss by Red Hat. All rights reserved.