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