com.sun.electric.database
Class Config

java.lang.Object
  extended by com.sun.electric.database.Config

public class Config
extends java.lang.Object

This class defines configuration constants. They are static and final to enable conditional compilation of Electric codebase.


Field Summary
static boolean TWO_JVM
          Two Jvm experimental mode
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TWO_JVM

public static final boolean TWO_JVM
Two Jvm experimental mode

See Also:
Constant Field Values