Class Finder

java.lang.Object
com.iizigo.javadoc.Finder

public class Finder extends Object
Finder class used to locate the JavaDoc on the classpath for JavaDoc help in IIZI Projects.
Author:
Christopher Mindus
  • Constructor Details

    • Finder

      public Finder()
  • Method Details

    • getRootURL

      public static URL getRootURL()
      Returns the URL for this plugin's root classpath. It is used for JavaDoc path lookup.
      Returns:
      The unresolved URL to the root of the classpath of this plugin.
    • setClasspathAttributes

      public static void setClasspathAttributes(org.eclipse.jdt.core.IClasspathAttribute[] attrs)
      Sets the classpath attributes for quicker access.
      Parameters:
      attrs - The calculated classpath attributes.
    • getClasspathAttributes

      public static org.eclipse.jdt.core.IClasspathAttribute[] getClasspathAttributes()
      Gets the extra classpath attributes array.
      Returns:
      The calculated classpath attributes, or null if never set previously.