| Constructor and Description |
|---|
BaseListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
didCreateResource(org.rundeck.storage.api.Path path,
T content,
org.rundeck.storage.api.Resource<T> contents)
Create a resource
|
void |
didDeleteResource(org.rundeck.storage.api.Path path,
boolean success)
Delete a resource at a path
|
void |
didGetPath(org.rundeck.storage.api.Path path,
org.rundeck.storage.api.Resource<T> resource)
Return the resource or directory at the path
|
void |
didGetResource(org.rundeck.storage.api.Path path,
org.rundeck.storage.api.Resource<T> resource)
Return the resource at the path
|
void |
didListDirectory(org.rundeck.storage.api.Path path,
java.util.Set<org.rundeck.storage.api.Resource<T>> contents)
Return the set of resources at the directory path
|
void |
didListDirectoryResources(org.rundeck.storage.api.Path path,
java.util.Set<org.rundeck.storage.api.Resource<T>> contents)
Return the set of non-directory resources at the directory path
|
void |
didListDirectorySubdirs(org.rundeck.storage.api.Path path,
java.util.Set<org.rundeck.storage.api.Resource<T>> contents)
Return the set of sub directory resources within the directory path
|
void |
didUpdateResource(org.rundeck.storage.api.Path path,
T content,
org.rundeck.storage.api.Resource<T> contents)
Update an existing resource
|
public void didGetPath(org.rundeck.storage.api.Path path,
org.rundeck.storage.api.Resource<T> resource)
ListenerdidGetPath in interface Listener<T extends org.rundeck.storage.api.ContentMeta>path - pathpublic void didGetResource(org.rundeck.storage.api.Path path,
org.rundeck.storage.api.Resource<T> resource)
ListenerdidGetResource in interface Listener<T extends org.rundeck.storage.api.ContentMeta>path - pathpublic void didListDirectoryResources(org.rundeck.storage.api.Path path,
java.util.Set<org.rundeck.storage.api.Resource<T>> contents)
ListenerdidListDirectoryResources in interface Listener<T extends org.rundeck.storage.api.ContentMeta>path - pathpublic void didListDirectory(org.rundeck.storage.api.Path path,
java.util.Set<org.rundeck.storage.api.Resource<T>> contents)
ListenerdidListDirectory in interface Listener<T extends org.rundeck.storage.api.ContentMeta>path - pathpublic void didListDirectorySubdirs(org.rundeck.storage.api.Path path,
java.util.Set<org.rundeck.storage.api.Resource<T>> contents)
ListenerdidListDirectorySubdirs in interface Listener<T extends org.rundeck.storage.api.ContentMeta>path - directory pathpublic void didDeleteResource(org.rundeck.storage.api.Path path,
boolean success)
ListenerdidDeleteResource in interface Listener<T extends org.rundeck.storage.api.ContentMeta>path - pathpublic void didCreateResource(org.rundeck.storage.api.Path path,
T content,
org.rundeck.storage.api.Resource<T> contents)
ListenerdidCreateResource in interface Listener<T extends org.rundeck.storage.api.ContentMeta>path - pathpublic void didUpdateResource(org.rundeck.storage.api.Path path,
T content,
org.rundeck.storage.api.Resource<T> contents)
ListenerdidUpdateResource in interface Listener<T extends org.rundeck.storage.api.ContentMeta>path - path