Uses of Interface
net.sourceforge.groboutils.pmti.v1.IIssueTypeInfo

Packages that use IIssueTypeInfo
net.sourceforge.groboutils.pmti.v1   
net.sourceforge.groboutils.pmti.v1.defimpl   
 

Uses of IIssueTypeInfo in net.sourceforge.groboutils.pmti.v1
 

Methods in net.sourceforge.groboutils.pmti.v1 that return IIssueTypeInfo
 IIssueTypeInfo IProblemManagerInfo.getTypeInfo(java.lang.String type)
          Returns all relevant meta-information about the issues of the given type.
 

Uses of IIssueTypeInfo in net.sourceforge.groboutils.pmti.v1.defimpl
 

Classes in net.sourceforge.groboutils.pmti.v1.defimpl that implement IIssueTypeInfo
 class DefaultIssueTypeInfo
          Information about the owning problem manager.
 

Methods in net.sourceforge.groboutils.pmti.v1.defimpl that return IIssueTypeInfo
 IIssueTypeInfo DefaultProblemManagerInfo.getTypeInfo(java.lang.String type)
          Returns all relevant meta-information about the issues of the given type.
 

Constructors in net.sourceforge.groboutils.pmti.v1.defimpl with parameters of type IIssueTypeInfo
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.
 



Copyright © 2001-2003 by The GroboUtils Project