| Package | Description |
|---|---|
| de.intarsys.tools.cache | |
| de.intarsys.tools.locator | |
| de.intarsys.tools.locator.trusted |
| Modifier and Type | Class and Description |
|---|---|
class |
Cache<T>
A very simple cache implementation.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ILocator
An abstraction for the location of resource data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ByteArrayLocator
An adapter from a byte[] object to
ILocator. |
class |
ClassLoaderResourceLocator
An
ILocator for resources accessible by a class loader. |
class |
ClassResourceLocator
An
ILocator for resources accessible by a class loader. |
class |
CommonLocator
An abstract superclass for implementing
ILocator. |
class |
DelegatingLocator
An adapter for implementing a delegation model on the
ILocator |
class |
FailedLocator
A placeholder for delayed failure detection.
|
class |
FileLocator
File based implementation of
ILocator. |
class |
ImmutableDelegatingLocator
Superclass for implementing a delegation model on an immutable wrapped
ILocator. |
class |
LocatorByReference
This
ILocator serves as an adapter for an ILocatorSupport
instance. |
class |
LocatorViewport
A viewport implementation for
ILocator. |
class |
MutableDelegatingLocator
Superclass for implementing a delegation model on an MUTABLE wrapped
ILocator. |
class |
NoopLocator
A no op
ILocator. |
class |
ReadOnlyLocator
A read only
ILocator decoration. |
class |
RenamedLocator
A name swapping decoration.
|
class |
StreamLocator
An adapter from
InputStream to ILocator. |
class |
StringLocator
|
class |
TransientLocator
A "non persistent"
ILocator. |
class |
URLLocator
An
ILocator for URL-based access. |
class |
ZipFileLocator
!
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ITrustedLocator
This
ILocator guarantees that a change to its physical resource while
its is used by application code will be detected or healed. |
| Modifier and Type | Class and Description |
|---|---|
class |
HashedTrustedLocator |
class |
MemoryTrustedLocator
This
ILocator controls manipulation of its data resource simply by
copying it completely to memory. |
class |
TrustedLocator
A common superclass for implementing
ITrustedLocator |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.