public class UserManagementWithDav extends CommandLineAction
Aufbau einer Datenverteilerverbindung im Migrationstool
| Constructor and Description |
|---|
UserManagementWithDav() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispose(ConsoleInterface console)
Wird aufgerufen wenn der Befehl verlassen wird
|
protected void |
execute(ConsoleInterface console)
Führt den eigentlichen Befehl aus
|
java.util.List<? extends CommandLineAction> |
getChildren()
Gibt die Kindbefehle zurück
|
java.lang.String |
toString()
Gibt den Befehlsnamen zurück
|
execute, printStatus, skipParentpublic java.lang.String toString()
CommandLineActionGibt den Befehlsnamen zurück
toString in class CommandLineActionprotected void execute(ConsoleInterface console) throws CommunicationError, ConnectionException, InconsistentLoginException
CommandLineActionFührt den eigentlichen Befehl aus
execute in class CommandLineActionCommunicationErrorConnectionExceptionInconsistentLoginExceptionprotected void dispose(ConsoleInterface console)
CommandLineActionWird aufgerufen wenn der Befehl verlassen wird
dispose in class CommandLineActionpublic java.util.List<? extends CommandLineAction> getChildren()
CommandLineActionGibt die Kindbefehle zurück
getChildren in class CommandLineAction