|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| Locator |
Definition of the base Locator interface. |
| Class Summary | |
|---|---|
| AbstractLocator |
An adapter class for implementing concrete Locator classes. |
| AbstractStreamLocator |
An abstract base class for Locator implementations that mainly
operate on streams. |
| ByteArrayLocator |
A specialized implementation that provides
access to data stored in memory as a byte array. |
| ClassPathLocator |
A specific Locator implementation that can obtain resources from
the class path. |
| FileLocator |
A concrete Locator class that represents files. |
| LocatorUtils | A helper class for locating resources. |
| LocatorWrapper | A wrapper implementation for locators. |
| URLLocator |
A specialized implementation that operates on
URLs. |
| Exception Summary | |
|---|---|
| LocatorException |
An exception class for reporting error conditions related to
objects. |
This package contains interfaces and classes for locating resources in a generic way.
The main interface defined in this package is Locator. A
locator is a generic pointer to a resource. Concrete implementations
of this interface support specific ways of obtaining a resource, e.g.
Locator interface all these
different variants can be handled transparently.
$Id: package.html 156 2009-03-03 21:04:47Z oheger $
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||