Uses of Interface
dev.galasa.framework.spi.IConfigurationPropertyStore
Package
Description
Galasa Framework - Framework setup routines
Galasa Framework - SPI
-
Uses of IConfigurationPropertyStore in dev.galasa.framework
Modifier and TypeMethodDescriptionprotected IConfigurationPropertyStore
Framework.getConfigurationPropertyStore()
Retrieve the active CPS ServiceModifier and TypeMethodDescriptionvoid
FrameworkInitialisation.registerConfigurationPropertyStore
(@NotNull IConfigurationPropertyStore configurationPropertyStore) protected void
Framework.setConfigurationPropertyStore
(@NotNull IConfigurationPropertyStore cpsStore) Set the new Configuration Property Store Service -
Uses of IConfigurationPropertyStore in dev.galasa.framework.spi
Modifier and TypeMethodDescriptionvoid
IFrameworkInitialisation.registerConfigurationPropertyStore
(@NotNull IConfigurationPropertyStore configurationPropertyStore) Register the active Configuration Property StoreService.