com.izforge.izpack.installer.base
Interface InstallerBase

All Known Implementing Classes:
AutomatedInstaller, ConsoleInstaller, InstallerFrame

public interface InstallerBase

Interface that all installe types must adhere to. This includes ConsoleInstaller, AutomatedInstaller and InstallerFrame.

Author:
Jonathan Halliday, Julien Ponge

Method Summary
 void writeInstallationRecord(File file, UninstallData uninstallData)
          Write the automatic installation
 

Method Detail

writeInstallationRecord

void writeInstallationRecord(File file,
                             UninstallData uninstallData)
                             throws Exception
Write the automatic installation

Parameters:
file -
uninstallData -
Throws:
Exception


Copyright © 2018. All rights reserved.