org.af.commons.widgets.vi
Class VReader

java.lang.Object
  extended by org.af.commons.widgets.vi.VReader

public class VReader
extends Object


Constructor Summary
VReader(List<InputStream> inputStreamList, Comparator<String> comparator)
           
 
Method Summary
 void apply(Node node)
           
 List<VInfo> getInfosSince(String version)
           
 void readFiles(List<InputStream> inputStreamList)
          Notice that there is only ONE information shown for each version number (the last in the List).
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VReader

public VReader(List<InputStream> inputStreamList,
               Comparator<String> comparator)
        throws ParserConfigurationException,
               SAXException,
               IOException
Throws:
ParserConfigurationException
SAXException
IOException
Method Detail

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