Class MigrationStatus
- java.lang.Object
-
- de.bsvrz.dav.daf.userManagement.CommandLineAction
-
- de.bsvrz.dav.daf.userManagement.actions.MigrationStatus
-
public class MigrationStatus extends CommandLineAction
-
-
Constructor Summary
Constructors Constructor Description MigrationStatus(UserManagementFileInterface userManagementInterface)
-
Method Summary
Modifier and Type Method Description protected void
execute(ConsoleInterface console)
Führt den eigentlichen Befehl ausjava.util.List<? extends CommandLineAction>
getChildren()
Gibt die Kindbefehle zurückvoid
printStatus(ConsoleInterface console)
Gibt einen Text vor der Auswahl der Aktion aus (zum überschreiben)java.lang.String
toString()
Gibt den Befehlsnamen zurück-
Methods inherited from class de.bsvrz.dav.daf.userManagement.CommandLineAction
dispose, execute, skipParent
-
-
-
-
Constructor Detail
-
MigrationStatus
public MigrationStatus(UserManagementFileInterface userManagementInterface)
-
-
Method Detail
-
execute
protected void execute(ConsoleInterface console) throws java.lang.Exception
Description copied from class:CommandLineAction
Führt den eigentlichen Befehl aus- Overrides:
execute
in classCommandLineAction
- Parameters:
console
- Konsole- Throws:
java.lang.Exception
- Beliebige Exception
-
printStatus
public void printStatus(ConsoleInterface console) throws java.lang.Exception
Description copied from class:CommandLineAction
Gibt einen Text vor der Auswahl der Aktion aus (zum überschreiben)- Overrides:
printStatus
in classCommandLineAction
- Parameters:
console
- Konsole- Throws:
java.lang.Exception
- Beliebige Exception
-
getChildren
public java.util.List<? extends CommandLineAction> getChildren()
Description copied from class:CommandLineAction
Gibt die Kindbefehle zurück- Overrides:
getChildren
in classCommandLineAction
- Returns:
- Kindbefehle
-
toString
public java.lang.String toString()
Description copied from class:CommandLineAction
Gibt den Befehlsnamen zurück- Specified by:
toString
in classCommandLineAction
- Returns:
- Name
-
-