Skip navigation links
B C D G H L M O S T U 

B

base(Tree<T>) - Method in class org.rundeck.storage.conf.TreeBuilder
Set the base tree to be extended
BaseListener<T extends org.rundeck.storage.api.ContentMeta> - Class in org.rundeck.storage.conf
BaseListener provides noop listener implementation.
BaseListener() - Constructor for class org.rundeck.storage.conf.BaseListener
 
build() - Method in class org.rundeck.storage.conf.TreeBuilder
Build the tree
builder() - Static method in class org.rundeck.storage.conf.TreeBuilder
Build a new tree with an empty base
builder(Tree<T>) - Static method in class org.rundeck.storage.conf.TreeBuilder
Build a new tree with given base

C

ContentConverter<T extends org.rundeck.storage.api.ContentMeta> - Interface in org.rundeck.storage.conf
Converts ContentMeta
convert(ContentConverter<T>, Path) - Method in class org.rundeck.storage.conf.TreeBuilder
Convert data content for all resources below the given path
convert(ContentConverter<T>, PathSelector) - Method in class org.rundeck.storage.conf.TreeBuilder
Convert data content for all resource paths matched by the path selector
convert(ContentConverter<T>, ResourceSelector<T>) - Method in class org.rundeck.storage.conf.TreeBuilder
Convert data content for all resources matching the selector
convert(ContentConverter<T>, Path, ResourceSelector<T>) - Method in class org.rundeck.storage.conf.TreeBuilder
Convert data content for all resources matching the resource selector and within the sub path
convert(ContentConverter<T>, PathSelector, ResourceSelector<T>) - Method in class org.rundeck.storage.conf.TreeBuilder
Convert data content for all resources matching the resource selector and the path selector
convert(ContentConverter<T>) - Method in class org.rundeck.storage.conf.TreeBuilder
Convert all content in the tree
convertCreateData(Path, T) - Method in interface org.rundeck.storage.conf.ContentConverter
 
ConverterTree<T extends org.rundeck.storage.api.ContentMeta> - Class in org.rundeck.storage.conf
Tree that can convert resource content with a ContentConverter
ConverterTree(Tree<T>, ContentConverter<T>, PathSelector) - Constructor for class org.rundeck.storage.conf.ConverterTree
Convert content from the delegate with the given converter if it matches the selector
ConverterTree(Tree<T>, ContentConverter<T>, ResourceSelector<T>) - Constructor for class org.rundeck.storage.conf.ConverterTree
 
ConverterTree(Tree<T>, ContentConverter<T>, PathSelector, ResourceSelector<T>) - Constructor for class org.rundeck.storage.conf.ConverterTree
 
convertReadData(Path, T) - Method in interface org.rundeck.storage.conf.ContentConverter
 
convertUpdateData(Path, T) - Method in interface org.rundeck.storage.conf.ContentConverter
 
createResource(Path, T) - Method in class org.rundeck.storage.conf.ConverterTree
 
createResource(Path, T) - Method in class org.rundeck.storage.conf.ListenerTree
 
createResource(Path, T) - Method in class org.rundeck.storage.conf.SubPathTree
 
createResource(Path, T) - Method in class org.rundeck.storage.conf.TreeStack
 

D

deleteResource(Path) - Method in class org.rundeck.storage.conf.ListenerTree
 
deleteResource(Path) - Method in class org.rundeck.storage.conf.SubPathTree
 
deleteResource(Path) - Method in class org.rundeck.storage.conf.TreeStack
 
didCreateResource(Path, T, Resource<T>) - Method in class org.rundeck.storage.conf.BaseListener
 
didCreateResource(Path, T, Resource<T>) - Method in interface org.rundeck.storage.conf.Listener
Created a resource
didDeleteResource(Path, boolean) - Method in class org.rundeck.storage.conf.BaseListener
 
didDeleteResource(Path, boolean) - Method in interface org.rundeck.storage.conf.Listener
Delete a resource at a path
didGetPath(Path, Resource<T>) - Method in class org.rundeck.storage.conf.BaseListener
 
didGetPath(Path, Resource<T>) - Method in interface org.rundeck.storage.conf.Listener
Return the resource or directory at the path
didGetResource(Path, Resource<T>) - Method in class org.rundeck.storage.conf.BaseListener
 
didGetResource(Path, Resource<T>) - Method in interface org.rundeck.storage.conf.Listener
Return the resource at the path
didListDirectory(Path, Set<Resource<T>>) - Method in class org.rundeck.storage.conf.BaseListener
 
didListDirectory(Path, Set<Resource<T>>) - Method in interface org.rundeck.storage.conf.Listener
Return the set of resources at the directory path
didListDirectoryResources(Path, Set<Resource<T>>) - Method in class org.rundeck.storage.conf.BaseListener
 
didListDirectoryResources(Path, Set<Resource<T>>) - Method in interface org.rundeck.storage.conf.Listener
Return the set of non-directory resources at the directory path
didListDirectorySubdirs(Path, Set<Resource<T>>) - Method in class org.rundeck.storage.conf.BaseListener
 
didListDirectorySubdirs(Path, Set<Resource<T>>) - Method in interface org.rundeck.storage.conf.Listener
Return the set of sub directory resources within the directory path
didUpdateResource(Path, T, Resource<T>) - Method in class org.rundeck.storage.conf.BaseListener
 
didUpdateResource(Path, T, Resource<T>) - Method in interface org.rundeck.storage.conf.Listener
Updated an existing resource

G

