Uses of Class
dev.galasa.framework.spi.FrameworkPropertyFileException
Packages that use FrameworkPropertyFileException
- 
Uses of FrameworkPropertyFileException in dev.galasa.framework.spi
Methods in dev.galasa.framework.spi that throw FrameworkPropertyFileExceptionModifier and TypeMethodDescriptionvoidThis method deletes a k-v pair from the property store.voidThis method does the same as the regular delete for a single k-v pair, but for a set of key values.voidFrameworkPropertyFile.deletePrefix(String prefix) This method deletes the set of key values with a certain prefix.voidFrameworkPropertyFile.destroy()This method cleans up the properties in memory, the observers and monitors.voidFrameworkPropertyFile.load()This method is used for loading the properties from the java properties file in a memory loaded propertiesvoidThis method is used to set a single k-v pair into the properties file.voidThis method is used for setting multiple k-v pairs into the file.booleanThis memthod can perform a atomic set.booleanFrameworkPropertyFile.setAtomic(String key, String oldValue, String newValue, Map<String, String> otherValues) This methods also performs and atomic set, but with the additional feature of setting a map of other k-v pairs if the old value is found to be the current valuevoidFrameworkPropertyFile.shutdown()voidThis method is used to stop any watcher service with a given UUID.FrameworkPropertyFile.watch(IFrameworkPropertyFileWatcher watcher, String key) This method provides a watching service for a key value pair inside properties.FrameworkPropertyFile.watchPrefix(IFrameworkPropertyFileWatcher watcher, String keyPrefix) This method provides a single watch service to watch multiple k-v pairs with a common prefix in there key.Constructors in dev.galasa.framework.spi that throw FrameworkPropertyFileExceptionModifierConstructorDescriptionFrameworkPropertyFile(URI file) This constructor loads the properties store in the file into memory.