Liferay 6.2-ce-ga5

com.liferay.portal.image
Class GhostscriptImpl

java.lang.Object
  extended by com.liferay.portal.image.GhostscriptImpl
All Implemented Interfaces:
Ghostscript

public class GhostscriptImpl
extends Object
implements Ghostscript


Constructor Summary
GhostscriptImpl()
           
 
Method Summary
 Future<?> execute(List<String> commandArguments)
           
protected  String getCommandPath()
           
protected  String getCommandPathUnix()
           
protected  String getCommandPathWindows()
           
 boolean isEnabled()
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GhostscriptImpl

public GhostscriptImpl()
Method Detail

execute

public Future<?> execute(List<String> commandArguments)
                  throws Exception
Specified by:
execute in interface Ghostscript
Throws:
Exception

isEnabled

public boolean isEnabled()
Specified by:
isEnabled in interface Ghostscript

reset

public void reset()
Specified by:
reset in interface 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

Liferay 6.2-ce-ga5