| Interface | Description |
|---|---|
| ILocator |
An abstraction for the location of resource data.
|
| ILocatorFactory |
A factory for an
ILocator. |
| ILocatorFactorySupport |
An object that can provide an
ILocatorFactory for local lookup. |
| ILocatorNameFilter |
ILocatorNameFilter objects can filter
ILocator objects when listing their
children. |
| ILocatorSupport |
Indicate support for locating the receivers resource or base physically.
|
| Class | Description |
|---|---|
| ByteArrayLocator |
An adapter from a byte[] object to
ILocator. |
| ClassLoaderResourceLocator |
An
ILocator for resources accessible by a class loader. |
| ClassLoaderResourceLocatorFactory |
Factory for a
ClassLoaderResourceLocator. |
| ClassResourceLocator |
An
ILocator for resources accessible by a class loader. |
| CommonLocator |
An abstract superclass for implementing
ILocator. |
| CommonLocatorFactory |
A common superclass for implementing an
ILocatorFactory. |
| DelegatingLocator |
An adapter for implementing a delegation model on the
ILocator |
| DelegatingLocatorFactory |
An abstract superclass for implementing a delegation model on the
ILocatorFactory. |
| ExpandingLocatorFactory |
A decorator that will expand the location before use.
|
| FailedLocator |
A placeholder for delayed failure detection.
|
| FileLocator |
File based implementation of
ILocator. |
| FileLocatorFactory |
The factory for
FileLocator objects. |
| ImmutableDelegatingLocator |
Superclass for implementing a delegation model on an immutable wrapped
ILocator. |
| 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. |
| LookupLocatorFactory |
Try to create an
ILocator from a list of ILocatorFactory
instances. |
| MappedLocatorLookup |
Create an
ILocator using a lookup table of alias names. |
| MutableDelegatingLocator |
Superclass for implementing a delegation model on an MUTABLE wrapped
ILocator. |
| NoopLocator |
A no op
ILocator. |
| ReadOnlyLocator |
A read only
ILocator decoration. |
| RelativeLocatorFactory | |
| RenamedLocator |
A name swapping decoration.
|
| SchemeBasedLocatorFactory |
Create an
ILocator where the concrete ILocatorFactory is
identified by a scheme prefix in the location. |
| SearchPathLocatorFactory |
Provides lookup of an
ILocator relative to a list of search path
parents. |
| StreamLocator |
An adapter from
InputStream to ILocator. |
| StringLocator | |
| TransientLocator |
A "non persistent"
ILocator. |
| URLLocator |
An
ILocator for URL-based access. |
| ZipFileLocator |
!
|
| ZipFileLocatorFactory |
Locate resources contained within a zip file.
|
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.