Package org.jboss.as.arquillian.service
Class ContextManagerBuilder
- java.lang.Object
-
- org.jboss.as.arquillian.service.ContextManagerBuilder
-
public class ContextManagerBuilder extends Object
Builds aContextManager- Author:
- Stuart Douglas, Andrew Lee Rubinger
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContextManagerBuilderadd(org.jboss.as.server.deployment.SetupAction action)Adds aSetupActionto the builder.ContextManagerBuilderaddAll(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)ContextManagerbuild()
-
-
-
Method Detail
-
add
public ContextManagerBuilder add(org.jboss.as.server.deployment.SetupAction action)
Adds aSetupActionto the builder. This action will be run by theContextManagerin the order it was added to the builder.- Parameters:
action- TheSetupActionto add to the builder- Returns:
- this
-
addAll
public ContextManagerBuilder addAll(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
-
build
public ContextManager build()
-
-