public class InstallZip extends Install
classLoader, files, name, path| Constructor and Description |
|---|
InstallZip(java.lang.String path,
java.lang.String name,
boolean platformDependent) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
loadEntry(java.io.File parent,
java.util.zip.ZipFile zipFile,
java.util.zip.ZipEntry entry) |
protected java.io.File |
loadURL(java.net.URL url) |
protected void |
loadZip(java.io.File zip,
java.io.File parent) |
copy, createPlatformFallbackId, createPlatformId, delete, deleteOnExit, find, getClassLoader, getFile, getFiles, getName, getPath, getPlatformDefaultId, getPlatformFallbackId, getPlatformId, getResourceNameDefault, getResourceNameFallback, getResourceNameFull, getResourceNamePlain, isPlatformDependent, load, loadAll, open, prefix, setClassLoader, setPlatformFallbackId, setPlatformIdpublic InstallZip(java.lang.String path,
java.lang.String name,
boolean platformDependent)
protected void loadEntry(java.io.File parent,
java.util.zip.ZipFile zipFile,
java.util.zip.ZipEntry entry)
throws java.io.IOException,
java.io.FileNotFoundException
java.io.IOExceptionjava.io.FileNotFoundExceptionprotected java.io.File loadURL(java.net.URL url)
throws java.io.IOException
protected void loadZip(java.io.File zip,
java.io.File parent)
throws java.util.zip.ZipException,
java.io.IOException
java.util.zip.ZipExceptionjava.io.IOException