com.izforge.izpack.installer.unpacker
Class Unpacker
java.lang.Object
com.izforge.izpack.installer.unpacker.UnpackerBase
com.izforge.izpack.installer.unpacker.Unpacker
- All Implemented Interfaces:
- IUnpacker, Runnable
public class Unpacker
- extends UnpackerBase
Unpacker class.
- Author:
- Julien Ponge, Johannes Lehtinen, Tim Anderson
| Methods inherited from class com.izforge.izpack.installer.unpacker.UnpackerBase |
checkInterrupt, cleanup, createDirectory, createFileUnpacker, extract, getInstallData, getPrompt, getResources, getResult, getStepName, getUninstallData, getVariableSubstitutor, handleOverrideRename, interrupt, isConditionTrue, isInterruptDisabled, isInterrupted, isOverwriteFile, performUpdateChecks, postUnpack, preUnpack, readExecutableFiles, readParsableFiles, readUpdateChecks, run, setDisableInterrupt, setProgressListener, setResult, shouldUnpack, skip, skip, unpack, unpack, unpack, unpack, writeInstallationInformation |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Unpacker
public Unpacker(InstallData installData,
PackResources resources,
RulesEngine rules,
VariableSubstitutor variableSubstitutor,
UninstallData uninstallData,
FileQueueFactory factory,
Housekeeper housekeeper,
InstallerListeners listeners,
Prompt prompt,
PlatformModelMatcher matcher)
- Constructs an Unpacker.
- Parameters:
installData - the installation dataresources - the pack resourcesrules - the rules enginevariableSubstitutor - the variable substituteruninstallData - the uninstallation datafactory - the file queue factoryhousekeeper - the housekeeperlisteners - the listenersmatcher - the platform-model matcher
Copyright © 2018. All rights reserved.