| Package | Description |
|---|---|
| net.obvj.confectory.source |
This package groups the
Source interface and its implementations, as well as
auxiliary classes. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClasspathFileSource<T>
A specialized configuration source implementation for loading a local file resource
from the classpath.
|
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. |
Copyright © 2021. All rights reserved.