Class TestableConsole
java.lang.Object
org.graylog.security.certutil.console.TestableConsole
- All Implemented Interfaces:
CommandLineConsole
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.graylog.security.certutil.console.CommandLineConsole
CommandLineConsole.Prompt -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TestableConsoleempty()voidreadLine(CommandLineConsole.Prompt prompt) char[]register(CommandLineConsole.Prompt prompt, String response) silent()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.graylog.security.certutil.console.CommandLineConsole
readBoolean, readInt
-
Constructor Details
-
TestableConsole
public TestableConsole()
-
-
Method Details
-
empty
-
silent
-
register
-
readLine
- Specified by:
readLinein interfaceCommandLineConsole
-
readPassword
- Specified by:
readPasswordin interfaceCommandLineConsole
-
printLine
- Specified by:
printLinein interfaceCommandLineConsole
-
getOutput
-