All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class util.Config

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

public class Config
extends Object

Variable Index

 o _BLINDNESS
 o _CONNECTIONSTRING
 o _DRIVERTYPE
 o _FILE_REPOSITORY
 o _HOST
 o _HTML_REPOSITORY
 o _HTMLROOT
 o _MAIL_ID
 o _MAX_REVIEW_SIZE
 o _NO_OF_AUTHORS
 o _PASSWD
 o _PORT
 o _REVIEW_REPOSITORY
 o _REVIEW_SCALE
 o _REVIEWS_PER_PAPER
 o _SMTP_HOST
 o _SMTP_PORT
 o _USERID

Constructor Index

 o Config()

Variables

 o _HOST
 public static final String _HOST
 o _PORT
 public static final int _PORT
 o _SMTP_HOST
 public static final String _SMTP_HOST
 o _SMTP_PORT
 public static final int _SMTP_PORT
 o _USERID
 public static final String _USERID
 o _PASSWD
 public static final String _PASSWD
 o _DRIVERTYPE
 public static final String _DRIVERTYPE
 o _CONNECTIONSTRING
 public static final String _CONNECTIONSTRING
 o _FILE_REPOSITORY
 public static final String _FILE_REPOSITORY
 o _HTML_REPOSITORY
 public static final String _HTML_REPOSITORY
 o _REVIEW_REPOSITORY
 public static final String _REVIEW_REPOSITORY
 o _HTMLROOT
 public static final String _HTMLROOT
 o _MAIL_ID
 public static final String _MAIL_ID
 o _NO_OF_AUTHORS
 public static final int _NO_OF_AUTHORS
 o _MAX_REVIEW_SIZE
 public static final int _MAX_REVIEW_SIZE
 o _REVIEW_SCALE
 public static final int _REVIEW_SCALE
 o _BLINDNESS
 public static final int _BLINDNESS
 o _REVIEWS_PER_PAPER
 public static final int _REVIEWS_PER_PAPER

Constructors

 o Config
 public Config()

All Packages  Class Hierarchy  This Package  Previous  Next  Index