public class ContextManagerBuilder extends Object
ContextManager| Modifier and Type | Method and Description |
|---|---|
ContextManagerBuilder |
add(org.jboss.as.server.deployment.SetupAction action)
Adds a
SetupAction to the builder. |
ContextManagerBuilder |
addAll(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit) |
ContextManager |
build() |
public ContextManagerBuilder add(org.jboss.as.server.deployment.SetupAction action)
SetupAction to the builder. This action will be run by the ContextManager in the order it was
added to the builder.action - The SetupAction to add to the builderpublic ContextManagerBuilder addAll(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
public ContextManager build()
Copyright © 2018 JBoss by Red Hat. All rights reserved.