Uses of Interface
com.exasol.extensionmanager.itest.process.ProcessStreamConsumer
-
Packages that use ProcessStreamConsumer Package Description com.exasol.extensionmanager.itest.process -
-
Uses of ProcessStreamConsumer in com.exasol.extensionmanager.itest.process
Classes in com.exasol.extensionmanager.itest.process that implement ProcessStreamConsumer Modifier and Type Class Description classDelegatingStreamConsumerThisProcessStreamConsumerforwards all events to the given delegates.classLoggingStreamConsumerThisProcessStreamConsumerlogs all content with a configurable log level using aLogger.Methods in com.exasol.extensionmanager.itest.process with parameters of type ProcessStreamConsumer Modifier and Type Method Description static SimpleProcessSimpleProcess. start(Path workingDirectory, List<String> command, ProcessStreamConsumer outputStreamConsumer, ProcessStreamConsumer errorStreamConsumer)Starts a new process.static SimpleProcessSimpleProcess. start(List<String> command, ProcessStreamConsumer outputStreamConsumer, ProcessStreamConsumer errorStreamConsumer)Starts a new process using the working directory of the current Java process.Constructors in com.exasol.extensionmanager.itest.process with parameters of type ProcessStreamConsumer Constructor Description DelegatingStreamConsumer(ProcessStreamConsumer... delegates)Create a newDelegatingStreamConsumer.
-