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.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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods 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:
      getApplicationName in class de.bsvrz.sys.funclib.application.AbstractGUIApplication
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object