Modifier and Type | Class and Description |
---|---|
class |
CompositePropertyLoader |
class |
SystemPropertyLoader
A property loader that searches in system properties.
|
Modifier and Type | Field and Description |
---|---|
protected PropertyLoader[] |
CompositePropertyLoader.propertyLoaders
Ordered array of property loader to look-up into.
|
Constructor and Description |
---|
CompositePropertyLoader(PropertyLoader[] propertyLoaders)
Instantiates and fills a composite property loader with various implementations.
|