| Class | Description |
|---|---|
| BaseFixedValueLoader |
Abstract loader that can load Property values from Property and value pairs.
|
| BaseKeyValuePairLoader |
An abstract Loader for use where properties are passed as an array of strings, each
of the form name[delimiter]value.
|
| BaseLoader |
Base implementation of a Loader that provides some basic services and behavior that all loader
can share and use.
|
| BaseMapLoader |
Loads values from a Map
|
| MapLoader |
Loads values from a map.
|
| PropFileBaseLoader |
Shared functionality for all Property file loaders.
|
| PropFileOnClasspathLoader |
Reads from a Java .properties file on the classpath, following standard java
conventions for the structure of those key:value pair files.
|
| PropFileOnFilesystemLoader |
Reads from a Java .property file from the filesystem, following standard java
conventions for the structure of those file.
|
Copyright © 2022. All rights reserved.