|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbin.GlobalConstants
public class GlobalConstants
GlobalConstants Class
This class is responsible for managing all global constants for the AI Builder application.
Field Summary | |
---|---|
static java.lang.String |
COMMENT_IDENT
Comment identifiers for AI files. |
static java.lang.String |
DATABASE_NAME
Only the name of the database file. |
static java.lang.String |
DIRECTORY
Only the directory where the database file resides. |
static java.lang.String |
DOCUMENTATION
Any references made to the documentation provided, should define the file name of the documentation document/file. |
static java.lang.String |
F_EXT_EASY
Defines "easy mode"'s difficulty file extension. |
static java.lang.String |
F_EXT_HARD
Defines "hard mode"'s difficulty file extension. |
static java.lang.String |
F_EXT_MED
Defines "medium mode"'s difficulty file extension. |
static java.lang.String |
FILE_SEPARATOR
Portable, system independent solution for the "file separator" character. |
static java.lang.String |
RESOURCE
Compiled core resource definition. |
static java.lang.String |
TITLE
The application's title. |
static boolean |
VERBOSE_DEBUG
Defines whether debug messages are displayed or not. |
static java.lang.String |
VERSION
Defines the current version number for "AI Builder" |
Constructor Summary | |
---|---|
GlobalConstants()
Default Constructor for class with no parameters. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final boolean VERBOSE_DEBUG
public static java.lang.String FILE_SEPARATOR
public static java.lang.String DIRECTORY
public static final java.lang.String DATABASE_NAME
public static java.lang.String RESOURCE
ai.properties
file resides.
public static final java.lang.String COMMENT_IDENT
public static final java.lang.String F_EXT_EASY
public static final java.lang.String F_EXT_MED
public static final java.lang.String F_EXT_HARD
public static final java.lang.String DOCUMENTATION
public static final java.lang.String TITLE
public static final java.lang.String VERSION
"AI Builder"
Constructor Detail |
---|
public GlobalConstants()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |