Uses of Package
org.crumbleworks.forge.crumbprops
-
Packages that use org.crumbleworks.forge.crumbprops Package Description org.crumbleworks.forge.crumbprops org.crumbleworks.forge.crumbprops.annotations -
Classes in org.crumbleworks.forge.crumbprops used by org.crumbleworks.forge.crumbprops Class Description Converters Naming scheme is:
convertToTYPE(String value);
convertFromTYPE(TYPE value);
The underlying parser checks for the 'convertToType' and 'convertFromType' methods.PropertyField Represents a singleProperty-annotated field.Storage Defines methods for writing/reading property-files. -
Classes in org.crumbleworks.forge.crumbprops used by org.crumbleworks.forge.crumbprops.annotations Class 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.