| Modifier and Type | Class and Description |
|---|---|
class |
CLIPropertySource
PropertySource that allows to add the programs main arguments as configuration entries.
|
class |
EnvironmentPropertySource
This
PropertySource provides all Properties which are set
via
export myprop=myval on UNIX Systems or
set myprop=myval on Windows. |
class |
MapPropertySource
Simple PropertySource implementation that just takes a Map and an (optional) priority.
|
class |
PropertiesResourcePropertySource
Simple PropertySource, with a fixed ordinal that reads a .properties file from a given URL.
|
class |
SimplePropertySource
Simple implementation of a
PropertySource for
simple property files and XML property files. |
class |
SystemPropertySource
This
PropertySource manages the system properties. |
Copyright © 2016–2017 Apache Software Foundation. All rights reserved.