Package com.day.cq.dam.handler.ffmpeg
Interface ExecutableLocator
- All Known Implementing Classes:
LocatorImpl
public interface ExecutableLocator
Finds the location of an executable.
-
Method Summary
-
Method Details
-
getPath
Returns the absolute path to an executable, if found, ornullif it could not be found.- Parameters:
cmd- the name of an executable file (e.g. "ffmpeg")- Returns:
- absolute path to executable or
null
-