Package de.bsvrz.dav.daf.userManagement
Interface ConsoleInterface
- All Known Implementing Classes:
Console
public interface ConsoleInterface
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
readBoolean
(String prompt, boolean defValue) default int
char[]
readPassword
(String prompt, Object... parameter) default String
readString
(String prompt, String defValue) void
-
Method Details
-
readLine
-
readPassword
-
writeLine
-
readInt
-
readString
-
readBoolean
-