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 TypeMethodDescriptionvoid
This method deletes a k-v pair from the property store.void
This method does the same as the regular delete for a single k-v pair, but for a set of key values.void
FrameworkPropertyFile.deletePrefix
(String prefix) This method deletes the set of key values with a certain prefix.void
FrameworkPropertyFile.destroy()
This method cleans up the properties in memory, the observers and monitors.void
FrameworkPropertyFile.load()
This method is used for loading the properties from the java properties file in a memory loaded propertiesvoid
This method is used to set a single k-v pair into the properties file.void
This method is used for setting multiple k-v pairs into the file.boolean
This memthod can perform a atomic set.boolean
FrameworkPropertyFile.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 valuevoid
FrameworkPropertyFile.shutdown()
void
This 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.