Interface CommandLineConsole
- All Known Implementing Classes:
SystemConsole,TestableConsole
public interface CommandLineConsole
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic CommandLineConsole.Promptdefault booleanreadBoolean(CommandLineConsole.Prompt prompt) default intreadInt(CommandLineConsole.Prompt prompt) readLine(CommandLineConsole.Prompt prompt) char[]
-
Method Details
-
readLine
- Throws:
ConsoleException
-
readPassword
- Throws:
ConsoleException
-
readBoolean
-
readInt
-
printLine
-
prompt
-