org.cid.distribution.core
Class Globals

java.lang.Object
  extended by org.cid.distribution.core.Globals

public class Globals
extends java.lang.Object

Holds the global configuration.

Version:
$Revision: 175 $

Field Summary
static java.lang.String APP_NAME
          Name of the application
static java.lang.String APP_VERSION
          Version
static java.util.Locale LOCALE
          The locale instance used by the application.
static java.lang.String LOG_PATTERN
          Log pattern for the default logger.
 
Constructor Summary
Globals()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APP_NAME

public static final java.lang.String APP_NAME
Name of the application

See Also:
Constant Field Values

APP_VERSION

public static final java.lang.String APP_VERSION
Version

See Also:
Constant Field Values

LOCALE

public static final java.util.Locale LOCALE
The locale instance used by the application.


LOG_PATTERN

public static final java.lang.String LOG_PATTERN
Log pattern for the default logger.

See Also:
Constant Field Values
Constructor Detail

Globals

public Globals()


Copyright © 2006 null. All Rights Reserved.