| Class | Description |
|---|---|
| ClasspathConfigSourceJ |
Sources configuration data from a resource on the classpath.
|
| ConfigJ |
Provides configuration data in the form of a Java map.
|
| ConfigSourceJ |
Defines an arbitrary source for configuration data.
|
| FileConfigSourceJ |
Sources configuration data from a file.
|
| ListValue |
Provides a wrapper for list-based entries with handy conversions to often-needed types.
|
| ParserJ |
Constructs a parser around an input stream, which may be null.
|
| ReadableOnceConfigSourceJ |
Sources configuration data from an input stream that will be read once only then closed.
|
| Value |
Holds a configuration value and provides easy data conversions.
|
| ValueFactory |
Provides a hook for extending the possible set of value converters.
|
| Exception | Description |
|---|---|
| ConfigException |
Provides an unchecked exception to be thrown when configuration problems arise.
|