public abstract class AbstractResourceVisitor
extends java.lang.Object
AbstractResourceVisitor
helps in traversing a
resource tree by decoupling the actual traversal code
from application code. Concrete subclasses should implement
the visit(Resource)
method.Constructor and Description |
---|
AbstractResourceVisitor() |
Modifier and Type | Method and Description |
---|---|
void |
accept(Resource res)
Visit the given resource and all its descendants.
|
public void accept(Resource res)
res
- The resource"Copyright © 2010 - 2019 Adobe Systems Incorporated. All Rights Reserved"