Package org.rundeck.storage.conf

Interface Summary
ContentConverter<T extends ContentMeta> Converts ContentMeta
Listener<T extends ContentMeta> Listener receives notification of events on a tree
SelectiveTree<T extends ContentMeta> A Tree that handles only a subset of paths
SubPath SubPath is ...
 

Class Summary
BaseListener<T extends ContentMeta> BaseListener provides noop listener implementation.
ConverterTree<T extends ContentMeta> Tree that can convert resource content with a ContentConverter
ListenerTree<T extends ContentMeta> ListenerTree delegates operations to a tree delegate, and sends events matching the selectors to a listener
SubPathTree<T extends ContentMeta> SelectiveTree that Maps resources into a delegate, and can optionally remove the path prefix before transfering
TreeBuilder<T extends ContentMeta> Builder for Resource Trees.
TreeStack<T extends 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