wt.boot
Class JarInstaller.SharedJarFile
java.lang.Object
java.util.zip.ZipFile
wt.boot.JarInstaller.SharedJarFile
- All Implemented Interfaces:
- ZipConstants
- Enclosing class:
- JarInstaller
- static class JarInstaller.SharedJarFile
- extends ZipFile
Nested classes inherited from class java.util.zip.ZipFile |
|
Fields inherited from class java.util.zip.ZipFile |
CENATT, CENATX, CENCOM, CENCRC, CENDSK, CENEXT, CENFLG, CENHDR, CENHOW, CENLEN, CENNAM, CENOFF, CENSIG, CENSIZ, CENTIM, CENVEM, CENVER, ENDCOM, ENDHDR, ENDOFF, ENDSIG, ENDSIZ, ENDSUB, ENDTOT, EXTCRC, EXTHDR, EXTLEN, EXTSIG, EXTSIZ, LOCCRC, LOCEXT, LOCFLG, LOCHDR, LOCHOW, LOCLEN, LOCNAM, LOCSIG, LOCSIZ, LOCTIM, LOCVER, OPEN_DELETE, OPEN_READ |
cache
private static Vector cache
jarFileName
private String jarFileName
lastModified
private long lastModified
verbose
boolean verbose
refCount
private int refCount
JarInstaller.SharedJarFile
private JarInstaller.SharedJarFile(File jar_file,
long last_modified,
boolean verbose)
throws IOException
close
public void close()
throws IOException
- Throws:
IOException
getSharedJarFile
static JarInstaller.SharedJarFile getSharedJarFile(File jar_file,
long last_modified,
boolean verbose)
throws IOException
- Throws:
IOException
closeSharedJarFile
static void closeSharedJarFile(File jar_file,
boolean verbose)
throws IOException
- Throws:
IOException