Uses of Interface
dev.galasa.framework.spi.IConfigurationPropertyStore
Packages that use IConfigurationPropertyStore
Package
Description
Galasa Framework - Framework setup routines
Galasa Framework - SPI
- 
Uses of IConfigurationPropertyStore in dev.galasa.framework
Methods in dev.galasa.framework that return IConfigurationPropertyStoreModifier and TypeMethodDescriptionprotected IConfigurationPropertyStoreFramework.getConfigurationPropertyStore()Retrieve the active CPS ServiceMethods in dev.galasa.framework with parameters of type IConfigurationPropertyStoreModifier and TypeMethodDescriptionvoidFrameworkInitialisation.registerConfigurationPropertyStore(@NotNull IConfigurationPropertyStore configurationPropertyStore) protected voidFramework.setConfigurationPropertyStore(@NotNull IConfigurationPropertyStore cpsStore) Set the new Configuration Property Store Service - 
Uses of IConfigurationPropertyStore in dev.galasa.framework.spi
Methods in dev.galasa.framework.spi with parameters of type IConfigurationPropertyStoreModifier and TypeMethodDescriptionvoidIFrameworkInitialisation.registerConfigurationPropertyStore(@NotNull IConfigurationPropertyStore configurationPropertyStore) Register the active Configuration Property StoreService.