|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dfleischhacker.uni.thesis.userinterface.Starter
public class Starter
This class wraps around the different types of userinterfaces to provide a single starter class no matter if using the Swing based interface or the batchmode.
Constructor Summary | |
---|---|
Starter()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Checks the commandline parameters for a hint which interface should be started. |
static java.lang.String[] |
removeArg(java.lang.String[] args,
int index)
Removes the entry at the given index from the array and returns the resulting array. |
static void |
showHelp()
Prints some help lines |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Starter()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- public static java.lang.String[] removeArg(java.lang.String[] args, int index)
args
- array to remove element fromindex
- index of element to remove
public static void showHelp()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |