Interface ExecutableLocator

  • All Known Implementing Classes:
    LocatorImpl

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getPath​(java.lang.String cmd)
      Returns the absolute path to an executable, if found, or null if it could not be found.
    • Method Detail

      • getPath

        java.lang.String getPath​(java.lang.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