Class NewUser
java.lang.Object
de.bsvrz.dav.daf.userManagement.CommandLineAction
de.bsvrz.dav.daf.userManagement.actions.NewUser
public class NewUser extends CommandLineAction
-
Constructor Summary
Constructors Constructor Description NewUser(UserManagementFileInterface userManagementInterface) -
Method Summary
Modifier and Type Method Description protected voidexecute(ConsoleInterface console)Führt den eigentlichen Befehl ausjava.lang.StringtoString()Gibt den Befehlsnamen zurückMethods inherited from class de.bsvrz.dav.daf.userManagement.CommandLineAction
dispose, execute, getChildren, printStatus, skipParentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
NewUser
-
-
Method Details
-
execute
Description copied from class:CommandLineActionFührt den eigentlichen Befehl aus- Overrides:
executein classCommandLineAction- Parameters:
console- Konsole- Throws:
java.lang.Exception- Beliebige Exception
-
toString
public java.lang.String toString()Description copied from class:CommandLineActionGibt den Befehlsnamen zurück- Specified by:
toStringin classCommandLineAction- Returns:
- Name
-