|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmain.FunSiPJar
public class FunSiPJar
This class is just meant as the main-contact point when the jar-file is launched. This class then performs the necessary commandline parameter checking, and launches the selected targets from the jar file.
Field Summary | |
---|---|
static boolean |
RUN_FROM_JAR
Accesible boolean indicating whether or not the program is running as a jar-file. |
static java.lang.String |
USER_DIR
Accesible string indicating the prefix used for selecting outputdirectories. |
Constructor Summary | |
---|---|
FunSiPJar(java.lang.String[] args)
Constructor method for FunSiPJar. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Main method (indicated by the manifest file). |
static java.lang.String |
setCorrectFilePath(java.lang.String path)
Changes the pathname when running from a jar-file (some indicators change for some weird reason). |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String USER_DIR
public static boolean RUN_FROM_JAR
Constructor Detail |
---|
public FunSiPJar(java.lang.String[] args)
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- The commandline parameters, used when launching the
jar-file.public static java.lang.String setCorrectFilePath(java.lang.String path)
path
- The original pathname.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |