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