Uses of Class
tv.hd3g.processlauncher.CapturedStreams
-
Packages that use CapturedStreams Package Description tv.hd3g.processlauncher -
-
Uses of CapturedStreams in tv.hd3g.processlauncher
Methods in tv.hd3g.processlauncher that return CapturedStreams Modifier and Type Method Description static CapturedStreamsCapturedStreams. valueOf(String name)Returns the enum constant of this type with the specified name.static CapturedStreams[]CapturedStreams. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in tv.hd3g.processlauncher with parameters of type CapturedStreams Modifier and Type Method Description CaptureStandardOutputTextProcesslauncherBuilder. getSetCaptureStandardOutputAsOutputText(CapturedStreams defaultCaptureOutStreamsBehavior)Shortcut for CaptureStandardOutputText.Constructors in tv.hd3g.processlauncher with parameters of type CapturedStreams Constructor Description CapturedStdOutErrTextRetention(CapturedStreams streamToKeep)
-