| Class | Description |
|---|---|
| Assert |
Assertions.
|
| CollectionUtils |
Collection utilities.
|
| FastPathResolver |
Resolve relative paths and URLs/URIs against a base path in a way that is faster than Java's URL/URI parser (and
much faster than Path), while aiming for cross-platform compatibility, and hopefully in particular being robust
to the many forms of Windows path weirdness.
|
| FileUtils |
File utilities.
|
| JarUtils |
Jarfile utilities.
|
| LogNode |
A tree-structured threadsafe log that allows you to add log entries in arbitrary order, and have the output
retain a sane order.
|
| ProxyingInputStream |
A proxying
InputStream implementation that compiles for JDK 7 but can support the methods added in JDK 8
by reflection. |
| StringUtils |
File utilities.
|
| URLPathEncoder |
A simple URL path encoder.
|
| VersionFinder |
Finds the version number of ClassGraph, and the version of the JDK.
|
| Enum | Description |
|---|---|
| VersionFinder.OperatingSystem |
The operating system type.
|