Uses of Class
tv.hd3g.processlauncher.LineEntry
-
Packages that use LineEntry Package Description tv.hd3g.processlauncher -
-
Uses of LineEntry in tv.hd3g.processlauncher
Methods in tv.hd3g.processlauncher that return types with arguments of type LineEntry Modifier and Type Method Description Optional<Predicate<LineEntry>>CapturedStdOutErrToPrintStream. getFilter()Method parameters in tv.hd3g.processlauncher with type arguments of type LineEntry Modifier and Type Method Description default ExecutableToolRunningExecutableTool. execute(ExecutableFinder executableFinder, org.apache.logging.log4j.Logger log, Function<LineEntry,org.apache.logging.log4j.Level> levelMapper)CapturedStdOutErrToPrintStreamCapturedStdOutErrToPrintStream. setFilter(Predicate<LineEntry> filter)Constructor parameters in tv.hd3g.processlauncher with type arguments of type LineEntry Constructor Description CapturedStdOutErrTextInteractive(Function<LineEntry,String> interactive)CapturedStdOutErrTextInteractive(Function<LineEntry,String> interactive, Charset destCharset)
-