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