| Class | Description |
|---|---|
| ExecutorServiceUtils |
Executor service related utilities.
|
| JSONUtils | |
| MemConfValue | |
| PluginUtils | |
| Props |
Hashmap implementation of a hierarchical properties with helpful converter functions and
Exception throwing.
|
| PropsUtils |
Utility Functions related to Prop Operations
|
| TimeUtils |
Utilities for Time Operations
|
| Utils |
A util helper class full of static methods that are commonly used.
|
| Enum | Description |
|---|---|
| HashUtils |
Helper class that can find a hash for a file or string.
|
| Exception | Description |
|---|---|
| HashNotMatchException |
Typically used when validation of a file checksum after downloading fails due to a checksum mismatch.
|
| InvalidHashException |
Indicates that a base64 encoded hash string (MD5 or SHA1) is invalid (wrong length, invalid characters, etc.)
|
| UndefinedPropertyException |
Indicates that a required property is missing from the Props
|