Class ContextManagerBuilder

    • Method Detail

      • add

        public ContextManagerBuilder add​(org.jboss.as.server.deployment.SetupAction action)
        Adds a SetupAction to the builder. This action will be run by the ContextManager in the order it was added to the builder.
        Parameters:
        action - The SetupAction to add to the builder
        Returns:
        this
      • addAll

        public ContextManagerBuilder addAll​(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)