Package | Description |
---|---|
com.holonplatform.core.config |
Modifier and Type | Method and Description |
---|---|
ConfigPropertySet.Builder<C> |
ConfigPropertySet.Builder.withPropertySource(InputStream propertiesInputStream)
Add given
InputStream property source to ConfigPropertySet |
ConfigPropertySet.Builder<C> |
ConfigPropertySet.Builder.withPropertySource(String sourceFileName)
Add given
sourceFileName as property source to ConfigPropertySet, using default ClassLoader |
ConfigPropertySet.Builder<C> |
ConfigPropertySet.Builder.withPropertySource(String sourceFileName,
ClassLoader classLoader,
boolean lenient)
Add given
sourceFileName as property source to ConfigPropertySet |
Copyright © 2018 The Holon Platform. All rights reserved.