|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--audiojury.domain.ConfigBase
Defines a number of configuration parameter and some constants with which it is possible to refer to the parameters.
Field Summary | |
static int |
APPLICATION_ROOT
Parameter constant: The application root. |
static int |
BROWSE_SOUND_PATH
Parameter constant: Where user browsed for sound files last time. |
static int |
PERSON_INFO
Parameter constant: Informatin about a test subject. |
static int |
PROJECTS_PATH
Parameter constant: Where the administrator program stores all dynamic, active and closed projects. |
static int |
REPORT_PATH
Parameter constant: Where to put generated reports. |
static int |
RESULT_PATH
Parameter constant: Path to read/write project results. |
static int |
SHARED_PATH
Parameter constant: Path to "shared folder". |
Constructor Summary | |
ConfigBase()
Creates a new instance of ConfigBase |
Method Summary | |
java.lang.String |
getName(int type)
Returns the name of a configuration parameter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int APPLICATION_ROOT
public static final int PROJECTS_PATH
public static final int REPORT_PATH
public static final int BROWSE_SOUND_PATH
public static final int SHARED_PATH
public static final int RESULT_PATH
public static final int PERSON_INFO
Constructor Detail |
public ConfigBase()
ConfigBase
Method Detail |
public java.lang.String getName(int type)
type
- A parameter constant.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |