org.glassfish.fighterfish.test.util
Class Constants

java.lang.Object
  extended by org.glassfish.fighterfish.test.util.Constants

public final class Constants
extends java.lang.Object

Constants used in various places.

Author:
Sanjeeb.Sahoo@Sun.COM

Field Summary
static java.lang.String DEFAULT_DS
          The JNDI name of the default datasource configured in the server.
static java.lang.String DEFAULT_POOL
          The JNDI name of the JDBC connection pool used by the default datasource
static java.lang.String FIGHTERFISH_PROVISIONER_URL_DEFAULT_VALUE
           
static java.lang.String FIGHTERFISH_PROVISIONER_URL_PROP
          URL string used to download glassfish distribution.
static java.lang.String FIGHTERFISH_TEST_DERBY_DB_ROOT_DIR
          This property is used to specify the directory where derby database will be created.
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIGHTERFISH_PROVISIONER_URL_PROP

public static final java.lang.String FIGHTERFISH_PROVISIONER_URL_PROP
URL string used to download glassfish distribution. e.g.: mvn:org.glassfish.distributions/glassfish/3.1.1/zip file:/tmp/web.zip http://maven.glassfish.org/content/groups/glassfish/org/glassfish/distributions/nucleus/3.1.1/nucleus-3.1.1.zip

See Also:
Constant Field Values

FIGHTERFISH_PROVISIONER_URL_DEFAULT_VALUE

public static final java.lang.String FIGHTERFISH_PROVISIONER_URL_DEFAULT_VALUE
See Also:
Constant Field Values

FIGHTERFISH_TEST_DERBY_DB_ROOT_DIR

public static final java.lang.String FIGHTERFISH_TEST_DERBY_DB_ROOT_DIR
This property is used to specify the directory where derby database will be created. If this property is not specified, then in-mempry Derby database will be used during testing.

See Also:
Constant Field Values

DEFAULT_DS

public static final java.lang.String DEFAULT_DS
The JNDI name of the default datasource configured in the server.

See Also:
Constant Field Values

DEFAULT_POOL

public static final java.lang.String DEFAULT_POOL
The JNDI name of the JDBC connection pool used by the default datasource

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


Copyright © 2013. All Rights Reserved.