Class TrinoCliProcess

java.lang.Object
io.trino.tempto.internal.process.CliProcessBase
io.trino.tempto.process.LocalCliProcess
io.trino.tests.product.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
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TrinoCliProcess

      public TrinoCliProcess(Process process)
  • Method Details

    • readLinesUntilPrompt

      public List<String> readLinesUntilPrompt()
    • waitForPrompt

      public void waitForPrompt()