//
Set<Entry<Object, Object>> set = properties.entrySet();
for (Entry<Object, Object> entry : set) {
LOGGER.debug(entry.toString());
}
disconfStoreProcessor.inject2Store(fileName, new DisconfValue(null,
properties));
LOGGER.debug("inject ok.");
//
// Watch