public class InstallerInfoFileReader extends java.lang.Object implements PackageInfoReader
| Constructor and Description |
|---|
InstallerInfoFileReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
read(PackageInfo installerInfoResource,
java.io.File file)
Reads and parses the install.info file and creates one object that
contains the information.
|
void |
read(PackageInfo installerInfoResource,
java.io.InputStream is)
Reads and parses the install.info file and creates one object that
contains the information.
|
void |
read(PackageInfo installerInfoResource,
java.lang.String fileName)
Reads and parses the install.info file and creates one object that
contains the information.
|
public void read(PackageInfo installerInfoResource, java.lang.String fileName) throws InstallerInfoFileException
fileName - The file name that contains the install.info information.InstallerInfoFileExceptionpublic void read(PackageInfo installerInfoResource, java.io.File file) throws InstallerInfoFileException
file - The file that contains the install.info information.InstallerInfoFileExceptionpublic void read(PackageInfo installerInfoResource, java.io.InputStream is) throws InstallerInfoFileException
read in interface PackageInfoReaderis - The input stream that contains the install.info information.InstallerInfoFileException