public class KexMIF
extends java.lang.Object
implements de.bsvrz.sys.funclib.application.StandardApplication
| Modifier and Type | Field and Description |
|---|---|
protected KonfigurationsDaten |
konfigurationsdaten
Die erzeugten Konfigurationsdaten.
|
| Modifier | Constructor and Description |
|---|---|
protected |
KexMIF()
Standard-Konstruktor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
checkParameter()
Überprüft, ob alle notwendigen Parameter für den Import
gesetzt sind.
|
void |
initialize(de.bsvrz.dav.daf.main.ClientDavInterface connection) |
static void |
main(java.lang.String[] args)
MAIN-Methode.
|
void |
parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList)
Wertet die an die Applikation übergebenen Kommandozeilenparameter
aus.
|
void |
startImport()
Führt die Importoperation aus.
|
protected KonfigurationsDaten konfigurationsdaten
public static void main(java.lang.String[] args)
args - Argumentepublic final void checkParameter()
throws ImportException
ImportException - bei fehlenden notwendigen Paramerternpublic final void initialize(de.bsvrz.dav.daf.main.ClientDavInterface connection)
throws java.lang.Exception
initialize in interface de.bsvrz.sys.funclib.application.StandardApplicationjava.lang.Exceptionpublic final void parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList)
throws java.lang.Exception
parseArguments in interface de.bsvrz.sys.funclib.application.StandardApplicationargumentList - die Liste der übergebenen Argumentejava.lang.Exception - bei AusnahmenStandardApplication.parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList)public void startImport()
throws java.lang.Exception
java.lang.Exception - bei Ausnahmen.