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.AbstractGUIApplicationDie 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.StringgetApplicationName()voidinitialize(de.bsvrz.dav.daf.main.ClientDavInterface connection)static voidmain(java.lang.String[] args)voidparseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList)java.lang.StringtoString()-
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:
getApplicationNamein classde.bsvrz.sys.funclib.application.AbstractGUIApplication
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-