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.Ghostscriptjava.lang.Exceptionpublic boolean isEnabled()
isEnabled in interface com.liferay.portal.kernel.image.Ghostscriptpublic void reset()
reset in interface com.liferay.portal.kernel.image.Ghostscriptprotected java.lang.String getCommandPath()
throws java.lang.Exception
java.lang.Exceptionprotected java.lang.String getCommandPathUnix()
throws java.lang.Exception
java.lang.Exceptionprotected java.lang.String getCommandPathWindows()
throws java.lang.Exception
java.lang.Exception