public interface CommandLineInterpreter
Modifier and Type | Method and Description |
---|---|
CommandLineInterpreter |
errorsTo(PrintStream printer) |
CommandLineInterpreter |
readFrom(Reader reader) |
void |
shutdown() |
Thread |
shutdownHook() |
CommandLineInterpreter |
start() |
CommandLineInterpreter |
writeTo(Writer writer) |
CommandLineInterpreter readFrom(Reader reader)
CommandLineInterpreter writeTo(Writer writer)
CommandLineInterpreter errorsTo(PrintStream printer)
CommandLineInterpreter start() throws Exception
Exception
Thread shutdownHook()
elasticsearch-river-jdbc