Class ToolUtil

java.lang.Object
org.qbicc.machine.tool.ToolUtil

public final class ToolUtil extends Object
  • Field Details

    • OS_PATH

      public static final List<Path> OS_PATH
  • Method Details

    • findExecutable

      public static Path findExecutable(String name)
    • findExecutable

      public static Path findExecutable(String name, List<Path> extraPaths)
    • findExecutableOnPath

      public static Path findExecutableOnPath(String name, List<Path> paths)