org.af.commons.widgets.vi
Class VReader
java.lang.Object
org.af.commons.widgets.vi.VReader
public class VReader
- extends Object
VReader
public VReader(List<InputStream> inputStreamList,
Comparator<String> comparator)
throws ParserConfigurationException,
SAXException,
IOException
- Throws:
ParserConfigurationException
SAXException
IOException
apply
public void apply(Node node)
getInfosSince
public List<VInfo> getInfosSince(String version)
readFiles
public void readFiles(List<InputStream> inputStreamList)
throws ParserConfigurationException,
SAXException,
IOException
- Notice that there is only ONE information shown for each version number (the last in the List).
- Parameters:
inputStreamList -
- Throws:
ParserConfigurationException
SAXException
IOException