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.
- Author:
- Pete Bankhead
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Simple manager to handle saving and retrieving resources of different kinds, for example from projects or a user directory. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
ResourceManager
public ResourceManager()
-