net.sourceforge.groboutils.pmti.v1
Interface IProblemManagerInfo

All Known Implementing Classes:
DefaultProblemManagerInfo

public interface IProblemManagerInfo

Information about the owning problem manager.

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

Method Summary
 java.lang.String getDefaultType()
           
 java.lang.String[] getIssueTypes()
          Returns a list of all known types of issues, which can be used in the creation of a new issue through createIssue( String ).
 IIssueTypeInfo getTypeInfo(java.lang.String type)
          Returns all relevant meta-information about the issues of the given type.
 

Method Detail

getIssueTypes

public java.lang.String[] getIssueTypes()
Returns a list of all known types of issues, which can be used in the creation of a new issue through createIssue( String ).


getDefaultType

public java.lang.String getDefaultType()

getTypeInfo

public IIssueTypeInfo getTypeInfo(java.lang.String type)
Returns all relevant meta-information about the issues of the given type.



Copyright © 2001-2003 by The GroboUtils Project