Package com.iizigo.javadoc
Class Finder
- java.lang.Object
-
- com.iizigo.javadoc.Finder
-
public class Finder extends java.lang.Object
Finder class used to locate the JavaDoc on the classpath for JavaDoc help in iizi Projects.- Author:
- Christopher Mindus
-
-
Constructor Summary
Constructors Constructor Description Finder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.eclipse.jdt.core.IClasspathAttribute[]
getClasspathAttributes()
Gets the extra classpath attributes array.static java.net.URL
getRootURL()
Returns the URL for this plugin's root classpath.static void
setClasspathAttributes(org.eclipse.jdt.core.IClasspathAttribute[] attrs)
Sets the classpath attributes for quicker access.
-
-
-
Method Detail
-
getRootURL
public static java.net.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.
-
-