Liferay 6.2-ce-ga5

com.liferay.portal.kernel.image
Class GhostscriptUtil

java.lang.Object
  extended by com.liferay.portal.kernel.image.GhostscriptUtil

public class GhostscriptUtil
extends Object


Constructor Summary
GhostscriptUtil()
           
 
Method Summary
static Future<?> execute(List<String> arguments)
           
static Ghostscript getGhostscript()
           
static boolean isEnabled()
           
static void reset()
           
 void setGhostscript(Ghostscript ghostscript)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GhostscriptUtil

public GhostscriptUtil()
Method Detail

execute

public static Future<?> execute(List<String> arguments)
                         throws Exception
Throws:
Exception

getGhostscript

public static Ghostscript getGhostscript()

isEnabled

public static boolean isEnabled()

reset

public static void reset()

setGhostscript

public void setGhostscript(Ghostscript ghostscript)

Liferay 6.2-ce-ga5