| Class | Description |
|---|---|
| LineReader |
A helper class that reads a
Reader one line at a time, keeping track of the current line and colume via
a ResourcePointer. |
| Log |
Helper for writing to the configured logger.
|
| Preconditions |
Similar to Guava's
Preconditions class, just a bunch of helper methods for asserting our preconditions. |
| SafeString |
This is a wrapper class for strings that we know are "safe" to output withing HTML-escaping.
|