Uses of Class
tv.hd3g.processlauncher.cmdline.ExecutableFinder
-
Packages that use ExecutableFinder Package Description tv.hd3g.processlauncher tv.hd3g.processlauncher.cmdline tv.hd3g.processlauncher.tool -
-
Uses of ExecutableFinder in tv.hd3g.processlauncher
Methods in tv.hd3g.processlauncher that return ExecutableFinder Modifier and Type Method Description ExecutableFinderExec. getExecutableFinder()Constructors in tv.hd3g.processlauncher with parameters of type ExecutableFinder Constructor Description Exec(String execName, ExecutableFinder executableFinder)Exec(ExecutableTool tool, ExecutableFinder executableFinder)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 parameters, ExecutableFinder executableFinder)CommandLine(String execName, Parameters parameters, ExecutableFinder executableFinder) -
Uses of ExecutableFinder in tv.hd3g.processlauncher.tool
Methods in tv.hd3g.processlauncher.tool that return ExecutableFinder Modifier and Type Method Description ExecutableFinderToolRunner. getExecutableFinder()Constructors in tv.hd3g.processlauncher.tool with parameters of type ExecutableFinder Constructor Description ToolRunner(ExecutableFinder executableFinder, int maximumInParallel)
-