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, skipParent
public MigrationStatus(UserManagementFileInterface userManagementInterface)
protected void execute(ConsoleInterface console) throws java.lang.Exception
CommandLineAction
execute
in class CommandLineAction
console
- Konsolejava.lang.Exception
- Beliebige Exceptionpublic void printStatus(ConsoleInterface console) throws java.lang.Exception
CommandLineAction
printStatus
in class CommandLineAction
console
- Konsolejava.lang.Exception
- Beliebige Exceptionpublic java.util.List<? extends CommandLineAction> getChildren()
CommandLineAction
getChildren
in class CommandLineAction
public java.lang.String toString()
CommandLineAction
toString
in class CommandLineAction