XProperties 1.0.3

Package at.spardat.properties

Class Summary
AbstractPropertyProcessor A property processor is used to process each read property key and value.
ExtendedProperties extended version of java.util.Properties which supports: variable replacement include property attributes property conditions Objects of this class are for internal use of the property API only.
Property represents a single property with a key and a value
PropertyAttribute encapsulates the information about a single property attribute.
PropertyAttributes Manages a set of property attributes
PropertyData Encapsulates the property data and attribute information.
PropertyLoader This class is responsible for loading the property files from the filesystem and the classloader into a PropertyData instance.
XProperties Root Class for accessing Properties.
 

Exception Summary
PropertyException abstract base class for all exceptions of this package
PropertyFileNotFoundException thrown if a property file (root file or included) cannot be found
PropertyInitException this exception is thrown if the property system was unable to correctly initialize
PropertySyntaxException this exception is thrown if the input file has a syntax error
PropertyUnknownException this exception signals the access to a missing property
 


XProperties 1.0.3