Project

General

Profile

« Previous | Next » 

Revision 6030

allow the addition of properties via code

View differences:

PropertiesInterface.java
61 61
	
62 62
	public  Map<String, String> getPropertiesByGroup(String groupName) throws PropertyNotFoundException;
63 63
	
64
	public void addProperty(String propertyName, String value) throws GeneralPropertyException;
65
	
64 66
	public void setProperty(String propertyName, String newValue) throws GeneralPropertyException;
65 67
	
66 68
	public void setPropertyNoPersist(String propertyName, String newValue) throws GeneralPropertyException;

Also available in: Unified diff