com.liferay.portal.image
Class GhostscriptImpl
java.lang.Object
com.liferay.portal.image.GhostscriptImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.image.Ghostscript
public class GhostscriptImpl
- extends Object
- implements com.liferay.portal.kernel.image.Ghostscript
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GhostscriptImpl
public GhostscriptImpl()
execute
public Future<?> execute(List<String> commandArguments)
throws Exception
- Specified by:
execute
in interface com.liferay.portal.kernel.image.Ghostscript
- Throws:
Exception
isEnabled
public boolean isEnabled()
- Specified by:
isEnabled
in interface com.liferay.portal.kernel.image.Ghostscript
reset
public void reset()
- Specified by:
reset
in interface com.liferay.portal.kernel.image.Ghostscript
getCommandPath
protected String getCommandPath()
throws Exception
- Throws:
Exception
getCommandPathUnix
protected String getCommandPathUnix()
throws Exception
- Throws:
Exception
getCommandPathWindows
protected String getCommandPathWindows()
throws Exception
- Throws:
Exception