Package de.kappich.pat.gnd.gnd
Class RunGND
- java.lang.Object
-
- de.bsvrz.sys.funclib.application.AbstractGUIApplication
-
- de.kappich.pat.gnd.gnd.RunGND
-
- All Implemented Interfaces:
de.bsvrz.sys.funclib.application.GUIApplication
,de.bsvrz.sys.funclib.application.StandardApplication
public class RunGND extends de.bsvrz.sys.funclib.application.AbstractGUIApplication
Die Start-Klasse für die GND im Stand-Alone-Betrieb.
-
-
Constructor Summary
Constructors Constructor Description RunGND()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
getApplicationName()
void
initialize(de.bsvrz.dav.daf.main.ClientDavInterface connection)
static void
main(java.lang.String[] args)
void
parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList)
java.lang.String
toString()
-
Methods inherited from class de.bsvrz.sys.funclib.application.AbstractGUIApplication
connect, getConnection, isDavConnected, setConnection
-
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
- Parameters:
args
- die Aufrufparemeter
-
parseArguments
public void parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList) throws java.lang.Exception
- Throws:
java.lang.Exception
-
initialize
public void initialize(de.bsvrz.dav.daf.main.ClientDavInterface connection) throws java.lang.Exception
- Throws:
java.lang.Exception
-
getApplicationName
protected java.lang.String getApplicationName()
- Specified by:
getApplicationName
in classde.bsvrz.sys.funclib.application.AbstractGUIApplication
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-