|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dioscuri.Constants
public final class Constants
A class with system wide constants.
Field Summary | |
---|---|
static java.lang.String |
BOCHS_BIOS
the absolute path of the bios image file |
static java.lang.String |
CONFIG_DIR
the absolute path of the config folder |
static java.lang.String |
DEFAULT_CONFIG_XML
the absolute path of the default config xml file |
static java.lang.String |
EMULATOR_CREATOR
institutions participating (or participated) in the development of Dioscuri |
static java.lang.String |
EMULATOR_DATE
the release date ( MMMM, YYYY ) |
static java.lang.String |
EMULATOR_ICON_IMAGE
the absolute path of Dioscuri's icon |
static java.lang.String |
EMULATOR_LOGGING_PROPERTIES
the absolute path of the logging properties file |
static java.lang.String |
EMULATOR_NAME
the name of Dioscuri |
static java.lang.String |
EMULATOR_SPLASHSCREEN_IMAGE
the absolute path of the splash screen image |
static java.lang.String |
EMULATOR_VERSION
the version of Dioscuri |
static java.io.File |
EXE_FOLDER
the root folder of the application ( JAR_OR_FOLDER.isFile() ? JAR_OR_FOLDER.getParentFile() : JAR_OR_FOLDER ) |
static java.io.File |
JAR_OR_FOLDER
represents the parent directory of the executed GUI.class or the File ascociated with Dioscuri-X-X.jar |
static java.lang.String |
VGA_BIOS
the absolute path of the vga bios image file |
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 java.io.File JAR_OR_FOLDER
public static final java.io.File EXE_FOLDER
JAR_OR_FOLDER.isFile() ? JAR_OR_FOLDER.getParentFile() : JAR_OR_FOLDER
)
public static final java.lang.String EMULATOR_NAME
public static final java.lang.String EMULATOR_VERSION
public static final java.lang.String EMULATOR_DATE
MMMM, YYYY
)
public static final java.lang.String EMULATOR_CREATOR
public static final java.lang.String CONFIG_DIR
public static final java.lang.String EMULATOR_ICON_IMAGE
public static final java.lang.String EMULATOR_SPLASHSCREEN_IMAGE
public static final java.lang.String EMULATOR_LOGGING_PROPERTIES
public static final java.lang.String DEFAULT_CONFIG_XML
public static final java.lang.String BOCHS_BIOS
public static final java.lang.String VGA_BIOS
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |