Uses of Interface
org.crumbleworks.forge.crumbprops.Storage
-
Packages that use Storage Package Description org.crumbleworks.forge.crumbprops org.crumbleworks.forge.crumbprops.annotations -
-
Uses of Storage in org.crumbleworks.forge.crumbprops
Classes in org.crumbleworks.forge.crumbprops that implement Storage Modifier and Type Class Description classDefaultStorageImplFile-based implementation using Java'sProperties. -
Uses of Storage in org.crumbleworks.forge.crumbprops.annotations
Methods in org.crumbleworks.forge.crumbprops.annotations that return types with arguments of type Storage Modifier and Type Method Description Class<? extends Storage>storage()Optional: TheStorageimplementation to be used for writing and loading the physical file.
-