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:
parent
42ba6dc4c5
commit
0871f66b87
|
@ -100,6 +100,11 @@ public class AccountingPersistenceConfiguration {
|
||||||
this.password = password;
|
this.password = password;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
public void addProperty(String key, Property property){
|
||||||
|
propertyMap.put(key, property);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return the propertyMap
|
* @return the propertyMap
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
|
|
Loading…
Reference in New Issue