|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
resources from arbitrary
sources.
See:
Description
| Interface Summary | |
|---|---|
| BrowsableResource | This is the interface for a DataResource that has higher-level
features and may contain other resources. |
| BrowsableResourceFactory | This is the interface for a factory used to create instances of
BrowsableResource. |
| DataResource | This is the interface for a resource potentially containing
data. |
| DataResourceFactory | This is the interface for a factory used to create DataResources. |
| ResourceUri | This interface represents an URI pointing to the location of a
DataResource. |
| Exception Summary | |
|---|---|
| ResourceNotAvailableException | This exception is thrown if a resource was requested that is NOT available. |
| ResourceNotWritableException | This exception is thrown if a resource should be
written that is read-only or NOT
writable for any other reason. |
| ResourceUriUndefinedException | This exception is thrown if a resource was requested for an URI that is undefined or illegal (e.g. |
Provides the API for utilities that help to load
resources from arbitrary
sources.
DataResource represents a source of data.
Unlike a File it abstracts from the underlying source that
can be the regular filesystem (see FileResource),
as well as the classpath (see ClasspathResource)
the network (see UrlResource), etc.DataResourceFactory allows to create
DataResources from any URI given as
string (e.g. configured by the end-user).
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||