Class Config

java.lang.Object
   |
   +----Config

public class Config
extends Object

Variable Index

 o bgcolor
 o dblogin
 o dbpassword
 o Dir
 o facultyCookieTime
 o fromAdd
 o hostallow
 o hostname
 o link
 o logpath
 o packpath
 o PassFailLog
 o PassLog
 o port
 o pubdir
 o pubpath
 o RegFailLog
 o RegLog
 o rootCookieTime
 o RootLog
 o RootPassChangeLog
 o sqlDir
 o StdSession
 o studentCookieTime
 o StudentFailLog
 o StudentLog
 o tablecolor
 o text
 o thesispath
 o thesissite

Constructor Index

 o Config()

Variables

 o dblogin
 public static String dblogin
 o dbpassword
 public static String dbpassword
 o hostname
 public static String hostname
 o port
 public static String port
 o pubpath
 public static String pubpath
 o pubdir
 public static String pubdir
 o thesissite
 public static String thesissite
 o thesispath
 public static String thesispath
 o packpath
 public static String packpath
 o sqlDir
 public static String sqlDir
 o Dir
 public static String Dir
 o logpath
 public static String logpath
 o PassLog
 public static String PassLog
 o PassFailLog
 public static String PassFailLog
 o StudentLog
 public static String StudentLog
 o StudentFailLog
 public static String StudentFailLog
 o StdSession
 public static String StdSession
 o RegLog
 public static String RegLog
 o RegFailLog
 public static String RegFailLog
 o RootLog
 public static String RootLog
 o RootPassChangeLog
 public static String RootPassChangeLog
 o rootCookieTime
 public static int rootCookieTime
 o studentCookieTime
 public static int studentCookieTime
 o facultyCookieTime
 public static int facultyCookieTime
 o hostallow
 public static String hostallow
 o fromAdd
 public static String fromAdd
 o bgcolor
 public static String bgcolor
 o text
 public static String text
 o link
 public static String link
 o tablecolor
 public static String tablecolor

Constructors

 o Config
 public Config()