Source interface and its implementations, as well as
auxiliary classes.See: Description
| Interface | Description |
|---|---|
| Source<T> |
The base interface for a configuration source.
|
| Class | Description |
|---|---|
| AbstractSource<T> |
An abstract configuration source, with common infrastructure.
|
| ClasspathFileSource<T> |
A specialized configuration source implementation for loading a local file resource
from the classpath.
|
| DynamicSource<T> |
A dynamic
Source implementation which applies a different loading strategy
contingent on the path contents. |
| FileSource<T> |
A specialized configuration source implementation for loading a local file from the
file system.
|
| SourceFactory |
A factory of core
Source implementations. |
| StringSource<T> |
A specialized
Source that loads the contents of a String. |
| URLSource<T> |
A specialized configuration source implementation that loads contents from a URL, that
can be a local file or a Web resource.
|
This package groups the Source interface and its implementations, as well as
auxiliary classes.
Copyright © 2021. All rights reserved.