Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 2 (11.1.2.3.0)

E17486-04


oracle.adf.share.common.rc.util
Interface MetadataRegistry.PathVisitor2

All Superinterfaces:
MetadataRegistry.PathVisitor
All Known Implementing Classes:
DefaultPathVisitor
Enclosing class:
MetadataRegistry

public static interface MetadataRegistry.PathVisitor2
extends MetadataRegistry.PathVisitor

Pass an instance of this interface to the visitRegistryPaths method. This newer version passes the class loader from the visitor initiator through to the visited, and allows the visited to stop the iteration by returning false. When this class is used the deprecated visit method will not be called at all. It remains for legacy code migration reasons only.

See Also:
DefaultPathVisitor

Method Summary
 boolean visit(MetadataRegistry reg, org.w3c.dom.Document registrydocument, java.net.URL registryUrl, java.lang.String pathOnly, java.lang.ClassLoader loader)
           

 

Methods inherited from interface oracle.adf.share.common.rc.util.MetadataRegistry.PathVisitor
visit

 

Method Detail

visit

boolean visit(MetadataRegistry reg,
              org.w3c.dom.Document registrydocument,
              java.net.URL registryUrl,
              java.lang.String pathOnly,
              java.lang.ClassLoader loader)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 2 (11.1.2.3.0)

E17486-04


Copyright © 1997, 2012, Oracle. All rights reserved.