net.sourceforge.groboutils.pmti.v1.itf.parser
Class AbstractParser

java.lang.Object
  extended bynet.sourceforge.groboutils.pmti.v1.itf.parser.AbstractParser
All Implemented Interfaces:
IParser
Direct Known Subclasses:
XMLFileParser

public abstract class AbstractParser
extends java.lang.Object
implements IParser

Encapsulates all the data needed to reflect an issue reported by a testcase.

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

Constructor Summary
AbstractParser()
           
 
Method Summary
protected  void addRecord(ITestIssueRecord tir)
           
protected abstract  void findRecords()
          Finds all the records, and registers each one with the addRecord() method.
 ITestIssueRecord[] parse()
          Parse up the internal data into test issue records.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractParser

public AbstractParser()
Method Detail

parse

public ITestIssueRecord[] parse()
Parse up the internal data into test issue records.

Specified by:
parse in interface IParser

findRecords

protected abstract void findRecords()
Finds all the records, and registers each one with the addRecord() method.


addRecord

protected void addRecord(ITestIssueRecord tir)


Copyright © 2001-2003 by The GroboUtils Project