Package mro.util.properties

Interface Summary
HasProperties An interface for classes that has a Properties-object.
PropertyInterface  
 

Class Summary
Properties This class works a bit like java.util.Properties.
PropertiesHandler Class used for XML-parsing of Properties-objects.
PropertiesPool A class that handles several Properties.
Property A property of some kind with description.
PropertyAverage The average of a property of some kind with description.
PropertyGroup  
PropertyValueDescription  
XMLFileFilter  
 

Exception Summary
PropertyNameConflictException Thrown when adding a new Property with a name matching one already in the Properties.
PropertyNotFoundException Thrown when a user tries to set a Property (see Properties.setProperty(java.lang.String, java.lang.Object)) that is not in the Properties.