Liferay 6.2-ce-ga5

com.liferay.portal.kernel.image
Interface ImageMagick


public interface ImageMagick


Method Summary
 Future<?> convert(List<String> arguments)
           
 void destroy()
           
 String getGlobalSearchPath()
           
 Properties getResourceLimitsProperties()
           
 String[] identify(List<String> arguments)
           
 boolean isEnabled()
           
 void reset()
           
 

Method Detail

convert

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

destroy

void destroy()

getGlobalSearchPath

String getGlobalSearchPath()
                           throws Exception
Throws:
Exception

getResourceLimitsProperties

Properties getResourceLimitsProperties()
                                       throws Exception
Throws:
Exception

identify

String[] identify(List<String> arguments)
                  throws Exception
Throws:
Exception

isEnabled

boolean isEnabled()

reset

void reset()

Liferay 6.2-ce-ga5