Uses of Interface
org.machanism.machai.gw.tools.CommandFunctionTools.ErrorConsumer
Packages that use CommandFunctionTools.ErrorConsumer
Package
Description
Provides Ghostwriter host-side function tools that expose project-scoped
automation capabilities to the Machai runtime.
-
Uses of CommandFunctionTools.ErrorConsumer in org.machanism.machai.gw.tools
Methods in org.machanism.machai.gw.tools with parameters of type CommandFunctionTools.ErrorConsumerModifier and TypeMethodDescriptionprivate voidCommandFunctionTools.readStream(InputStream inputStream, String charsetName, LogBuilder output, CommandFunctionTools.LineConsumer lineConsumer, CommandFunctionTools.ErrorConsumer errorConsumer) Reads a process stream and appends its content tooutputwhile also passing each line to the provided consumer.