|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.izforge.izpack.installer.UnpackerBase
com.izforge.izpack.installer.Unpacker
public class Unpacker
Unpacker class.
| Field Summary | |
|---|---|
private static java.lang.String |
tempSubPath
|
private java.util.jar.Pack200.Unpacker |
unpacker
|
| Fields inherited from class com.izforge.izpack.installer.UnpackerBase |
|---|
absolute_installpath, ALIVE, discardInterrupt, handler, idata, instances, INTERRUPT, interruptDesired, INTERRUPTED, LANG_FILE_NAME, langpack, result, rules, udata, vs |
| Constructor Summary | |
|---|---|
Unpacker(AutomatedInstallData idata,
AbstractUIProgressHandler handler)
The constructor. |
|
| Method Summary | |
|---|---|
private java.util.jar.Pack200.Unpacker |
getPack200Unpacker()
|
private java.io.InputStream |
getPackAsStream(java.lang.String packid,
boolean uninstall)
Returns a stream to a pack, location depending on if it's web based. |
void |
run()
|
| Methods inherited from class com.izforge.izpack.installer.UnpackerBase |
|---|
addToInstances, getAbsolutInstallSource, getCustomActions, getResult, getRunningInstances, handleAdditionalUninstallData, informListeners, interruptAll, isDiscardInterrupt, isInterruptDesired, mkDirsWithEnhancement, performInterrupted, performUpdateChecks, putUninstaller, removeFromInstances, setDiscardInterrupt, setRules, writeInstallationInformation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final java.lang.String tempSubPath
private java.util.jar.Pack200.Unpacker unpacker
| Constructor Detail |
|---|
public Unpacker(AutomatedInstallData idata,
AbstractUIProgressHandler handler)
idata - The installation data.handler - The installation progress handler.| Method Detail |
|---|
public void run()
run in interface java.lang.Runnablerun in class UnpackerBaseprivate java.util.jar.Pack200.Unpacker getPack200Unpacker()
private java.io.InputStream getPackAsStream(java.lang.String packid,
boolean uninstall)
throws java.lang.Exception
uninstall - true if pack must be uninstalled
java.lang.Exception - Description of the Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||