Class SrpUtilitiesAction
java.lang.Object
de.bsvrz.dav.daf.userManagement.CommandLineAction
de.bsvrz.dav.daf.userManagement.actions.SrpUtilitiesAction
public class SrpUtilitiesAction extends CommandLineAction
SRP-Werkzeuge, die nicht an eine Verbindung gekoppelt sind
-
Constructor Summary
Constructors Constructor Description SrpUtilitiesAction()
-
Method Summary
Modifier and Type Method Description java.util.List<? extends CommandLineAction>
getChildren()
Gibt die Kindbefehle zurückjava.lang.String
toString()
Gibt den Befehlsnamen zurückMethods inherited from class de.bsvrz.dav.daf.userManagement.CommandLineAction
dispose, execute, execute, printStatus, skipParent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
SrpUtilitiesAction
public SrpUtilitiesAction()
-
-
Method Details
-
toString
public java.lang.String toString()Description copied from class:CommandLineAction
Gibt den Befehlsnamen zurück- Specified by:
toString
in classCommandLineAction
- Returns:
- Name
-
getChildren
Description copied from class:CommandLineAction
Gibt die Kindbefehle zurück- Overrides:
getChildren
in classCommandLineAction
- Returns:
- Kindbefehle
-