|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.bsvrz.sys.testsys.testsys.UeberpruefungSystemApp
public class UeberpruefungSystemApp
Hauptprogramm der SWE Überprüfung System ; Segment 10, SWE 10.2. Startet die Anwendung "Überprüfung System". Überprüfung System initialisiert zuerst die DaV Verbindung und startet dann die Plugins. Die Plugins führen die jeweiligen Überprüfungen aus.
Field Summary | |
---|---|
static de.bsvrz.dav.daf.main.ClientDavInterface |
_statConnection
Aktuelle Verbindung zum Datenverteiler. |
private de.bsvrz.dav.daf.main.ClientDavInterface |
m_davConnection
Aktuelle Verbindung zum Datenverteiler. |
(package private) java.lang.String |
m_modLog
Modulspezifische Logdatei |
private java.lang.String |
m_plugins
Die Übergebenen plugins. |
private PluginVerwalter |
m_pluginVerwalter
Instanz des PluginVerwalters |
Constructor Summary | |
---|---|
UeberpruefungSystemApp()
|
Method Summary | |
---|---|
void |
initialize(de.bsvrz.dav.daf.main.ClientDavInterface davConnection)
|
private void |
initPlugins(java.lang.String pluginListe)
Instanziiert die Plugins |
static void |
main(java.lang.String[] args)
startet das Modul Überprüfung System (SWE 10.2). |
void |
parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList)
|
void |
startUesys()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static de.bsvrz.dav.daf.main.ClientDavInterface _statConnection
private de.bsvrz.dav.daf.main.ClientDavInterface m_davConnection
private java.lang.String m_plugins
java.lang.String m_modLog
private PluginVerwalter m_pluginVerwalter
Constructor Detail |
---|
public UeberpruefungSystemApp()
Method Detail |
---|
public void initialize(de.bsvrz.dav.daf.main.ClientDavInterface davConnection) throws java.lang.Exception
initialize
in interface de.bsvrz.sys.funclib.application.StandardApplication
java.lang.Exception
public void parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList) throws java.lang.Exception
parseArguments
in interface de.bsvrz.sys.funclib.application.StandardApplication
java.lang.Exception
private void initPlugins(java.lang.String pluginListe)
pluginListe
- Doppelpunkt separierte Liste mit pluginspublic void startUesys()
public static void main(java.lang.String[] args)
args
- Argumente. Neben den DaV - sind die folgenden Argumente vorgesehen:
-ueberpruefer, Liste der Plugins
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |