Job Workspace
interface JobWorkspace
Local Scratch Workspace
Represents a handle on a local workspace and provides methods for operating on files and directories in that workspace.
Author
Elizabeth Paige Harper https://github.com/foxcapades
Since
1.0.0
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Opens an InputStream over the contents of the file at the given path.
Link copied to clipboard
Reads the contents of the file at the given path as a JSON value and returns it.
Link copied to clipboard
Link copied to clipboard
Writes the given JsonNode to the file at the given path.
Writes the contents of the given stream to the file at the given path.
Writes the contents of the given reader to the file at the given path.
Opens an output stream to the given path and passes it to the consumer, which can write arbitrary data to the file, then closes the stream.
Writes the given string to the file at the given path.