net.sourceforge.groboutils.pmti.v1.defimpl
Class DefaultProblemManagerInfo

java.lang.Object
  extended bynet.sourceforge.groboutils.pmti.v1.defimpl.DefaultProblemManagerInfo
All Implemented Interfaces:
IProblemManagerInfo

public class DefaultProblemManagerInfo
extends java.lang.Object
implements IProblemManagerInfo

Information about the owning problem manager.

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

Constructor Summary
DefaultProblemManagerInfo(java.lang.String dt, IIssueTypeInfo[] t)
          There must be at least one type info, and the passed-in default type (dt) must be contained within the set.
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultProblemManagerInfo

public DefaultProblemManagerInfo(java.lang.String dt,
                                 IIssueTypeInfo[] t)
There must be at least one type info, and the passed-in default type (dt) must be contained within the set.

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 ).

Specified by:
getIssueTypes in interface IProblemManagerInfo

getDefaultType

public java.lang.String getDefaultType()
Specified by:
getDefaultType in interface IProblemManagerInfo

getTypeInfo

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

Specified by:
getTypeInfo in interface IProblemManagerInfo


Copyright © 2001-2003 by The GroboUtils Project