Class StandaloneDeployment

java.lang.Object
ru.cg.webbpm.studio.subsystems.deploy.appserver.impl.StandaloneDeployment
All Implemented Interfaces:
Deployment

public class StandaloneDeployment extends Object implements Deployment
A deployment for standalone servers.
Author:
James R. Perkins
  • Constructor Details

    • StandaloneDeployment

      public StandaloneDeployment(org.jboss.as.controller.client.ModelControllerClient client, File content, String name, Deployment.Type type, String matchPattern, MatchPatternStrategy matchPatternStrategy)
      Creates a new deployment.
      Parameters:
      client - the client that is connected.
      content - the content for the deployment.
      name - the name of the deployment, if null the name of the content file is used.
      type - the deployment type.
      matchPattern - the pattern for matching multiple artifacts, if null the name is used.
      matchPatternStrategy - the strategy for handling multiple artifacts.
  • Method Details