Class InstallerInfoFileWriter

java.lang.Object
org.gvsig.installer.lib.impl.info.InstallerInfoFileWriter
All Implemented Interfaces:
org.gvsig.installer.lib.api.PackageInfoWriter

public class InstallerInfoFileWriter extends Object implements org.gvsig.installer.lib.api.PackageInfoWriter
Author:
Jorge Piera Llodrá
  • Constructor Details

    • InstallerInfoFileWriter

      public InstallerInfoFileWriter()
  • Method Details

    • write

      public void write(org.gvsig.installer.lib.api.PackageInfo installInfo, String fileName) throws org.gvsig.installer.lib.spi.InstallerInfoFileException
      Writes the install.info file
      Parameters:
      installInfo - The installation information
      fileName - The file name to write the installation information
      Throws:
      org.gvsig.installer.lib.spi.InstallerInfoFileException
    • write

      public void write(org.gvsig.installer.lib.api.PackageInfo installInfo, File file) throws org.gvsig.installer.lib.spi.InstallerInfoFileException
      Writes the install.info file
      Parameters:
      installInfo - The installation information
      file - The file to write the installation information
      Throws:
      org.gvsig.installer.lib.spi.InstallerInfoFileException
    • write

      public void write(org.gvsig.installer.lib.api.PackageInfo installInfo, OutputStream os) throws org.gvsig.installer.lib.spi.InstallerInfoFileException
      Writes the install.info file
      Specified by:
      write in interface org.gvsig.installer.lib.api.PackageInfoWriter
      Parameters:
      installInfo - The installation information
      os - The file to write the installation information
      Throws:
      org.gvsig.installer.lib.spi.InstallerInfoFileException