Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.ide.net
Interface JarIndex.Visitor

Enclosing class:
JarIndex

public static interface JarIndex.Visitor

Visits entries in this index.

See Also:
JarIndex.visit(oracle.ide.net.JarIndex.Visitor)

Method Summary
 boolean visit(JarIndexEntry entry)
          Visit a JAR index entry.

 

Method Detail

visit

boolean visit(JarIndexEntry entry)
Visit a JAR index entry.
Parameters:
entry - the entry to visit
Returns:
true to continue visiting entries, false to stop

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


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