public class ChooseConfiguration extends CommandLineAction
TBD Dokumentation
Modifier and Type | Field and Description |
---|---|
private ClientDavConnection |
_connection |
private DataModel |
_dataModel |
private char[] |
_password |
private boolean |
_userAdmin |
private UserAdministration |
_userAdministration |
private UserManagementFileOnline |
_userManagementInterface |
private java.lang.String |
_userName |
Constructor and Description |
---|
ChooseConfiguration(ClientDavConnection connection,
java.lang.String userName,
char[] password) |
Modifier and Type | Method and Description |
---|---|
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
|
dispose, execute, printStatus, skipParent
private final ClientDavConnection _connection
private java.lang.String _userName
private char[] _password
private UserAdministration _userAdministration
private boolean _userAdmin
private DataModel _dataModel
private UserManagementFileOnline _userManagementInterface
public ChooseConfiguration(ClientDavConnection connection, java.lang.String userName, char[] password)
public java.lang.String toString()
CommandLineAction
Gibt den Befehlsnamen zurück
toString
in class CommandLineAction
protected void execute(ConsoleInterface console) throws java.lang.Exception
CommandLineAction
Führt den eigentlichen Befehl aus
execute
in class CommandLineAction
java.lang.Exception
public java.util.List<? extends CommandLineAction> getChildren()
CommandLineAction
Gibt die Kindbefehle zurück
getChildren
in class CommandLineAction