getPath(Path) - Method in class org.rundeck.storage.conf.ConverterTree
 
getPath(Path) - Method in class org.rundeck.storage.conf.ListenerTree
 
getPath(Path) - Method in class org.rundeck.storage.conf.SubPathTree
 
getPath(Path) - Method in class org.rundeck.storage.conf.TreeStack
 
getResource(Path) - Method in class org.rundeck.storage.conf.ConverterTree
 
getResource(Path) - Method in class org.rundeck.storage.conf.ListenerTree
 
getResource(Path) - Method in class org.rundeck.storage.conf.SubPathTree
 
getResource(Path) - Method in class org.rundeck.storage.conf.TreeStack
 
getSubPath() - Method in interface org.rundeck.storage.conf.SubPath
Return the subpath
getSubPath() - Method in class org.rundeck.storage.conf.SubPathTree
 

H

hasDirectory(Path) - Method in class org.rundeck.storage.conf.SubPathTree
 
hasDirectory(Path) - Method in class org.rundeck.storage.conf.TreeStack
 
hasParentPath(Path, SelectiveTree<?>) - Static method in class org.rundeck.storage.conf.TreeStack
 
hasPath(Path) - Method in class org.rundeck.storage.conf.SubPathTree
 
hasPath(Path) - Method in class org.rundeck.storage.conf.TreeStack
 
hasResource(Path) - Method in class org.rundeck.storage.conf.SubPathTree
 
hasResource(Path) - Method in class org.rundeck.storage.conf.TreeStack
 

L

listDirectory(Path) - Method in class org.rundeck.storage.conf.ListenerTree
 
listDirectory(Path) - Method in class org.rundeck.storage.conf.SubPathTree
 
listDirectory(Path) - Method in class org.rundeck.storage.conf.TreeStack
 
listDirectoryResources(Path) - Method in class org.rundeck.storage.conf.ListenerTree
 
listDirectoryResources(Path) - Method in class org.rundeck.storage.conf.SubPathTree
 
listDirectoryResources(Path) - Method in class org.rundeck.storage.conf.TreeStack
 
listDirectorySubdirs(Path) - Method in class org.rundeck.storage.conf.ListenerTree
 
listDirectorySubdirs(Path) - Method in class org.rundeck.storage.conf.SubPathTree
 
listDirectorySubdirs(Path) - Method in class org.rundeck.storage.conf.TreeStack
 
listen(Listener<T>) - Method in class org.rundeck.storage.conf.TreeBuilder
Listen to events on all paths of the tree
listen(Listener<T>, PathSelector) - Method in class org.rundeck.storage.conf.TreeBuilder
Listen to events on selective paths of the tree
listen(Listener<T>, Path) - Method in class org.rundeck.storage.conf.TreeBuilder
Listen to events on selective paths of the tree
Listener<T extends org.rundeck.storage.api.ContentMeta> - Interface in org.rundeck.storage.conf
Listener receives notification of events on a tree
ListenerTree<T extends org.rundeck.storage.api.ContentMeta> - Class in org.rundeck.storage.conf
ListenerTree delegates operations to a tree delegate, and sends events matching the selectors to a listener
ListenerTree(Tree<T>, Listener<T>, PathSelector) - Constructor for class org.rundeck.storage.conf.ListenerTree
 
ListenerTree(Tree<T>, Listener<T>, ResourceSelector<T>) - Constructor for class org.rundeck.storage.conf.ListenerTree
 
ListenerTree(Tree<T>, Listener<T>, PathSelector, ResourceSelector<T>) - Constructor for class org.rundeck.storage.conf.ListenerTree
 

M

matchesPath(Path, SelectiveTree<?>) - Static method in class org.rundeck.storage.conf.TreeStack
 

O

org.rundeck.storage.conf - package org.rundeck.storage.conf
 

S

SelectiveTree<T extends org.rundeck.storage.api.ContentMeta> - Interface in org.rundeck.storage.conf
A Tree that handles only a subset of paths
SubPath - Interface in org.rundeck.storage.conf
SubPath is ...
SubPathTree<T extends org.rundeck.storage.api.ContentMeta> - Class in org.rundeck.storage.conf
SelectiveTree that Maps resources into a delegate, and can optionally remove the path prefix before transfering
SubPathTree(Tree<T>, String, boolean) - Constructor for class org.rundeck.storage.conf.SubPathTree
 
SubPathTree(Tree<T>, Path, boolean) - Constructor for class org.rundeck.storage.conf.SubPathTree
 
subTree(Path, Tree<T>, boolean) - Method in class org.rundeck.storage.conf.TreeBuilder
Add a tree responsible for a subpath of the base tree.

T

TreeBuilder<T extends org.rundeck.storage.api.ContentMeta> - Class in org.rundeck.storage.conf
Builder for Resource Trees.
TreeStack<T extends org.rundeck.storage.api.ContentMeta> - Class in org.rundeck.storage.conf
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
TreeStack(List<? extends SelectiveTree<T>>, Tree<T>) - Constructor for class org.rundeck.storage.conf.TreeStack
 

U

updateResource(Path, T) - Method in class org.rundeck.storage.conf.ConverterTree
 
updateResource(Path, T) - Method in class org.rundeck.storage.conf.ListenerTree
 
updateResource(Path, T) - Method in class org.rundeck.storage.conf.SubPathTree
 
updateResource(Path, T) - Method in class org.rundeck.storage.conf.TreeStack
 
B C D G H L M O S T U 
Skip navigation links