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
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, setConnectionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface de.bsvrz.sys.funclib.application.GUIApplication
getMainClass
-
Constructor Details
-
RunGND
public RunGND()
-
-
Method Details
-
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
-