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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
execute(ConsoleInterface console)
Führt den eigentlichen Befehl ausjava.lang.String
toString()
Gibt den Befehlsnamen zurück-
Methods inherited from class de.bsvrz.dav.daf.userManagement.CommandLineAction
dispose, execute, getChildren, printStatus, skipParent
-
-
-
-
Constructor Detail
-
NewUser
public NewUser(UserManagementFileInterface userManagementInterface)
-
-
Method Detail
-
execute
protected void execute(ConsoleInterface console) throws java.lang.Exception
Description copied from class:CommandLineAction
Führt den eigentlichen Befehl aus- Overrides:
execute
in classCommandLineAction
- Parameters:
console
- Konsole- Throws:
java.lang.Exception
- Beliebige Exception
-
toString
public java.lang.String toString()
Description copied from class:CommandLineAction
Gibt den Befehlsnamen zurück- Specified by:
toString
in classCommandLineAction
- Returns:
- Name
-
-