org.codehaus.cargo.container.property
Interface JSR88PropertySet


public interface JSR88PropertySet

Defines all general container properties valid for JSR88-compliant containers.

Version:
$Id: JSR88PropertySet.java 487 2005-09-03 14:30:53Z oleo $
See Also:
org.codehaus.cargo.container.jsr88.GenericJSR88Container

Field Summary
static java.lang.String DEPLOYTOOL_CLASSPATH
          Extra classpath necessary for the deployment tool (not the container itself!) to function.
static java.lang.String DEPLOYTOOL_JAR
          JAR file to load the deployment tool from.
static java.lang.String PASSWORD
          Password to use when acquiring a javax.enterprise.deploy.spi.DeploymentManager.
static java.lang.String USERNAME
          Username to use when acquiring a javax.enterprise.deploy.spi.DeploymentManager.
 

Field Detail

USERNAME

public static final java.lang.String USERNAME
Username to use when acquiring a javax.enterprise.deploy.spi.DeploymentManager.

See Also:
Constant Field Values

PASSWORD

public static final java.lang.String PASSWORD
Password to use when acquiring a javax.enterprise.deploy.spi.DeploymentManager.

See Also:
Constant Field Values

DEPLOYTOOL_JAR

public static final java.lang.String DEPLOYTOOL_JAR
JAR file to load the deployment tool from.

See Also:
Constant Field Values

DEPLOYTOOL_CLASSPATH

public static final java.lang.String DEPLOYTOOL_CLASSPATH
Extra classpath necessary for the deployment tool (not the container itself!) to function. Semicolon-separated.

See Also:
Constant Field Values


Copyright © 2004-2007 Codehaus. All Rights Reserved.