Package qupath.lib.projects
Class ResourceManager
java.lang.Object
qupath.lib.projects.ResourceManager
Manage the storage and retrieval of resources with a 
ResourceManager.
 Examples may include pixel classifiers or scripts.
 By using this it is possible to avoid reliance on a filesystem, for example, 
 opening the possibility to have resources stored elsewhere.
 Note that names may be case-insensitive, depending upon the specific backing store. This is the case for the default implementations using file storage.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic interfaceSimple manager to handle saving and retrieving resources of different kinds, for example from projects or a user directory.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
ResourceManagerpublic ResourceManager()
 
-