Liferay 7.0-ce-b4

com.liferay.portal.kernel.image
Interface Ghostscript


public interface Ghostscript


Method Summary
 Future<?> execute(List<String> arguments)
           
 boolean isEnabled()
           
 void reset()
           
 

Method Detail

execute

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

isEnabled

boolean isEnabled()

reset

void reset()

Liferay 7.0-ce-b4