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
IOException
FileNotFoundException
public void read(PackageInfo packageInfo, File file) throws IOException, FileNotFoundException
IOException
FileNotFoundException
public void read(PackageInfo packageInfo, InputStream is) throws IOException
IOException
public void read(PackageInfo packageInfo, Properties properties)