Package org.crumbleworks.forge.crumbprops
-
Interface Summary Interface Description Converters Naming scheme is:
convertToTYPE(String value);
convertFromTYPE(TYPE value);
The underlying parser checks for the 'convertToType' and 'convertFromType' methods.Storage Defines methods for writing/reading property-files. -
Class Summary Class Description 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.PropertyField Represents a singleProperty-annotated field.PropertyManager Manages (loading & storing) property files.