org.inria.myriads.snoozeclient.globals
Class Globals

java.lang.Object
  extended by org.inria.myriads.snoozeclient.globals.Globals

public final class Globals
extends Object

Global settings.

Author:
Eugen Feller

Field Summary
static String CLIENT_CONFIG
          Client config.
static String LOG4J_CONFIG
          Log4j config file.
static String REPOSITORT_FILE_NAME
          Name of the database.
static String REPOSITORY_STORAGE_DIRECTORY
          Repository path.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG4J_CONFIG

public static final String LOG4J_CONFIG
Log4j config file.

See Also:
Constant Field Values

CLIENT_CONFIG

public static final String CLIENT_CONFIG
Client config.

See Also:
Constant Field Values

REPOSITORY_STORAGE_DIRECTORY

public static final String REPOSITORY_STORAGE_DIRECTORY
Repository path.


REPOSITORT_FILE_NAME

public static final String REPOSITORT_FILE_NAME
Name of the database.

See Also:
Constant Field Values


Copyright © 2012. All Rights Reserved.