henplus.importparser
Class ImportParser

java.lang.Object
  extended by henplus.importparser.ImportParser

public class ImportParser
extends Object

A Parser for a


Constructor Summary
ImportParser(TypeParser[] parsers, String colDelim, String rowDelim)
           
 
Method Summary
static void main(String[] argv)
           
 void parse(Reader input, ValueRecipient recipient)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportParser

public ImportParser(TypeParser[] parsers,
                    String colDelim,
                    String rowDelim)
Method Detail

parse

public void parse(Reader input,
                  ValueRecipient recipient)
           throws Exception
Throws:
Exception

main

public static void main(String[] argv)
                 throws Exception
Throws:
Exception


? 1997..2006 Henner Zeller