Class JESConfig
java.lang.Object
JESConfig
public class JESConfig
- extends java.lang.Object
The JES Config Class
Created for the Jython Environment for Students
The JESConfig Class reads the config file information for the JES
config file, located at JES_CONFIG_FILE_NAME
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JES_CONFIG_FILE_NAME
public static java.lang.String JES_CONFIG_FILE_NAME
CONFIG_NAME
public static int CONFIG_NAME
CONFIG_GT
public static int CONFIG_GT
CONFIG_MAIL
public static int CONFIG_MAIL
CONFIG_MODE
public static int CONFIG_MODE
CONFIG_FONT
public static int CONFIG_FONT
CONFIG_EMAIL_ADDR
public static int CONFIG_EMAIL_ADDR
CONFIG_GUTTER
public static int CONFIG_GUTTER
CONFIG_BLOCK
public static int CONFIG_BLOCK
CONFIG_WEB_TURNIN
public static int CONFIG_WEB_TURNIN
CONFIG_AUTOSAVEONRUN
public static int CONFIG_AUTOSAVEONRUN
CONFIG_AUTOOPENDOC
public static int CONFIG_AUTOOPENDOC
CONFIG_WRAPPIXELVALUES
public static int CONFIG_WRAPPIXELVALUES
CONFIG_SKIN
public static int CONFIG_SKIN
CONFIG_SHOWTURNIN
public static int CONFIG_SHOWTURNIN
CONFIG_BACKUPSAVE
public static int CONFIG_BACKUPSAVE
CONFIG_LOGBUFFER
public static int CONFIG_LOGBUFFER
CONFIG_MEDIAPATH
public static int CONFIG_MEDIAPATH
CONFIG_NLINES
public static int CONFIG_NLINES
JESConfig
public JESConfig()
main
public static void main(java.lang.String[] args)
getProperties
public java.util.ArrayList<java.lang.String> getProperties()
getProperty
public java.lang.String getProperty(int property)
setColorWrapAround
public static void setColorWrapAround(boolean bool)
getColorWrapAround
public static boolean getColorWrapAround()
readConfig
public java.util.ArrayList<java.lang.String> readConfig()