Uses of Class
tv.hd3g.processlauncher.cmdline.ExecutableFinder
-
Packages that use ExecutableFinder Package Description tv.hd3g.processlauncher tv.hd3g.processlauncher.cmdline -
-
Uses of ExecutableFinder in tv.hd3g.processlauncher
Methods in tv.hd3g.processlauncher with parameters of type ExecutableFinder Modifier and Type Method Description default ExecutableToolRunningExecutableTool. execute(ExecutableFinder executableFinder)default ExecutableToolRunningExecutableTool. execute(ExecutableFinder executableFinder, org.apache.logging.log4j.Logger log, Function<LineEntry,org.apache.logging.log4j.Level> levelMapper)Constructors in tv.hd3g.processlauncher with parameters of type ExecutableFinder Constructor Description ProcesslauncherBuilder(File executable, Collection<String> parameters, ExecutableFinder execFinder) -
Uses of ExecutableFinder in tv.hd3g.processlauncher.cmdline
Methods in tv.hd3g.processlauncher.cmdline that return ExecutableFinder Modifier and Type Method Description ExecutableFinderExecutableFinder. addLocalPath(String relativeUserHomePath)Put in top priority.ExecutableFinderExecutableFinder. addPath(File filePath)Put in top priority.ExecutableFinderExecutableFinder. registerExecutable(String name, File fullPath)Methods in tv.hd3g.processlauncher.cmdline that return types with arguments of type ExecutableFinder Modifier and Type Method Description Optional<ExecutableFinder>CommandLine. getExecutableFinder()Constructors in tv.hd3g.processlauncher.cmdline with parameters of type ExecutableFinder Constructor Description CommandLine(String execName, String bulkParameters, ExecutableFinder executableFinder)CommandLine(String execName, Parameters parameters, ExecutableFinder executableFinder)
-