Package | Description |
---|---|
oracle.ide.net |
Provides a virtual file system framework based on java.net.URL.
|
Modifier and Type | Method and Description |
---|---|
static JarIndex |
JarIndex.getInstance(java.net.URL jarFileURL)
Get a
JarIndex instance. |
static JarIndex |
JarUtil.getJarIndex(java.net.URL jarURL)
Returns the
JarIndex object that represents an index
of the contents of the specified jar file. |
static JarIndex |
JarUtil.getJarIndex(java.net.URL jarURL,
boolean full)
Deprecated.
use #getJarIndex(URL)
|