Liferay 6.2-ce-ga5

com.liferay.portal.image
Class ImageMagickImpl

java.lang.Object
  extended by com.liferay.portal.image.ImageMagickImpl
All Implemented Interfaces:
ImageMagick

public class ImageMagickImpl
extends Object
implements ImageMagick


Constructor Summary
ImageMagickImpl()
           
 
Method Summary
 Future<?> convert(List<String> arguments)
           
 void destroy()
           
 String getGlobalSearchPath()
           
static ImageMagickImpl getInstance()
           
protected  LinkedList<String> getResourceLimits()
           
 Properties getResourceLimitsProperties()
           
 String[] identify(List<String> arguments)
           
 boolean isEnabled()
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageMagickImpl

public ImageMagickImpl()
Method Detail

getInstance

public static ImageMagickImpl getInstance()

convert

public Future<?> convert(List<String> arguments)
                  throws Exception
Specified by:
convert in interface ImageMagick
Throws:
Exception

destroy

public void destroy()
Specified by:
destroy in interface ImageMagick

getGlobalSearchPath

public String getGlobalSearchPath()
                           throws Exception
Specified by:
getGlobalSearchPath in interface ImageMagick
Throws:
Exception

getResourceLimitsProperties

public Properties getResourceLimitsProperties()
                                       throws Exception
Specified by:
getResourceLimitsProperties in interface ImageMagick
Throws:
Exception

identify

public String[] identify(List<String> arguments)
                  throws Exception
Specified by:
identify in interface ImageMagick
Throws:
Exception

isEnabled

public boolean isEnabled()
Specified by:
isEnabled in interface ImageMagick

reset

public void reset()
Specified by:
reset in interface ImageMagick

getResourceLimits

protected LinkedList<String> getResourceLimits()

Liferay 6.2-ce-ga5