Package de.bsvrz.dav.daf.userManagement
Class Console
java.lang.Object
de.bsvrz.dav.daf.userManagement.Console
- All Implemented Interfaces:
ConsoleInterface
-
Method Summary
Modifier and TypeMethodDescriptionstatic ConsoleInterface
char[]
readPassword
(String prompt, Object... parameter) void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.bsvrz.dav.daf.userManagement.ConsoleInterface
readBoolean, readInt, readString
-
Method Details
-
getInstance
-
readLine
- Specified by:
readLine
in interfaceConsoleInterface
-
readPassword
- Specified by:
readPassword
in interfaceConsoleInterface
-
writeLine
- Specified by:
writeLine
in interfaceConsoleInterface
-