public interface ResourceVisitor
Generic resource visitor interface for resource traversals.
Modifier and Type | Field and Description |
---|---|
static Object |
CONTINUE_TRAVERSAL
Value to return to continue a traversal.
|
static Object |
STOP_TRAVERSAL
A generic value to return to stop a traversal.
|
Modifier and Type | Method and Description |
---|---|
Object |
resource(Object resource)
Called at each resource in a traversal.
|
static final Object CONTINUE_TRAVERSAL
static final Object STOP_TRAVERSAL
Object resource(Object resource)
resource
- The resourceCopyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.