Modifier and Type | Method and Description |
---|---|
void |
ResourceOrigin.traverseWith(ResourceVisitor visitor)
Traverses this ResourceOrigin from the root, according to the given
ResourceVisitor . |
void |
AbstractResourceOrigin.traverseWith(ResourceVisitor visitor) |
void |
ResourceOrigin.watchForChanges(ResourceVisitor visitor)
Sets up observation for this origin, and hooks it to the given callback
ResourceVisitor . |
Modifier and Type | Method and Description |
---|---|
void |
LegacyClasspathResourceOrigin.watchForChanges(ResourceVisitor visitor)
LegacyClasspathResourceOrigin does not implement watching for resource changes, since there is nothing at all to observe there. |
void |
ClasspathResourceOrigin.watchForChanges(ResourceVisitor visitor) |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemResourceOrigin.watchForChanges(ResourceVisitor visitor) |
Modifier and Type | Method and Description |
---|---|
void |
JcrResourceOrigin.watchForChanges(ResourceVisitor visitor) |
Modifier and Type | Method and Description |
---|---|
void |
LayeredResourceOrigin.watchForChanges(ResourceVisitor visitor) |
Modifier and Type | Class and Description |
---|---|
class |
LoggingResourceVisitor
A
ResourceVisitor which logs the files and directories it traverses, then simply delegate to another given visitor. |
class |
PredicatedResourceVisitor
|
Modifier and Type | Method and Description |
---|---|
static LoggingResourceVisitor |
LoggingResourceVisitor.log(ResourceVisitor visitor) |
Constructor and Description |
---|
ResourceTreeWalker(ResourceVisitor visitor) |
Copyright © 2003–2015 Magnolia International Ltd.. All rights reserved.