de.tuberlin.cs.cis.ocl.model.mofbridge.mdr
Class Constants

java.lang.Object
  |
  +--de.tuberlin.cs.cis.ocl.model.mofbridge.mdr.Constants

public class Constants
extends java.lang.Object

various constants used by the xmi module.

Version:
1.0
Author:
Felix Schmid

Field Summary
static java.lang.String BTREE_STORAGE_FILE_NAME
          The key to identify the name of the btree file to create for a repository
static java.lang.String BTREE_STORAGE_LOCATION
          The key used to lookup the default repository storage directory from the environment.
static java.lang.String DEFAULT_STORAGE_MECHANISM
          The key used to indicate to the MDR the storage mechanism to use.
static java.lang.String IDE_VERSION
          Key to determine whether running in Netbeans IDE environment
static java.lang.String LOG_CONFIG_FILE
          Constant containing the path (relative to project directory) to the properties file containing log4j's configuration.
static java.lang.String MEMORY_STORAGE
          The value for key DEFAULT_STORAGE_MECHANISM that indicates memory (i.e.
static java.lang.String PERSISTENT_STORAGE
          The value for key DEFAULT_STORAGE_MECHANISM that indicates btree (i.e.
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BTREE_STORAGE_LOCATION

public static final java.lang.String BTREE_STORAGE_LOCATION
The key used to lookup the default repository storage directory from the environment.

See Also:
Constant Field Values

BTREE_STORAGE_FILE_NAME

public static final java.lang.String BTREE_STORAGE_FILE_NAME
The key to identify the name of the btree file to create for a repository

See Also:
Constant Field Values

DEFAULT_STORAGE_MECHANISM

public static final java.lang.String DEFAULT_STORAGE_MECHANISM
The key used to indicate to the MDR the storage mechanism to use.

See Also:
Constant Field Values

MEMORY_STORAGE

public static final java.lang.String MEMORY_STORAGE
The value for key DEFAULT_STORAGE_MECHANISM that indicates memory (i.e. transient) storage.

See Also:
Constant Field Values

PERSISTENT_STORAGE

public static final java.lang.String PERSISTENT_STORAGE
The value for key DEFAULT_STORAGE_MECHANISM that indicates btree (i.e. persistent) storage.

See Also:
Constant Field Values

IDE_VERSION

public static final java.lang.String IDE_VERSION
Key to determine whether running in Netbeans IDE environment

See Also:
Constant Field Values

LOG_CONFIG_FILE

public static final java.lang.String LOG_CONFIG_FILE
Constant containing the path (relative to project directory) to the properties file containing log4j's configuration.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()