| Interface | Description |
|---|---|
| ContentConverter<T extends org.rundeck.storage.api.ContentMeta> |
Converts ContentMeta
|
| Listener<T extends org.rundeck.storage.api.ContentMeta> |
Listener receives notification of events on a tree
|
| SelectiveTree<T extends org.rundeck.storage.api.ContentMeta> |
A Tree that handles only a subset of paths
|
| SubPath |
SubPath is ...
|
| Class | Description |
|---|---|
| BaseListener<T extends org.rundeck.storage.api.ContentMeta> |
BaseListener provides noop listener implementation.
|
| ConverterTree<T extends org.rundeck.storage.api.ContentMeta> |
Tree that can convert resource content with a
ContentConverter |
| ListenerTree<T extends org.rundeck.storage.api.ContentMeta> |
ListenerTree delegates operations to a tree delegate, and sends events matching the selectors to a listener
|
| SubPathTree<T extends org.rundeck.storage.api.ContentMeta> |
SelectiveTree that Maps resources into a delegate, and can optionally remove the path prefix before transfering
|
| TreeBuilder<T extends org.rundeck.storage.api.ContentMeta> |
Builder for Resource Trees.
|
| TreeStack<T extends org.rundeck.storage.api.ContentMeta> |
tree that uses an ordered list of TreeHandlers to determine which underlying storage to use, and falls back to a
delegate if there is no match
|