|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.psychomad.waw.Waw
public class Waw
The main class of the application.
| Field Summary | |
|---|---|
static org.psychomad.psycholib.resources.Config |
config
the file containing the config informations |
static org.psychomad.psycholib.resources.Config |
info
the file containing readOnly informations |
| Fields inherited from interface org.psychomad.psycholib.std.ExitCodes |
|---|
EXIT_CODE_CORRUPTED_FILES, EXIT_CODE_ERROR_LOADING_MAPFILE, EXIT_CODE_LICENSE_NOT_ACCEPTED, EXIT_CODE_NOK, EXIT_CODE_OK, EXIT_CODE_WRONG_ARGUMENTS |
| Constructor Summary | |
|---|---|
Waw()
|
|
| Method Summary | |
|---|---|
static void |
exit(int exitCode)
Exit the application with an error code. |
static void |
main(java.lang.String[] args)
The entry point of the application. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static org.psychomad.psycholib.resources.Config config
public static org.psychomad.psycholib.resources.Config info
| Constructor Detail |
|---|
public Waw()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args - the command line.public static void exit(int exitCode)
exitCode - the error value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||