All Classes
-
All Classes Interface Summary Class Summary Exception Summary Annotation Types Summary Class Description AnnotationNotPresentException Thrown if the manager is told to manage a class that is missing thePropertyFileannotation.Converters Naming scheme is:
convertToTYPE(String value);
convertFromTYPE(TYPE value);
The underlying parser checks for the 'convertToType' and 'convertFromType' methods.DefaultConvertersImpl Naming scheme is:
convertToTYPE(String value);
convertFromTYPE(TYPE value);
The underlying parser checks for the 'convertTo' and 'convertFrom' keywords to map the methods for invokingDefaultStorageImpl File-based implementation using Java'sProperties.MissingConversionMethodException Thrown if there's no conversion method for a specific type.ObjectNotManagedException Thrown if the object to be stored/loaded is not managed by the respective manager.Property Links a field to a property in the filePropertyField Represents a singleProperty-annotated field.PropertyFile Provides metainformation to link this class to a physical filePropertyManager Manages (loading & storing) property files.Storage Defines methods for writing/reading property-files.StorageIOException Thrown if writing/reading goes wrong.