Package de.bsvrz.dav.daf.userManagement
Class Console
- java.lang.Object
-
- de.bsvrz.dav.daf.userManagement.Console
-
- All Implemented Interfaces:
ConsoleInterface
public class Console extends java.lang.Object implements ConsoleInterface
-
-
Method Summary
Modifier and Type Method Description static ConsoleInterface
getInstance()
java.lang.String
readLine(java.lang.String prompt, java.lang.Object... parameter)
char[]
readPassword(java.lang.String prompt, java.lang.Object... parameter)
void
writeLine(java.lang.String prompt, java.lang.Object... parameter)
-
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 Detail
-
getInstance
public static ConsoleInterface getInstance()
-
readLine
public java.lang.String readLine(java.lang.String prompt, java.lang.Object... parameter)
- Specified by:
readLine
in interfaceConsoleInterface
-
readPassword
public char[] readPassword(java.lang.String prompt, java.lang.Object... parameter)
- Specified by:
readPassword
in interfaceConsoleInterface
-
writeLine
public void writeLine(java.lang.String prompt, java.lang.Object... parameter)
- Specified by:
writeLine
in interfaceConsoleInterface
-
-