com.jstatcom.engine.gauss
Class GaussConfigKeys

java.lang.Object
  extended by com.jstatcom.engine.ConfigKeys
      extended by com.jstatcom.engine.gauss.GaussConfigKeys

public abstract class GaussConfigKeys
extends ConfigKeys

Contains all constants that define the GAUSS environment. For every key the respective information is stored in an instance of ConfigHolder. The GaussConfigPanel contains a user input mask to adjust some of the defined settings.

Author:
Markus Kraetzig
See Also:
ConfigHolder, GaussConfigPanel

Field Summary
static GaussConfigKeys COMPILE_CFG
          The XML file containing the list of files to be compiled.
static GaussConfigKeys EXE_LOCATION
          The directory of the executable, e.g. c:\mteng8.0\engauss.exe.
static GaussConfigKeys GAUSS_VERSION
          The GAUSS version.
static GaussConfigKeys GCG_FILENAME
          The gcg filename with the compiled code for GAUSS.
static GaussConfigKeys LIB_CFG
          The XML file containing the list of libraries.
static GaussConfigKeys SHARED_MEM_SIZE
          The size of the shared memory used for the communication.
static GaussConfigKeys TEMP_DIR
          The temporary directory with read/write access.
 
Method Summary
static java.util.Iterator versionIterator()
           
 
Methods inherited from class com.jstatcom.engine.ConfigKeys
defaultVal, equals, getAllKeys, hashCode, isValid, name, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

EXE_LOCATION

public static final GaussConfigKeys EXE_LOCATION
The directory of the executable, e.g. c:\mteng8.0\engauss.exe.


GAUSS_VERSION

public static final GaussConfigKeys GAUSS_VERSION
The GAUSS version.


SHARED_MEM_SIZE

public static final GaussConfigKeys SHARED_MEM_SIZE
The size of the shared memory used for the communication.


TEMP_DIR

public static final GaussConfigKeys TEMP_DIR
The temporary directory with read/write access.


LIB_CFG

public static final GaussConfigKeys LIB_CFG
The XML file containing the list of libraries.


COMPILE_CFG

public static final GaussConfigKeys COMPILE_CFG
The XML file containing the list of files to be compiled.


GCG_FILENAME

public static final GaussConfigKeys GCG_FILENAME
The gcg filename with the compiled code for GAUSS.

Method Detail

versionIterator

public static java.util.Iterator versionIterator()