public class MigrationStatus extends CommandLineAction
| Constructor and Description |
|---|
MigrationStatus(UserManagementFileInterface userManagementInterface) |
| 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
|
void |
printStatus(ConsoleInterface console)
Gibt einen Text vor der Auswahl der Aktion aus (zum überschreiben)
|
java.lang.String |
toString()
Gibt den Befehlsnamen zurück
|
dispose, execute, skipParentpublic MigrationStatus(UserManagementFileInterface userManagementInterface)
protected void execute(ConsoleInterface console) throws java.lang.Exception
CommandLineActionexecute in class CommandLineActionconsole - Konsolejava.lang.Exception - Beliebige Exceptionpublic void printStatus(ConsoleInterface console) throws java.lang.Exception
CommandLineActionprintStatus in class CommandLineActionconsole - Konsolejava.lang.Exception - Beliebige Exceptionpublic java.util.List<? extends CommandLineAction> getChildren()
CommandLineActiongetChildren in class CommandLineActionpublic java.lang.String toString()
CommandLineActiontoString in class CommandLineAction