Liferay 6.1.2-ce-ga3

com.liferay.portlet.documentlibrary.util
Class LiferayConvertCmd

java.lang.Object
  extended by org.im4java.process.ProcessStarter
      extended by org.im4java.core.ImageCommand
          extended by org.im4java.core.ConvertCmd
              extended by com.liferay.portlet.documentlibrary.util.LiferayConvertCmd
All Implemented Interfaces:
org.im4java.process.ErrorConsumer

public class LiferayConvertCmd
extends org.im4java.core.ConvertCmd


Field Summary
 
Fields inherited from class org.im4java.process.ProcessStarter
BUFFER_SIZE
 
Constructor Summary
LiferayConvertCmd()
           
 
Method Summary
static void run(String globalSearchPath, Properties resourceLimitsProperties, List<String> commandArguments)
           
 
Methods inherited from class org.im4java.core.ImageCommand
consumeError, createScript, createScript, createScript, finished, getCommand, getErrorText, getProcessTask, run, setCommand, setDefaultScriptGenerator, setScriptGenerator
 
Methods inherited from class org.im4java.process.ProcessStarter
addProcessEventListener, addProcessListener, finished, getGlobalSearchPath, getPID, getProcessTask, getSearchPath, isAsyncMode, removeProcessEventListener, run, searchForCmd, setAsyncMode, setErrorConsumer, setGlobalSearchPath, setInputProvider, setOutputConsumer, setPID, setPIDCounter, setSearchPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiferayConvertCmd

public LiferayConvertCmd()
Method Detail

run

public static void run(String globalSearchPath,
                       Properties resourceLimitsProperties,
                       List<String> commandArguments)
                throws Exception
Throws:
Exception

Liferay 6.1.2-ce-ga3