See: Description
| Class | Description |
|---|---|
| AbstractFilesystemConfigurationPropertiesSource |
A configuration properties source implementation which obtains the properties set
from a resource on the filesystem.
|
| ClasspathConfigurationPropertiesSource |
A configuration properties source implementation which obtains the properties set
from a resource on the class path.
|
| MapBasedConfiguration |
A configuration implementation which stores registered configuration instances in a
local instance of
ConcurrentHashMap. |
| SystemPropertyFilesystemConfigurationPropertiesSource |
Concrete implementation of filesystem configuration properties source which obtains
the filename value from a system property.
|
| ThreadLocalConfigurationPropertiesHolder |
A container class for holding a {link
ThreadLocal copy of a Properties instance. |
| ThreadLocalConfigurationPropertiesSource |
A configuration properties source implementation which obtains the properties set
from a
ThreadLocal variable. |
Copyright © 1999–2015. All rights reserved.