Package dev.galasa.framework.spi
Interface IConfigurationPropertyStoreRegistration
public interface IConfigurationPropertyStoreRegistration
-
Method Summary
Modifier and TypeMethodDescriptionvoid
initialise
(@NotNull IFrameworkInitialisation frameworkInitialisation) This method is called to selectively initialise the CPS.
-
Method Details
-
initialise
void initialise(@NotNull @NotNull IFrameworkInitialisation frameworkInitialisation) throws ConfigurationPropertyStoreException This method is called to selectively initialise the CPS. If this CPS is to be initialise, it should register the CPS with @{link
IFrameworkInitialisation.registerConfigurationPropertyStore(IConfigurationPropertyStore)
If there is any problem initialising the sole CPS, then an exception will be thrown that will effectively terminate the Framework
- Parameters:
frameworkInitialisation
- - Initialisation object containing access to various initialisation methods- Throws:
ConfigurationPropertyStoreException
- - If there is a problem initialising the underlying store
-