* The parameter is wrapped into a parameterEntry
*
* @param entry the entry to store
*/
private void storePropertiesParameter(final Map.Entry<Object, Object> entry) {
this.propertiesParametersMap.put(entry.getKey().toString(), new ParameterEntry(entry.getValue().toString()));
}