Interface | Description |
---|---|
Executor.StreamHandler |
You should use the StreamHandler interface if you would like to process
the output from a process while it is running
|
Class | Description |
---|---|
Executor |
Wrapper to Java Process API
|
Getopt |
A simple implementation of the getopt(3c).
|
Interner<T> |
Helper class that interns objects, that is, returns a canonical
representation of the objects.
|
IOUtils |
A small utility class to provide common functionality related to
IO so that we don't need to duplicate the logic all over the place.
|
StringUtils |
Various String utility methods.
|