Uses of Class
tv.hd3g.processlauncher.LineEntry
Packages that use LineEntry
-
Uses of LineEntry in tv.hd3g.processlauncher
Methods in tv.hd3g.processlauncher that return LineEntryModifier and TypeMethodDescriptionstatic LineEntryLineEntry.makeStdErr(String line, ProcesslauncherLifecycle source) static LineEntryLineEntry.makeStdOut(String line, ProcesslauncherLifecycle source) Methods in tv.hd3g.processlauncher that return types with arguments of type LineEntryMethod parameters in tv.hd3g.processlauncher with type arguments of type LineEntryModifier and TypeMethodDescriptiondefault ProcesslauncherLifecycleExecutableTool.execute(ExecutableFinder executableFinder, Consumer<LineEntry> stdOutErrConsumer) No text retention will be done here!default ExecutableToolRunningExecutableTool.execute(ExecutableFinder executableFinder, org.slf4j.Logger log, Function<LineEntry, org.slf4j.event.Level> levelMapper) Constructor parameters in tv.hd3g.processlauncher with type arguments of type LineEntryModifierConstructorDescriptionCapturedStdOutErrTextInteractive(Function<LineEntry, String> interactive) CapturedStdOutErrTextInteractive(Function<LineEntry, String> interactive, Charset destCharset)