|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.tuberlin.cs.cis.ocl.model.mofbridge.mdr.Constants
various constants used by the xmi module.
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 |
public static final java.lang.String BTREE_STORAGE_LOCATION
public static final java.lang.String BTREE_STORAGE_FILE_NAME
public static final java.lang.String DEFAULT_STORAGE_MECHANISM
public static final java.lang.String MEMORY_STORAGE
public static final java.lang.String PERSISTENT_STORAGE
public static final java.lang.String IDE_VERSION
public static final java.lang.String LOG_CONFIG_FILE
Constructor Detail |
public Constants()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |