Package com.iizigo.javadoc
Class Finder
java.lang.Object
com.iizigo.javadoc.Finder
Finder class used to locate the JavaDoc on the classpath for JavaDoc help in IIZI Projects.
- Author:
- Christopher Mindus
Constructor Summary
ConstructorsMethod Summary
Modifier and TypeMethodDescriptionstatic IClasspathAttribute[]
Gets the extra classpath attributes array.static URL
Returns the URL for this plugin's root classpath.static void
Sets the classpath attributes for quicker access.
Constructor Details
Finder
public Finder()
Method Details
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
Sets the classpath attributes for quicker access.- Parameters:
attrs
- The calculated classpath attributes.
getClasspathAttributes
Gets the extra classpath attributes array.- Returns:
- The calculated classpath attributes, or null if never set previously.