public class DefaultKillbillConfigSource extends Object implements KillbillConfigSource, OSGIConfigProperties
| Constructor and Description |
|---|
DefaultKillbillConfigSource() |
DefaultKillbillConfigSource(Map<String,String> extraDefaultProperties) |
DefaultKillbillConfigSource(String file) |
DefaultKillbillConfigSource(String file,
Map<String,String> extraDefaultProperties) |
| Modifier and Type | Method and Description |
|---|---|
protected Properties |
getDefaultProperties() |
protected Properties |
getDefaultSystemProperties() |
Properties |
getProperties() |
String |
getString(String propertyName) |
protected void |
populateDefaultProperties() |
void |
setProperty(String propertyName,
Object propertyValue) |
public DefaultKillbillConfigSource()
throws IOException,
URISyntaxException
IOExceptionURISyntaxExceptionpublic DefaultKillbillConfigSource(Map<String,String> extraDefaultProperties) throws IOException, URISyntaxException
IOExceptionURISyntaxExceptionpublic DefaultKillbillConfigSource(@Nullable String file) throws URISyntaxException, IOException
URISyntaxExceptionIOExceptionpublic DefaultKillbillConfigSource(@Nullable String file, Map<String,String> extraDefaultProperties) throws URISyntaxException, IOException
URISyntaxExceptionIOExceptionpublic String getString(String propertyName)
getString in interface OSGIConfigPropertiesgetString in interface KillbillConfigSourcepublic Properties getProperties()
getProperties in interface OSGIConfigPropertiesprotected void populateDefaultProperties()
protected Properties getDefaultProperties()
protected Properties getDefaultSystemProperties()
Copyright © 2010-2014. All Rights Reserved.