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