Package io.prestosql.tests.cli
Class PrestoCliProcess
- java.lang.Object
-
- io.prestosql.tempto.internal.process.CliProcessBase
-
- io.prestosql.tempto.process.LocalCliProcess
-
- io.prestosql.tests.cli.PrestoCliProcess
-
- All Implemented Interfaces:
io.prestosql.tempto.process.CliProcess,java.io.Closeable,java.lang.AutoCloseable
public final class PrestoCliProcess extends io.prestosql.tempto.process.LocalCliProcess
-
-
Constructor Summary
Constructors Constructor Description PrestoCliProcess(java.lang.Process process)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>readLinesUntilPrompt()voidwaitForPrompt()-
Methods inherited from class io.prestosql.tempto.process.LocalCliProcess
close, waitForWithTimeoutAndKill
-
Methods inherited from class io.prestosql.tempto.internal.process.CliProcessBase
getProcessInput, hasNextError, hasNextErrorLine, hasNextErrorToken, hasNextOutput, hasNextOutputLine, hasNextOutputToken, nextErrorLine, nextErrorToken, nextOutputLine, nextOutputToken, readRemainingErrorLines, readRemainingOutputLines, waitForWithTimeoutAndKill
-
-