Class UserManagementWithDav
- java.lang.Object
-
- de.bsvrz.dav.daf.userManagement.CommandLineAction
-
- de.bsvrz.dav.daf.userManagement.actions.UserManagementWithDav
-
public class UserManagementWithDav extends CommandLineAction
Aufbau einer Datenverteilerverbindung im Migrationstool
-
-
Constructor Summary
Constructors Constructor Description UserManagementWithDav()
-
Method Summary
Modifier and Type Method Description protected voiddispose(ConsoleInterface console)Wird aufgerufen wenn der Befehl verlassen wirdprotected voidexecute(ConsoleInterface console)Führt den eigentlichen Befehl ausjava.util.List<? extends CommandLineAction>getChildren()Gibt die Kindbefehle zurückjava.lang.StringtoString()Gibt den Befehlsnamen zurück-
Methods inherited from class de.bsvrz.dav.daf.userManagement.CommandLineAction
execute, printStatus, skipParent
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
Description copied from class:CommandLineActionGibt den Befehlsnamen zurück- Specified by:
toStringin classCommandLineAction- Returns:
- Name
-
execute
protected void execute(ConsoleInterface console) throws CommunicationError, ConnectionException, InconsistentLoginException
Description copied from class:CommandLineActionFührt den eigentlichen Befehl aus- Overrides:
executein classCommandLineAction- Parameters:
console- Konsole- Throws:
CommunicationErrorConnectionExceptionInconsistentLoginException
-
dispose
protected void dispose(ConsoleInterface console)
Description copied from class:CommandLineActionWird aufgerufen wenn der Befehl verlassen wird- Overrides:
disposein classCommandLineAction- Parameters:
console- Konsole
-
getChildren
public java.util.List<? extends CommandLineAction> getChildren()
Description copied from class:CommandLineActionGibt die Kindbefehle zurück- Overrides:
getChildrenin classCommandLineAction- Returns:
- Kindbefehle
-
-