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,Closeable,AutoCloseable
public final class PrestoCliProcess extends io.prestosql.tempto.process.LocalCliProcess
-
-
Constructor Summary
Constructors Constructor Description PrestoCliProcess(Process process)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<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
-
-