Interface ExecutableLocator

All Known Implementing Classes:
LocatorImpl

public interface ExecutableLocator
Finds the location of an executable.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the absolute path to an executable, if found, or null if it could not be found.
  • Method Details

    • getPath

      String getPath(String cmd)
      Returns the absolute path to an executable, if found, or null if it could not be found.
      Parameters:
      cmd - the name of an executable file (e.g. "ffmpeg")
      Returns:
      absolute path to executable or null