Uses of Class
dev.galasa.framework.spi.ConfigurationPropertyStoreException
Packages that use ConfigurationPropertyStoreException
Package
Description
Galasa Framework - Framework setup routines
Galasa Framework - SPI
- 
Uses of ConfigurationPropertyStoreException in dev.galasa.framework
Methods in dev.galasa.framework that throw ConfigurationPropertyStoreExceptionModifier and TypeMethodDescription@NotNull IConfigurationPropertyStoreServiceFramework.getConfigurationPropertyService(@NotNull String namespace) Framework.getSharedEnvironmentRunType()voidFrameworkInitialisation.registerConfigurationPropertyStore(@NotNull IConfigurationPropertyStore configurationPropertyStore) protected voidFramework.setConfigurationPropertyStore(@NotNull IConfigurationPropertyStore cpsStore) Set the new Configuration Property Store ServiceConstructors in dev.galasa.framework that throw ConfigurationPropertyStoreExceptionModifierConstructorDescriptionTestClassWrapper(String testBundle, Class<?> testClass, TestStructure testStructure, boolean isContinueOnTestFailureFromCPS, IResultArchiveStore ras, dev.galasa.framework.internal.runner.InterruptedMonitor interruptedMonitor) ConstructorTestClassWrapper(String testBundle, Class<?> testClass, TestStructure testStructure, boolean isContinueOnTestFailureFromCPS, IResultArchiveStore ras, dev.galasa.framework.internal.runner.InterruptedMonitor interruptedMonitor, org.apache.commons.logging.Log logger)  - 
Uses of ConfigurationPropertyStoreException in dev.galasa.framework.api.common.resources
Methods in dev.galasa.framework.api.common.resources that throw ConfigurationPropertyStoreExceptionModifier 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 voidCPSProperty.loadValueFromStore()voidCPSProperty.setPropertyToStore(GalasaProperty galasaProperty, boolean updateProperty) Constructors in dev.galasa.framework.api.common.resources that throw ConfigurationPropertyStoreExceptionModifierConstructorDescriptionCPSFacade(IFramework framework) protectedCPSNamespace(@NotNull String name, @NotNull Visibility visibility, @NotNull IFramework framework)  - 
Uses of ConfigurationPropertyStoreException in dev.galasa.framework.spi
Methods in dev.galasa.framework.spi that throw ConfigurationPropertyStoreExceptionModifier and TypeMethodDescriptionvoidIConfigurationPropertyStore.deletePrefixedProperties(@NotNull String prefix) Deletes all properties matching the prefix from the underlying configuration property storevoidIConfigurationPropertyStoreService.deletePrefixedProperties(@NotNull String prefix) deletePrefixedProperties will delete all the properties from the standard Configuration Property Store starting the with provided prefix in an atomic operation.voidIConfigurationPropertyStore.deleteProperty(@NotNull String key) Delete the property from the underlying configuration property store.voidIConfigurationPropertyStoreService.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 IConfigurationPropertyStoreServiceIFramework.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 StringIConfigurationPropertyStore.getProperty(@NotNull String key) Retrieve the property from the underlying configuration property store.@Null StringIConfigurationPropertyStoreService.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 typevoidIConfigurationPropertyStoreRegistration.initialise(@NotNull IFrameworkInitialisation frameworkInitialisation) This method is called to selectively initialise the CPS.voidIFrameworkInitialisation.registerConfigurationPropertyStore(@NotNull IConfigurationPropertyStore configurationPropertyStore) Register the active Configuration Property StoreService.voidIConfigurationPropertyStore.setProperties(Map<String, String> propertiesToSet) Sets a collection of given properties into the Configuration Property Store within the namespace for this object.voidIConfigurationPropertyStoreService.setProperties(Map<String, String> propertiesToSet) Sets a collection of given properties into the Configuration Property Store within the namespace for this object.voidIConfigurationPropertyStore.setProperty(@NotNull String key, @NotNull String value) Set the property from the underlying configuration property store.voidIConfigurationPropertyStoreService.setProperty(@NotNull String name, @NotNull String value) Sets a string property from the Configuration Property Store within the namespace for this object.voidIConfigurationPropertyStore.shutdown()Called by the framework when shutting down. - 
Uses of ConfigurationPropertyStoreException in dev.galasa.framework.spi.cps
Methods in dev.galasa.framework.spi.cps that throw ConfigurationPropertyStoreExceptionModifier 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 StringCpsProperties.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.