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
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, ornull
if it could not be found.
-