See: Description
| Interface | Description |
|---|---|
| Locator |
Definition of the base
Locator interface. |
| Class | Description |
|---|---|
| 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
Locator 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. |
| LocatorConverter |
A specialized
Converter implementation dealing with Locator
objects. |
| LocatorUtils |
A helper class for locating resources.
|
| LocatorWrapper |
A wrapper implementation for locators.
|
| URLLocator |
A specialized
Locator implementation that operates on URLs. |
| Exception | Description |
|---|---|
| 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 205 2012-01-29 18:29:57Z oheger $
Copyright © 2013 The JGUIraffe Team. All Rights Reserved.