Class MigrationStatus
java.lang.Object
de.bsvrz.dav.daf.userManagement.CommandLineAction
de.bsvrz.dav.daf.userManagement.actions.MigrationStatus
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(ConsoleInterface console) Führt den eigentlichen Befehl ausList<? extends CommandLineAction>Gibt die Kindbefehle zurückvoidprintStatus(ConsoleInterface console) Gibt einen Text vor der Auswahl der Aktion aus (zum überschreiben)toString()Gibt den Befehlsnamen zurückMethods inherited from class de.bsvrz.dav.daf.userManagement.CommandLineAction
dispose, execute, skipParent
-
Constructor Details
-
MigrationStatus
-
-
Method Details
-
execute
Description copied from class:CommandLineActionFührt den eigentlichen Befehl aus- Overrides:
executein classCommandLineAction- Parameters:
console- Konsole- Throws:
Exception- Beliebige Exception
-
printStatus
Description copied from class:CommandLineActionGibt einen Text vor der Auswahl der Aktion aus (zum überschreiben)- Overrides:
printStatusin classCommandLineAction- Parameters:
console- Konsole- Throws:
Exception- Beliebige Exception
-
getChildren
Description copied from class:CommandLineActionGibt die Kindbefehle zurück- Overrides:
getChildrenin classCommandLineAction- Returns:
- Kindbefehle
-
toString
Description copied from class:CommandLineActionGibt den Befehlsnamen zurück- Specified by:
toStringin classCommandLineAction- Returns:
- Name
-