Package com.day.cq.dam.handler.ffmpeg
Interface ExecutableLocator
- 
- All Known Implementing Classes:
 LocatorImpl
public interface ExecutableLocatorFinds the location of an executable. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetPath(java.lang.String cmd)Returns the absolute path to an executable, if found, ornullif it could not be found. 
 -