Liferay 6.2.0

com.liferay.portal.kernel.image
Interface ImageMagick

All Known Implementing Classes:
ImageMagickImpl

public interface ImageMagick


Method Summary
abstract  Future<?> convert(List<String> arguments)
           
abstract  void destroy()
           
abstract  String getGlobalSearchPath()
           
abstract  Properties getResourceLimitsProperties()
           
abstract  String[] identify(List<String> arguments)
           
abstract  boolean isEnabled()
           
abstract  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.0