| Package | Description |
|---|---|
| com.holonplatform.core.config | |
| com.holonplatform.spring | |
| com.holonplatform.spring.internal |
| Modifier and Type | Method and Description |
|---|---|
static ConfigPropertyProvider |
ConfigPropertyProvider.prefixed(ConfigPropertyProvider provider,
String prefix)
Create a ConfigPropertyProvider that filters property names from given concrete
provider, returning
only property names which starts with given prefix. |
static ConfigPropertyProvider |
ConfigPropertyProvider.using(InputStream propertySource)
|
static ConfigPropertyProvider |
ConfigPropertyProvider.using(Map<String,Object> propertyMap)
Build a
ConfigPropertyProvider using given Map as property source. |
static ConfigPropertyProvider |
ConfigPropertyProvider.using(Properties properties)
Build a
ConfigPropertyProvider using given Properties as property source. |
static ConfigPropertyProvider |
ConfigPropertyProvider.using(String sourceFileName,
ClassLoader classLoader)
Build a
ConfigPropertyProvider using given sourceFileName as property source. |
static ConfigPropertyProvider |
ConfigPropertyProvider.using(String sourceFileName,
ClassLoader classLoader,
boolean lenient)
Build a
ConfigPropertyProvider using given sourceFileName as property source. |
static ConfigPropertyProvider |
ConfigPropertyProvider.usingSystemProperties()
Build a
ConfigPropertyProvider using System properties as property source. |
| Modifier and Type | Method and Description |
|---|---|
static ConfigPropertyProvider |
ConfigPropertyProvider.prefixed(ConfigPropertyProvider provider,
String prefix)
Create a ConfigPropertyProvider that filters property names from given concrete
provider, returning
only property names which starts with given prefix. |
ConfigPropertySet.Builder<C> |
ConfigPropertySet.Builder.withPropertySource(ConfigPropertyProvider provider)
Add given
ConfigPropertyProvider property source to ConfigPropertySet |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EnvironmentConfigPropertyProvider
A
ConfigPropertyProvider using Spring context Environment as configuration property source. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEnvironmentConfigPropertyProvider
A
ConfigPropertyProvider using Spring context Environment as configuration property source. |
Copyright © 2019 The Holon Platform. All rights reserved.