com.arjuna.common.util.propertyservice
Class Environment

java.lang.Object
  extended by com.arjuna.common.util.propertyservice.Environment

public class Environment
extends java.lang.Object

The various property variables that can be set at runtime to configure the some of the classes within the package. The various values are:

Since:
clf-2.0
Version:
$Id: Environment.java 2342 2006-03-30 13:06:17Z $
Author:
Richard Begg (richard.begg@arjun.com)

Field Summary
static java.lang.String OVERRIDING_PLUGIN_CLASSNAME
           
static java.lang.String VERBOSE_PROPERTY_MANAGER
           
 
Constructor Summary
Environment()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERBOSE_PROPERTY_MANAGER

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

OVERRIDING_PLUGIN_CLASSNAME

public static final java.lang.String OVERRIDING_PLUGIN_CLASSNAME
See Also:
Constant Field Values
Constructor Detail

Environment

public Environment()