Package | Description |
---|---|
org.apache.hivemind.util |
Implementations of
Resource and related utilities. |
Modifier and Type | Class and Description |
---|---|
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. |