public class UserManagementWithDav extends CommandLineAction
Aufbau einer Datenverteilerverbindung im Migrationstool
Modifier and Type | Field and Description |
---|---|
private ClientDavConnection |
_connection |
private char[] |
_password |
private java.lang.String |
_userName |
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, skipParent
private ClientDavConnection _connection
private java.lang.String _userName
private char[] _password
public java.lang.String toString()
CommandLineAction
Gibt den Befehlsnamen zurück
toString
in class CommandLineAction
protected void execute(ConsoleInterface console) throws CommunicationError, ConnectionException, InconsistentLoginException
CommandLineAction
Führt den eigentlichen Befehl aus
execute
in class CommandLineAction
CommunicationError
ConnectionException
InconsistentLoginException
protected void dispose(ConsoleInterface console)
CommandLineAction
Wird aufgerufen wenn der Befehl verlassen wird
dispose
in class CommandLineAction
public java.util.List<? extends CommandLineAction> getChildren()
CommandLineAction
Gibt die Kindbefehle zurück
getChildren
in class CommandLineAction