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