Liferay 6.2.0

com.liferay.portal.kernel.image
Interface Ghostscript

All Known Implementing Classes:
GhostscriptImpl

public interface Ghostscript


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

Method Detail

execute

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

isEnabled

boolean isEnabled()

reset

void reset()

Liferay 6.2.0