| Interface | Description |
|---|---|
| ContentFactory<T extends ContentMeta> |
ContentFactory can create an appropriate ContentMeta subtype
|
| ContentMeta |
Represents a stream of data to store and metadata about it.
|
| HasInputStream |
HasInputStream provides lazy loading of an input stream that might cause an exception
|
| Path |
Address within a tree
|
| PathItem |
PathItem is a directory or Resource in a Tree
|
| PathSelector |
Specifies if it applies to a particular resource path
|
| Resource<T extends ContentMeta> |
A resource in a tree
|
| ResourceSelector<T extends ContentMeta> |
ResourceSelector determines a matching resource
|
| Tree<T extends ContentMeta> |
Stores content in a hierarchy
|
| Class | Description |
|---|---|
| PathUtil |
Utility methods for paths
|
| PathUtil.PathImpl |
| Enum | Description |
|---|---|
| StorageException.Event |
| Exception | Description |
|---|---|
| StorageException |
An exception in the storage layer
|