public class NewUser extends CommandLineAction
| Constructor | Description |
|---|---|
NewUser(UserManagementFileInterface userManagementInterface) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
execute(ConsoleInterface console) |
Führt den eigentlichen Befehl aus
|
java.lang.String |
toString() |
Gibt den Befehlsnamen zurück
|
dispose, execute, getChildren, printStatus, skipParentpublic NewUser(UserManagementFileInterface userManagementInterface)
protected void execute(ConsoleInterface console) throws java.lang.Exception
CommandLineActionexecute in class CommandLineActionconsole - Konsolejava.lang.Exception - Beliebige Exceptionpublic java.lang.String toString()
CommandLineActiontoString in class CommandLineAction