public abstract class AbstractResourceVisitor extends Object
AbstractResourceVisitor
helps in traversing a
resource tree by decoupling the actual traversal code
from application code. Concrete subclasses should implement
the ResourceVisitor#visit(Resource)
method.Constructor and Description |
---|
AbstractResourceVisitor() |
public void accept(Resource res)
res
- The resource"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"