|
Test webapp | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectadriani.webapp.util.Settings
public class Settings
Class containing the static values defining the WEBAPP behaviour .
Field Summary | |
---|---|
static java.lang.String[] |
ARCHIVE
Name of the possible extensions to be parsed by the SystemLogger. |
static boolean |
DEBUG
If true debug messagges are printed on Standard Output. |
static boolean |
DETAILS
If true VERY DETAILED debug messagges are printed. |
static java.lang.String |
LOGGER
Name of the logger object. |
static java.lang.String |
VERSION
Webapp version. |
Constructor Summary | |
---|---|
Settings()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static boolean DEBUG
public static boolean DETAILS
public static java.lang.String VERSION
public static java.lang.String LOGGER
public static java.lang.String[] ARCHIVE
Constructor Detail |
---|
public Settings()
|
Build 10/01/2013 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |