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