net.refractions.udig.issues
Class IssuesListUtil

java.lang.Object
  extended by net.refractions.udig.issues.IssuesListUtil

public final class IssuesListUtil
extends java.lang.Object

Author:
Jesse

Method Summary
static IIssue createIssue(java.lang.String extensionPointID)
          Looks up the issue type from the extension point ID.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createIssue

public static IIssue createIssue(java.lang.String extensionPointID)
Looks up the issue type from the extension point ID. If the current installation does not have the extension then null is returned. Look in the log for the reason.

Parameters:
extensionPointID -
Returns:
Throws:
CoreException