class |
ClasspathFileSource<T> |
A specialized configuration source implementation for loading a local file resource
from the classpath.
|
class |
DummySource<T> |
A dummy Source for internal purposes.
|
class |
DynamicSource<T> |
A dynamic Source implementation which applies a different loading strategy
contingent on the path contents.
|
class |
FileSource<T> |
A specialized configuration source implementation for loading a local file from the
file system.
|
class |
StringSource<T> |
A specialized Source that loads the contents of a String.
|
class |
URLSource<T> |
A specialized configuration source implementation that loads contents from a URL, that
can be a local file or a Web resource.
|