public class InstallerInfoFileWriter extends java.lang.Object implements PackageInfoWriter
Constructor and Description |
---|
InstallerInfoFileWriter() |
Modifier and Type | Method and Description |
---|---|
void |
write(PackageInfo installInfo,
java.io.File file)
Writes the install.info file
|
void |
write(PackageInfo installInfo,
java.io.OutputStream os)
Writes the install.info file
|
void |
write(PackageInfo installInfo,
java.lang.String fileName)
Writes the install.info file
|
public void write(PackageInfo installInfo, java.lang.String fileName) throws InstallerInfoFileException
fileName
- The file name to write the installation informationinstallInfo
- The installation informationInstallerInfoFileException
public void write(PackageInfo installInfo, java.io.File file) throws InstallerInfoFileException
file
- The file to write the installation informationinstallInfo
- The installation informationInstallerInfoFileException
public void write(PackageInfo installInfo, java.io.OutputStream os) throws InstallerInfoFileException
write
in interface PackageInfoWriter
os
- The file to write the installation informationinstallInfo
- The installation informationInstallerInfoFileException