public class UserManagementWithDav extends CommandLineAction
Constructor | Description |
---|---|
UserManagementWithDav() |
Modifier and Type | Method | 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, skipParent
public java.lang.String toString()
CommandLineAction
toString
in class CommandLineAction
protected void execute(ConsoleInterface console) throws CommunicationError, ConnectionException, InconsistentLoginException
CommandLineAction
execute
in class CommandLineAction
console
- KonsoleCommunicationError
ConnectionException
InconsistentLoginException
protected void dispose(ConsoleInterface console)
CommandLineAction
dispose
in class CommandLineAction
console
- Konsolepublic java.util.List<? extends CommandLineAction> getChildren()
CommandLineAction
getChildren
in class CommandLineAction