Uses of Class
org.crumbleworks.forge.crumbprops.exceptions.StorageIOException
-
Packages that use StorageIOException Package Description org.crumbleworks.forge.crumbprops -
-
Uses of StorageIOException in org.crumbleworks.forge.crumbprops
Methods in org.crumbleworks.forge.crumbprops that throw StorageIOException Modifier and Type Method Description voidPropertyManager. load(Object object)Loads managed property file from storage.voidPropertyManager. loadAll()voidDefaultStorageImpl. read(Set<PropertyField> properties, Path filePath)voidStorage. read(Set<PropertyField> properties, Path filePath)voidPropertyManager. save(Object object)Save managed property file to storage.voidPropertyManager. saveAll()voidDefaultStorageImpl. write(Set<PropertyField> properties, Path filePath)voidStorage. write(Set<PropertyField> properties, Path filePath)
-