Class UserManagementWithDav
java.lang.Object
de.bsvrz.dav.daf.userManagement.CommandLineAction
de.bsvrz.dav.daf.userManagement.actions.UserManagementWithDav
Aufbau einer Datenverteilerverbindung im Migrationstool
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
dispose
(ConsoleInterface console) Wird aufgerufen wenn der Befehl verlassen wirdprotected void
execute
(ConsoleInterface console) Führt den eigentlichen Befehl ausList<? extends CommandLineAction>
Gibt die Kindbefehle zurücktoString()
Gibt den Befehlsnamen zurückMethods inherited from class de.bsvrz.dav.daf.userManagement.CommandLineAction
execute, printStatus, skipParent
-
Constructor Details
-
UserManagementWithDav
public UserManagementWithDav()
-
-
Method Details
-
toString
Description copied from class:CommandLineAction
Gibt den Befehlsnamen zurück- Specified by:
toString
in classCommandLineAction
- Returns:
- Name
-
execute
protected void execute(ConsoleInterface console) throws CommunicationError, ConnectionException, InconsistentLoginException Description copied from class:CommandLineAction
Führt den eigentlichen Befehl aus- Overrides:
execute
in classCommandLineAction
- Parameters:
console
- Konsole- Throws:
CommunicationError
ConnectionException
InconsistentLoginException
-
dispose
Description copied from class:CommandLineAction
Wird aufgerufen wenn der Befehl verlassen wird- Overrides:
dispose
in classCommandLineAction
- Parameters:
console
- Konsole
-
getChildren
Description copied from class:CommandLineAction
Gibt die Kindbefehle zurück- Overrides:
getChildren
in classCommandLineAction
- Returns:
- Kindbefehle
-