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, skipParent
public NewUser(UserManagementFileInterface userManagementInterface)
protected void execute(ConsoleInterface console) throws java.lang.Exception
CommandLineAction
execute
in class CommandLineAction
console
- Konsolejava.lang.Exception
- Beliebige Exceptionpublic java.lang.String toString()
CommandLineAction
toString
in class CommandLineAction