| Interface | Description |
|---|---|
| CacheEntry |
A CacheEntry abstraction for the various possible types of entries
|
| FixityResult | |
| UncheckedBiConsumer<S,T> |
It is sometimes convenient to use an operation that throws checked exceptions inside of a functional incantation.
|
| UncheckedFunction<T,R> |
Operations that throw
RepositoryException cannot be used as lambdas without "unchecking" those exceptions. |
| UncheckedPredicate<T> |
Operations that throw
RepositoryException cannot be used as lambdas without "unchecking" those exceptions. |
| Class | Description |
|---|---|
| ContentDigest |
Digest helpers to convert digests (checksums) into URI strings
(based loosely on Magnet URIs)
|
| NamespaceTools |
Tools for working with the JCR Namespace Registry
(wrapping some non-standard Modeshape machinery)
|
| Enum | Description |
|---|---|
| EventType |
A convenient abstraction over JCR's integer-typed events.
|
| FixityResult.FixityState |
The possible fixity states (which may be ORed together later)
|
Copyright © 2013-2015 DuraSpace, Inc.. All Rights Reserved.