Class ResourceManager

java.lang.Object
qupath.lib.projects.ResourceManager

public class ResourceManager extends Object
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
  • Constructor Details

    • ResourceManager

      public ResourceManager()