See: Description
| Interface | Description |
|---|---|
| ConfigFileLoaderPlugin |
Strategy for loading configuration files and files that are used in printing that are relative (or related)
to the configuration file.
|
| Class | Description |
|---|---|
| AbstractFileConfigFileLoader |
Abstract implementation for files that are on the local file system.
|
| ClasspathConfigFileLoader |
A plugin that loads the config resources from urls starting with prefix: ://.
|
| ConfigFileLoaderManager |
Processes all
ConfigFileLoaderPlugins and loads the files. |
| FileConfigFileLoader |
A plugin that loads the config resources from urls starting with prefix: ://.
|
| ServletConfigFileLoader |
A plugin that loads the config resources from urls starting with prefix: ://.
|