net.sf.parcinj.example.list
Class ListParser<P extends ListProcessor>

java.lang.Object
  extended by net.sf.parcinj.example.list.ListParser<P>

public class ListParser<P extends ListProcessor>
extends java.lang.Object


Constructor Summary
ListParser()
           
 
Method Summary
 void parse(java.io.Reader reader, P processor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListParser

public ListParser()
Method Detail

parse

public void parse(java.io.Reader reader,
                  P processor)