Uses of Class
org.apache.hivemind.util.AbstractResource

Packages that use AbstractResource
org.apache.hivemind.util Implementations of Resource and related utilities. 
 

Uses of AbstractResource in org.apache.hivemind.util
 

Subclasses of AbstractResource in org.apache.hivemind.util
 class ClasspathResource
          Implementation of Resource for resources found within the classpath.
 class ContextResource
          Implementation of Resource for resources found within the web application context.
 class FileResource
          An implementation of Resource built around File.
 class URLResource
          An implementation of Resource built around a string representation of a URL.