com.izforge.izpack.event
Class SummaryLoggerInstallerListener

java.lang.Object
  extended by com.izforge.izpack.event.SimpleInstallerListener
      extended by com.izforge.izpack.event.SummaryLoggerInstallerListener
All Implemented Interfaces:
InstallerListener

public class SummaryLoggerInstallerListener
extends SimpleInstallerListener

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

Author:
Klaus Bartz

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

SummaryLoggerInstallerListener

public SummaryLoggerInstallerListener()
Default constructor.

Method Detail

afterPacks

public void afterPacks(AutomatedInstallData idata,
                       AbstractUIProgressHandler handler)
                throws java.lang.Exception
Description copied from interface: InstallerListener
This method will be called from the unpacker after the installation of all packs was performed.

Specified by:
afterPacks in interface InstallerListener
Overrides:
afterPacks in class SimpleInstallerListener
Parameters:
idata - object containing the current installation data
handler - a handler to the current used UIProgressHandler
Throws:
java.lang.Exception