The im4java Library, Version 1.3.1

Package org.im4java.process

Contains mostly low-level classes for managing processes

See:
          Description

Interface Summary
ErrorConsumer This interface defines an ErrorConsumer.
InputProvider This interface defines an InputProvider.
OutputConsumer This interface defines an OutputConsumer.
ProcessEventListener This interface defines methods for a ProcessEventListener.
ProcessListener Deprecated. This interface has been superseeded by ProcessEventListener
 

Class Summary
ArrayListOutputConsumer This class is an OutputConsumer which saves the output to an ArrayList.
Pipe This class implements a pipe.
ProcessEvent This class wraps return-code and Exceptions of a terminated process.
ProcessExecutor This class subclasses ThreadPoolExecutor and implements a pooling-service for threads running processes.
ProcessStarter This class implements the processing of os-commands using a ProcessBuilder.
ProcessTask This class represents a runnable process.
StandardStream This class is a container for objects logically wrapping stdin, stdout and stderr.
 

Package org.im4java.process Description

Contains mostly low-level classes for managing processes.

Since:
0.95

The im4java Library, Version 1.3.1

Released under the LGPL, (c) Bernhard Bablok 2008-2010
Homepage: http://im4java.sourceforge.net/