| Interface | Description |
|---|---|
| ILocator |
The locator specifies the physical location of a resource.
|
| ILocatorFactory |
A factory for
ILocator objects. |
| ILocatorNameFilter |
ILocatorNameFilter objects can filter ILocator objects when listing their children. |
| ILocatorSupport |
Indicate support for locating the receivers resource physically.
|
| Class | Description |
|---|---|
| AbsoluteFileLocatorLookup | |
| AbstractLocatorLookup | |
| ByteArrayLocator |
An adapter from a byte[] object to
ILocator. |
| ClassLoaderResourceLocator |
An
ILocator for java resources identified directly by a class loader. |
| ClassResourceLocator |
An
ILocator for java resources relative to a given class. |
| CommonLocator | |
| DelegatingLocator |
An adapter for implementing a delegation model.
|
| DelegatingLocatorLookup | |
| FileLocator |
File based implementation of
ILocator. |
| FileLocatorFactory |
The factory for
FileLocator objects. |
| LocatorBasedLookup | |
| LocatorByReference |
This
ILocator serves as an adapter for an ILocatorSupport
instance. |
| LocatorFactory |
Singleton access to the
ILocatorFactory. |
| LocatorTools |
Tool methods for dealing with
ILocator. |
| LocatorViewport |
A viewport implementation for
ILocator. |
| MappedLocatorLookup | |
| NullLocator | |
| ReadOnlyLocator |
A simple read only locator.
|
| SearchPathLocatorLookup | |
| StreamLocator |
A simple adapter from
InputStream to ILocator. |
| StringLocator |
A simple adapter from a
String to ILocator. |
| TransientLocator |
A "non persistent" locator.
|