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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
     
    void
    initialize(de.bsvrz.dav.daf.main.ClientDavInterface connection)
     
    static void
    main(String[] args)
     
    void
    parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList)
     
     

    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(String[] args)
      Parameters:
      args - die Aufrufparemeter
    • parseArguments

      public void parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList) throws Exception
      Throws:
      Exception
    • initialize

      public void initialize(de.bsvrz.dav.daf.main.ClientDavInterface connection) throws Exception
      Throws:
      Exception
    • getApplicationName

      protected String getApplicationName()
      Specified by:
      getApplicationName in class de.bsvrz.sys.funclib.application.AbstractGUIApplication
    • toString

      public String toString()
      Overrides:
      toString in class Object