Class TestKillbillConfigSource
- java.lang.Object
-
- org.killbill.billing.platform.config.DefaultKillbillConfigSource
-
- org.killbill.billing.platform.test.config.TestKillbillConfigSource
-
- All Implemented Interfaces:
OSGIConfigProperties,KillbillConfigSource
public class TestKillbillConfigSource extends DefaultKillbillConfigSource
-
-
Constructor Summary
Constructors Constructor Description TestKillbillConfigSource(Class<? extends PlatformDBTestingHelper> dbTestingHelperKlass)TestKillbillConfigSource(String file, Class<? extends PlatformDBTestingHelper> dbTestingHelperKlass)TestKillbillConfigSource(String file, Class<? extends PlatformDBTestingHelper> dbTestingHelperKlass, Map<String,String> extraDefaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PropertiesgetDefaultProperties()protected PropertiesgetDefaultSystemProperties()-
Methods inherited from class org.killbill.billing.platform.config.DefaultKillbillConfigSource
getProperties, getString, populateDefaultProperties, setProperty
-
-
-
-
Constructor Detail
-
TestKillbillConfigSource
public TestKillbillConfigSource(@Nullable Class<? extends PlatformDBTestingHelper> dbTestingHelperKlass) throws URISyntaxException, NoSuchMethodException, InvocationTargetException, IllegalAccessException, IOException
-
TestKillbillConfigSource
public TestKillbillConfigSource(@Nullable String file, @Nullable Class<? extends PlatformDBTestingHelper> dbTestingHelperKlass) throws IOException, URISyntaxException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
-
TestKillbillConfigSource
public TestKillbillConfigSource(@Nullable String file, @Nullable Class<? extends PlatformDBTestingHelper> dbTestingHelperKlass, Map<String,String> extraDefaults) throws IOException, URISyntaxException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
-
-
Method Detail
-
getDefaultProperties
protected Properties getDefaultProperties()
- Overrides:
getDefaultPropertiesin classDefaultKillbillConfigSource
-
getDefaultSystemProperties
protected Properties getDefaultSystemProperties()
- Overrides:
getDefaultSystemPropertiesin classDefaultKillbillConfigSource
-
-