com.liferay.portal.kernel.process
Class ProcessUtil
java.lang.Object
com.liferay.portal.kernel.process.ProcessUtil
public class ProcessUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COLLECTOR_OUTPUT_PROCESSOR
public static final CollectorOutputProcessor COLLECTOR_OUTPUT_PROCESSOR
CONSUMER_OUTPUT_PROCESSOR
public static final ConsumerOutputProcessor CONSUMER_OUTPUT_PROCESSOR
ECHO_OUTPUT_PROCESSOR
public static final EchoOutputProcessor ECHO_OUTPUT_PROCESSOR
LOGGING_OUTPUT_PROCESSOR
public static final LoggingOutputProcessor LOGGING_OUTPUT_PROCESSOR
ProcessUtil
public ProcessUtil()
execute
public static <O,E> NoticeableFuture<ObjectValuePair<O,E>> execute(OutputProcessor<O,E> outputProcessor,
List<String> arguments)
throws ProcessException
- Throws:
ProcessException
execute
public static <O,E> NoticeableFuture<ObjectValuePair<O,E>> execute(OutputProcessor<O,E> outputProcessor,
String... arguments)
throws ProcessException
- Throws:
ProcessException
destroy
public void destroy()