Uses of Interface
dev.galasa.framework.spi.IFrameworkPropertyFileWatcher
Packages that use IFrameworkPropertyFileWatcher
- 
Uses of IFrameworkPropertyFileWatcher in dev.galasa.framework.spi
Methods in dev.galasa.framework.spi with parameters of type IFrameworkPropertyFileWatcherModifier and TypeMethodDescriptionFrameworkPropertyFile.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.