-
void
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
This method deletes the set of key values with a certain prefix.
void
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 properties
void
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
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
value
void
void
This method is used to stop any watcher service with a given UUID.
This method provides a watching service for a key value pair inside
properties.
This method provides a single watch service to watch multiple k-v pairs with
a common prefix in there key.
This constructor loads the properties store in the file into memory.