Class | Description |
---|---|
BasePropertySource |
Abstract
PropertySource that allows to set a default ordinal that will be used, if no
ordinal is provided with the config. |
EnvironmentPropertySource |
This
PropertySource provides all Properties which are set
via
export myprop=myval on UNIX Systems or
set myprop=myval on Windows. |
SimplePropertySource |
Simple implementation of a
PropertySource for properties-files. |
SystemPropertySource |
This
PropertySource manages the system properties. |
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.