Liferay 7.0-ga1 portal-impl

com.liferay.portal.image
Class GhostscriptImpl

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

public class GhostscriptImpl
extends Object
implements com.liferay.portal.kernel.image.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 com.liferay.portal.kernel.image.Ghostscript
Throws:
Exception

isEnabled

public boolean isEnabled()
Specified by:
isEnabled in interface com.liferay.portal.kernel.image.Ghostscript

reset

public void reset()
Specified by:
reset in interface com.liferay.portal.kernel.image.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 7.0-ga1 portal-impl