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 ConsoleInterfacechar[]readPassword(String prompt, Object... parameter) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.bsvrz.dav.daf.userManagement.ConsoleInterface
readBoolean, readInt, readString
-
Method Details
-
getInstance
-
readLine
- Specified by:
readLinein interfaceConsoleInterface
-
readPassword
- Specified by:
readPasswordin interfaceConsoleInterface
-
writeLine
- Specified by:
writeLinein interfaceConsoleInterface
-