Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.process
Class ProcessExecutor

java.lang.Object
  extended by com.liferay.portal.kernel.process.ProcessExecutor

public class ProcessExecutor
extends Object


Constructor Summary
ProcessExecutor()
           
 
Method Summary
 void destroy()
           
static
<T extends Serializable>
T
execute(ProcessCallable<T> processCallable, String classPath)
           
static
<T extends Serializable>
T
execute(ProcessCallable<T> processCallable, String classPath, List<String> arguments)
           
static void main(String[] arguments)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessExecutor

public ProcessExecutor()
Method Detail

execute

public static <T extends Serializable> T execute(ProcessCallable<T> processCallable,
                                                 String classPath)
                                      throws ProcessException
Throws:
ProcessException

execute

public static <T extends Serializable> T execute(ProcessCallable<T> processCallable,
                                                 String classPath,
                                                 List<String> arguments)
                                      throws ProcessException
Throws:
ProcessException

main

public static void main(String[] arguments)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

destroy

public void destroy()

Liferay 6.1.2-ce-ga3