| java.lang.Object net.sourceforge.groboutils.pmti.v1.itf.ITFReadProblemManager
ITFReadProblemManager | public class ITFReadProblemManager implements IProblemManager(Code) | | A read-only ProblemManager for the ITF section of the PMTI framework. No
states are supported.
author: Matt Albrecht groboclown@users.sourceforge.net version: $Date: 2003/02/10 22:51:59 $ since: July 12, 2002 |
ITFReadProblemManager | public ITFReadProblemManager(IParser parsers)(Code) | | |
ITFReadProblemManager | public ITFReadProblemManager(IParser[] parsers)(Code) | | |
getIssueByID | public IIssue getIssueByID(String id)(Code) | | Returns the issue associated with the given unique issue ID. If no such
issue exists, then null is returned. Note that the returned
element is a non-editable version of the issue.
|
getIssueIDs | public String[] getIssueIDs()(Code) | | Returns a list of all issue IDs known by the PMT. This may be an
extremely expensive operation, depending on the size of the underlying
system. This call must never return null.
|
getIssueIDsForTemplate | public String[] getIssueIDsForTemplate(IIssue issue)(Code) | | Returns all issue IDs that match the given 'template'. A template is
an issue where all null values are considered 'wildcards',
so that a null state, for instance, would match for any
state object. May change the template in the future to a different
but similar type to allow for regular-expressions.
|
getProblemManagerInfo | public IProblemManagerInfo getProblemManagerInfo()(Code) | | Returns all meta-data for this problem management tracker.
|
setupInfo | protected void setupInfo()(Code) | | |
|
|