Class DefaultKillbillConfigSource
- java.lang.Object
-
- org.killbill.billing.platform.config.DefaultKillbillConfigSource
-
- All Implemented Interfaces:
OSGIConfigProperties,KillbillConfigSource
public class DefaultKillbillConfigSource extends Object implements KillbillConfigSource, OSGIConfigProperties
-
-
Constructor Summary
Constructors Constructor Description DefaultKillbillConfigSource()DefaultKillbillConfigSource(String file)DefaultKillbillConfigSource(String file, Map<String,String> extraDefaultProperties)DefaultKillbillConfigSource(Map<String,String> extraDefaultProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PropertiesgetDefaultProperties()protected PropertiesgetDefaultSystemProperties()PropertiesgetProperties()StringgetString(String propertyName)protected voidpopulateDefaultProperties()voidsetProperty(String propertyName, Object propertyValue)
-
-
-
Constructor Detail
-
DefaultKillbillConfigSource
public DefaultKillbillConfigSource() throws IOException, URISyntaxException- Throws:
IOExceptionURISyntaxException
-
DefaultKillbillConfigSource
public DefaultKillbillConfigSource(Map<String,String> extraDefaultProperties) throws IOException, URISyntaxException
- Throws:
IOExceptionURISyntaxException
-
DefaultKillbillConfigSource
public DefaultKillbillConfigSource(@Nullable String file) throws URISyntaxException, IOException- Throws:
URISyntaxExceptionIOException
-
DefaultKillbillConfigSource
public DefaultKillbillConfigSource(@Nullable String file, Map<String,String> extraDefaultProperties) throws URISyntaxException, IOException- Throws:
URISyntaxExceptionIOException
-
-
Method Detail
-
getString
public String getString(String propertyName)
- Specified by:
getStringin interfaceKillbillConfigSource- Specified by:
getStringin interfaceOSGIConfigProperties
-
getProperties
public Properties getProperties()
- Specified by:
getPropertiesin interfaceOSGIConfigProperties
-
populateDefaultProperties
protected void populateDefaultProperties()
-
getDefaultProperties
protected Properties getDefaultProperties()
-
getDefaultSystemProperties
protected Properties getDefaultSystemProperties()
-
-