Uses of Class
dev.galasa.framework.spi.ConfigurationPropertyStoreException
Package
Description
Galasa Framework - Framework setup routines
Galasa Framework - SPI
-
Uses of ConfigurationPropertyStoreException in dev.galasa.framework
Modifier and TypeMethodDescription@NotNull IConfigurationPropertyStoreService
Framework.getConfigurationPropertyService
(@NotNull String namespace) Framework.getSharedEnvironmentRunType()
void
FrameworkInitialisation.registerConfigurationPropertyStore
(@NotNull IConfigurationPropertyStore configurationPropertyStore) protected void
Framework.setConfigurationPropertyStore
(@NotNull IConfigurationPropertyStore cpsStore) Set the new Configuration Property Store ServiceModifierConstructorDescriptionTestClassWrapper
(TestRunner testRunner, String testBundle, Class<?> testClass, TestStructure testStructure) Constructor -
Uses of ConfigurationPropertyStoreException in dev.galasa.framework.api.common.resources
Modifier and TypeMethodDescriptionCPSFacade.getNamespace
(String name) CPSFacade.getNamespaces()
CPSNamespace.getProperties()
CPSNamespace.getProperty
(String propertyName) A method to create a CPSProperty object only if the property already exists in the store If the property does not exist in the store a null object will be returnedCPSNamespace.getPropertyFromStore
(String propertyName) A method to create a CPSProperty within the namespace If the namesapce is hidden, a null property is returned otherwise a property is created.protected void
CPSProperty.loadValueFromStore()
void
CPSProperty.setPropertyToStore
(GalasaProperty galasaProperty, boolean updateProperty) ModifierConstructorDescriptionCPSFacade
(IFramework framework) protected
CPSNamespace
(@NotNull String name, @NotNull Visibility visibility, @NotNull IFramework framework) -
Uses of ConfigurationPropertyStoreException in dev.galasa.framework.spi
Modifier and TypeMethodDescriptionvoid
IConfigurationPropertyStore.deleteProperty
(@NotNull String key) Delete the property from the underlying configuration property store.void
IConfigurationPropertyStoreService.deleteProperty
(@NotNull String name) Removes a string property from the Configuration Property Store within the namespace for this object.IConfigurationPropertyStoreService.getAllProperties()
Retrieves all possible different properties set from a namespace@NotNull IConfigurationPropertyStoreService
IFramework.getConfigurationPropertyService
(@NotNull String namespace) Retrieve the Configuration Property Store service from the framework.IConfigurationPropertyStoreService.getCPSNamespaces()
Return all namespaces which have properties setIConfigurationPropertyStore.getNamespaces()
Return all namespaces which have properties setIConfigurationPropertyStore.getPrefixedProperties
(@NotNull String prefix) Retrieve prefixed properties from the underlying configuration property store.IConfigurationPropertyStoreService.getPrefixedProperties
(@NotNull String prefix) Retrieves the properties for the namespace using the supplied prefix.IConfigurationPropertyStore.getPropertiesFromNamespace
(String namespace) Retrieves all possible different properties set from a given namespace@Null String
IConfigurationPropertyStore.getProperty
(@NotNull String key) Retrieve the property from the underlying configuration property store.@Null String
IConfigurationPropertyStoreService.getProperty
(@NotNull String prefix, @NotNull String suffix, String... infixes) Retrieves a string property from the Configuration Property Store within the namespace for this object.IFramework.getSharedEnvironmentRunType()
If this is a shared environment run, return the run typevoid
IConfigurationPropertyStoreRegistration.initialise
(@NotNull IFrameworkInitialisation frameworkInitialisation) This method is called to selectively initialise the CPS.void
IFrameworkInitialisation.registerConfigurationPropertyStore
(@NotNull IConfigurationPropertyStore configurationPropertyStore) Register the active Configuration Property StoreService.void
IConfigurationPropertyStore.setProperty
(@NotNull String key, @NotNull String value) Set the property from the underlying configuration property store.void
IConfigurationPropertyStoreService.setProperty
(@NotNull String name, @NotNull String value) Sets a string property from the Configuration Property Store within the namespace for this object.void
IConfigurationPropertyStore.shutdown()
Called by the framework when shutting down. -
Uses of ConfigurationPropertyStoreException in dev.galasa.framework.spi.cps
Modifier and TypeMethodDescriptionCpsProperties.getStringList
(@NotNull IConfigurationPropertyStoreService cps, @NotNull String prefix, @NotNull String suffix, String... infixes) Retrieve a comma separated string property or an empty list if missingprotected static String
CpsProperties.getStringNulled
(@NotNull IConfigurationPropertyStoreService cps, @NotNull String prefix, @NotNull String suffix, String... infixes) Retrieve a String property or return null if missing or an empty string.