public class GlobalModuleDependencyProcessor extends Object implements org.jboss.as.server.deployment.DeploymentUnitProcessor
| Constructor and Description |
|---|
GlobalModuleDependencyProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
deploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) |
void |
setGlobalModules(List<GlobalModulesDefinition.GlobalModule> globalModules)
Set the global modules configuration for the container.
|
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 setGlobalModules(List<GlobalModulesDefinition.GlobalModule> globalModules)
globalModules - a fully resolved (i.e. with expressions resolved and default values set) global modules configurationCopyright © 2021 JBoss by Red Hat. All rights reserved.