|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.izforge.izpack.frontend.Frontend
The IzPack frontend class.
Field Summary | |
static java.util.ArrayList |
bookmarks
The 'recent files' list. |
static XMLElement |
config
The configuration XML tree. |
static java.lang.String |
curLocale
The current locale ISO3 code. |
static java.lang.String |
IZPACK_HOME
IzPack home directory. |
private LocaleDatabase |
langpack
The language pack. |
static java.lang.String |
lastDir
The last directory entered. |
static int |
MAX_SPLASHES_PICS
The number of splash screens. |
static java.util.Random |
random
Randomizer. |
static FrontendSplashWindow |
splashWindow
The splash window. |
Constructor Summary | |
Frontend()
The constructor. |
Method Summary | |
static XMLElement |
createBlankInstallation()
Creates a blank installation XML tree. |
private void |
loadConfig()
Loads the configuration. |
private void |
loadLocalisation()
Loads the localisation. |
static void |
main(java.lang.String[] args)
The main method (program entry-point). |
static void |
saveConfig()
Saves the configuration. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private LocaleDatabase langpack
public static final int MAX_SPLASHES_PICS
public static XMLElement config
public static java.lang.String curLocale
public static java.lang.String lastDir
public static java.util.ArrayList bookmarks
public static java.util.Random random
public static FrontendSplashWindow splashWindow
public static java.lang.String IZPACK_HOME
Constructor Detail |
public Frontend() throws java.lang.Exception
java.lang.Exception
- Description of the ExceptionMethod Detail |
private void loadLocalisation() throws java.lang.Exception
java.lang.Exception
- Description of the Exceptionprivate void loadConfig() throws java.lang.Exception
java.lang.Exception
- Description of the Exceptionpublic static void main(java.lang.String[] args)
args
- The arguments passed on the command-line.public static XMLElement createBlankInstallation()
public static void saveConfig()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |