public class GhostscriptImpl
extends Object
implements com.liferay.portal.kernel.image.Ghostscript
Constructor and Description |
---|
GhostscriptImpl() |
Modifier and Type | Method and Description |
---|---|
Future<?> |
execute(List<String> commandArguments) |
protected String |
getCommandPath() |
protected String |
getCommandPathUnix() |
protected String |
getCommandPathWindows() |
boolean |
isEnabled() |
void |
reset() |
public Future<?> execute(List<String> commandArguments) throws Exception
execute
in interface com.liferay.portal.kernel.image.Ghostscript
Exception
public boolean isEnabled()
isEnabled
in interface com.liferay.portal.kernel.image.Ghostscript
public void reset()
reset
in interface com.liferay.portal.kernel.image.Ghostscript
protected String getCommandPath() throws Exception
Exception
protected String getCommandPathUnix() throws Exception
Exception
protected String getCommandPathWindows() throws Exception
Exception