| Package | Description |
|---|---|
| oracle.ide.net |
Provides a virtual file system framework based on java.net.URL.
|
| Modifier and Type | Method and Description |
|---|---|
JarIndexEntry |
JarIndex.getEntryAt(int i)
Deprecated.
Use
JarIndex.visit(Visitor) to iterate the index entries.
The index passed to this method may be invalid if the JAR file has changed
on disk. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JarIndex.Visitor.visit(JarIndexEntry entry)
Visit a JAR index entry.
|