* @param watcher
*/
private void addToWatcher(final String path, final IResourceStream resourceStream,
final IModificationWatcher watcher)
{
watcher.add(resourceStream, new IChangeListener()
{
public void onChange()
{
log.info("A properties files has changed. Removing all entries " +
"from the cache. Resource: " + resourceStream);