See: Description
Interface | Description |
---|---|
FileVisitor |
FileVisitor contains various callback methods called by
FileUtils.walkTree . |
Class | Description |
---|---|
AdaptorDocGenerator |
Generates html snippet with options of all adaptors.
|
InputWriter |
A simple input writer that uses a daemon thread to write from an
String to an OutputStream . |
JavaJobDescription |
A JobDescription specialized in Java applications.
|
OutputReader |
A simple output reader that uses a daemon thread to read from an
InputStream and buffer this data. |
Sandbox |
Sandbox represents a (possibly remote and usually temporary) directory used for running jobs.
|
Sandbox.Pair |
Pair represents the combination of a source and destination path
|
StreamForwarder |
A simple stream forwarder that uses a daemon thread to read from an
InputStream and write it to a
OutputStream . |
Utils |
Utils contains various utilities for handling files, jobs, streams, and for getting OS specific information.
|
Enum | Description |
---|---|
FileVisitResult |
FileVisitResult enumerates the possible results that can be returned by the methods of
FileVisitor . |