Class InstallZip
java.lang.Object
de.intarsys.tools.installresource.Install
de.intarsys.tools.installresource.InstallZip
An abstraction to access a directory structure to be deployed along with the
application via the class loader. Initially a ZIP file is searched. The ZIP
is expanded to a temporary directory.
-
Field Summary
Fields inherited from class de.intarsys.tools.installresource.Install
classLoader, files, name, path
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.intarsys.tools.installresource.Install
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, setPlatformId
-
Constructor Details
-
InstallZip
-
-
Method Details
-
loadEntry
protected void loadEntry(File parent, ZipFile zipFile, ZipEntry entry) throws IOException, FileNotFoundException - Throws:
IOException
FileNotFoundException
-
loadURL
- Specified by:
loadURL
in classInstall
- Throws:
IOException
-
loadZip
- Throws:
ZipException
IOException
-