Package tv.hd3g.processlauncher
Class CapturedStdOutErrTextInteractive
java.lang.Object
tv.hd3g.processlauncher.CapturedStdOutErrText
tv.hd3g.processlauncher.CapturedStdOutErrTextInteractive
-
Constructor Summary
ConstructorsConstructorDescriptionCapturedStdOutErrTextInteractive(Function<LineEntry, String> interactive) CapturedStdOutErrTextInteractive(Function<LineEntry, String> interactive, Charset destCharset) -
Method Summary
Methods inherited from class tv.hd3g.processlauncher.CapturedStdOutErrText
isStreamsWatchIsStillAlive, waitForClosedStreams, waitForClosedStreams
-
Constructor Details
-
CapturedStdOutErrTextInteractive
public CapturedStdOutErrTextInteractive(Function<LineEntry, String> interactive, Charset destCharset) - Parameters:
interactive- function return null if nothing to send.destCharset- used for injected String to byte[] in stream
-
CapturedStdOutErrTextInteractive
- Parameters:
interactive- function return null if nothing to send.
-