Uses of Interface
net.sourceforge.groboutils.pmti.v1.itf.parser.IParser

Packages that use IParser
net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml   
net.sourceforge.groboutils.pmti.v1.itf The Issue Traceability Framework
net.sourceforge.groboutils.pmti.v1.itf.parser   
 

Uses of IParser in net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml
 

Classes in net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml that implement IParser
 class XMLFileParser
          Parses the output of XMLFileServer.
 

Methods in net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml that return IParser
 IParser[] XMLFileParserGenerator.createParsers()
          Generate a collection of parsers which know how to create test records.
protected  IParser XMLFileParserGenerator.createParser(java.io.File issueFile)
           
 

Uses of IParser in net.sourceforge.groboutils.pmti.v1.itf
 

Methods in net.sourceforge.groboutils.pmti.v1.itf with parameters of type IParser
protected  void ITFReadProblemManager.loadParser(IParser p)
           
 

Constructors in net.sourceforge.groboutils.pmti.v1.itf with parameters of type IParser
ITFReadProblemManager(IParser parsers)
           
ITFReadProblemManager(IParser[] parsers)
           
 

Uses of IParser in net.sourceforge.groboutils.pmti.v1.itf.parser
 

Classes in net.sourceforge.groboutils.pmti.v1.itf.parser that implement IParser
 class AbstractParser
          Encapsulates all the data needed to reflect an issue reported by a testcase.
 

Methods in net.sourceforge.groboutils.pmti.v1.itf.parser that return IParser
 IParser[] IParserGenerator.createParsers()
          Generate a collection of parsers which know how to create test records.
 

Methods in net.sourceforge.groboutils.pmti.v1.itf.parser with parameters of type IParser
 void IParserCollator.addParser(IParser p)
          Adds a new parser to the internal collection.
 void DefaultParserCollator.addParser(IParser p)
          Adds a new parser to the internal collection.
 



Copyright © 2001-2003 by The GroboUtils Project