public class TestKillbillConfigSource extends DefaultKillbillConfigSource
| Constructor and Description |
|---|
TestKillbillConfigSource() |
TestKillbillConfigSource(String file) |
TestKillbillConfigSource(String jdbcConnectionString,
String jdbcUsername,
String jdbcPassword) |
TestKillbillConfigSource(String file,
String jdbcConnectionString,
String jdbcUsername,
String jdbcPassword) |
TestKillbillConfigSource(String file,
String jdbcConnectionString,
String jdbcUsername,
String jdbcPassword,
Map<String,String> extraDefaults) |
| Modifier and Type | Method and Description |
|---|---|
protected Properties |
getDefaultProperties() |
protected Properties |
getDefaultSystemProperties() |
getProperties, getString, populateDefaultProperties, setPropertypublic TestKillbillConfigSource()
public TestKillbillConfigSource(@Nullable String jdbcConnectionString, @Nullable String jdbcUsername, @Nullable String jdbcPassword)
public TestKillbillConfigSource(String file) throws URISyntaxException, IOException
URISyntaxExceptionIOExceptionpublic TestKillbillConfigSource(String file, @Nullable String jdbcConnectionString, @Nullable String jdbcUsername, @Nullable String jdbcPassword) throws URISyntaxException, IOException
URISyntaxExceptionIOExceptionpublic TestKillbillConfigSource(String file, @Nullable String jdbcConnectionString, @Nullable String jdbcUsername, @Nullable String jdbcPassword, Map<String,String> extraDefaults) throws URISyntaxException, IOException
URISyntaxExceptionIOExceptionprotected Properties getDefaultProperties()
getDefaultProperties in class DefaultKillbillConfigSourceprotected Properties getDefaultSystemProperties()
getDefaultSystemProperties in class DefaultKillbillConfigSourceCopyright © 2010-2014. All Rights Reserved.