net.sourceforge.groboutils.pmti.v1.itf.parser
Interface IParserGenerator

All Known Implementing Classes:
XMLFileParserGenerator

public interface IParserGenerator

Generates a collection of parsers which know how to parse small sets of data into test records.

Since:
July 7, 2002
Version:
$Date: 2003/02/10 22:52:01 $
Author:
Matt Albrecht groboclown@users.sourceforge.net

Method Summary
 IParser[] createParsers()
          Generate a collection of parsers which know how to create test records.
 

Method Detail

createParsers

public IParser[] createParsers()
Generate a collection of parsers which know how to create test records.



Copyright © 2001-2003 by The GroboUtils Project