public class FwkLoader
extends java.lang.Object
This object has a main method that loads a xml file.
The filename must be specified as parameter.
It tries to load the file from following location and under following conditions:
It is also possible to specify a welcome image.
Example:
java com.highqsoft.fwk.FwkLoader myFile.xml -welcome myImage.gif
Modifier and Type | Class and Description |
---|---|
static class |
FwkLoader.StartApplication
The thread that build the relation display panel.
|
Modifier and Type | Field and Description |
---|---|
protected static FwkDescriptionInterface |
descriptor |
static java.lang.String |
version |
Constructor and Description |
---|
FwkLoader() |
Modifier and Type | Method and Description |
---|---|
static FwkDescriptionInterface |
getDescriptor() |
java.lang.String |
getVersion() |
static void |
main(java.lang.String[] args)
The main procedur.
|
public static final java.lang.String version
protected static final FwkDescriptionInterface descriptor
public java.lang.String getVersion()
public static FwkDescriptionInterface getDescriptor()
public static void main(java.lang.String[] args)
The arguments can contain a xml file (see above).