public class ChooseConfiguration extends CommandLineAction
| 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, skipParentpublic ChooseConfiguration(ClientDavConnection connection, java.lang.String userName, char[] password)
public java.lang.String toString()
CommandLineActiontoString in class CommandLineActionprotected void execute(ConsoleInterface console) throws java.lang.Exception
CommandLineActionexecute in class CommandLineActionconsole - Konsolejava.lang.Exception - Beliebige Exceptionpublic java.util.List<? extends CommandLineAction> getChildren()
CommandLineActiongetChildren in class CommandLineAction