|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.izforge.izpack.event.SimpleInstallerListener
com.izforge.izpack.event.SummaryLoggerInstallerListener
public class SummaryLoggerInstallerListener
Installer listener which writes the summary of all panels into the logfile which is defined by info.summarylogfilepath. Default is $INSTALL_PATH/Uninstaller/InstallSummary.htm
Field Summary |
---|
Fields inherited from class com.izforge.izpack.event.SimpleInstallerListener |
---|
doInformProgressBar, LANG_FILE_NAME, langpack |
Fields inherited from interface com.izforge.izpack.event.InstallerListener |
---|
AFTER_DIR, AFTER_FILE, AFTER_PACK, AFTER_PACKS, BEFORE_DIR, BEFORE_FILE, BEFORE_PACK, BEFORE_PACKS |
Constructor Summary | |
---|---|
SummaryLoggerInstallerListener()
Default constructor. |
Method Summary | |
---|---|
void |
afterPacks(AutomatedInstallData idata,
AbstractUIProgressHandler handler)
This method will be called from the unpacker after the installation of all packs was performed. |
Methods inherited from class com.izforge.izpack.event.SimpleInstallerListener |
---|
afterDir, afterFile, afterPack, beforeDir, beforeFile, beforePack, beforePacks, getInstalldata, getMsg, getProgressBarCallerCount, getProgressBarCallerId, getSpecHelper, informProgressBar, isFileListener, setInstalldata, setProgressBarCaller, setSpecHelper |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SummaryLoggerInstallerListener()
Method Detail |
---|
public void afterPacks(AutomatedInstallData idata, AbstractUIProgressHandler handler) throws java.lang.Exception
InstallerListener
afterPacks
in interface InstallerListener
afterPacks
in class SimpleInstallerListener
idata
- object containing the current installation datahandler
- a handler to the current used UIProgressHandler
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |