Added way to add property to configuration

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/accounting-lib@120083 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2015-10-28 17:57:01 +00:00
parent 42ba6dc4c5
commit 0871f66b87
1 changed files with 5 additions and 0 deletions

View File

@ -100,6 +100,11 @@ public class AccountingPersistenceConfiguration {
this.password = password;
}
public void addProperty(String key, Property property){
propertyMap.put(key, property);
}
/**
* @return the propertyMap
* @throws Exception