public class PackageInfoFileReader extends Object
| Constructor and Description |
|---|
PackageInfoFileReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
read(PackageInfo packageInfo,
File file) |
void |
read(PackageInfo packageInfo,
InputStream is) |
void |
read(PackageInfo packageInfo,
Properties properties) |
void |
read(PackageInfo packageInfo,
String fileName) |
public void read(PackageInfo packageInfo, String fileName) throws IOException, FileNotFoundException
IOExceptionFileNotFoundExceptionpublic void read(PackageInfo packageInfo, File file) throws IOException, FileNotFoundException
IOExceptionFileNotFoundExceptionpublic void read(PackageInfo packageInfo, InputStream is) throws IOException
IOExceptionpublic void read(PackageInfo packageInfo, Properties properties)