Class JESConfig

java.lang.Object
  extended by 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


Field Summary
static int CONFIG_AUTOOPENDOC
           
static int CONFIG_AUTOSAVEONRUN
           
static int CONFIG_BACKUPSAVE
           
static int CONFIG_BLOCK
           
static int CONFIG_EMAIL_ADDR
           
static int CONFIG_FONT
           
static int CONFIG_GT
           
static int CONFIG_GUTTER
           
static int CONFIG_LOGBUFFER
           
static int CONFIG_MAIL
           
static int CONFIG_MEDIAPATH
           
static int CONFIG_MODE
           
static int CONFIG_NAME
           
static int CONFIG_NLINES
           
static int CONFIG_SHOWTURNIN
           
static int CONFIG_SKIN
           
static int CONFIG_WEB_TURNIN
           
static int CONFIG_WRAPPIXELVALUES
           
static java.lang.String JES_CONFIG_FILE_NAME
           
 
Constructor Summary
JESConfig()
           
 
Method Summary
static boolean getColorWrapAround()
           
 java.util.ArrayList<java.lang.String> getProperties()
           
 java.lang.String getProperty(int property)
           
static void main(java.lang.String[] args)
           
 java.util.ArrayList<java.lang.String> readConfig()
           
static void setColorWrapAround(boolean bool)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

JESConfig

public JESConfig()
Method Detail

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()