| java.lang.Object org.netbeans.modules.visualweb.project.jsf.libraries.JavadocForBinaryQueryLibraryImpl
JavadocForBinaryQueryLibraryImpl | public class JavadocForBinaryQueryLibraryImpl implements JavadocForBinaryQueryImplementation(Code) | | Implementation of Javadoc query for the library.
author: Po-Ting Wu |
Method Summary | |
public JavadocForBinaryQuery.Result | findJavadoc(URL b) | static boolean | isValidLibraryJavadocRoot(URL rootURL) Tests if the query accepts the root as valid JavadocRoot,
the query accepts the JavaDoc root, if it can find the index-files
or index-all.html in the root. |
JavadocForBinaryQueryLibraryImpl | public JavadocForBinaryQueryLibraryImpl()(Code) | | Default constructor for lookup.
|
findJavadoc | public JavadocForBinaryQuery.Result findJavadoc(URL b)(Code) | | |
isValidLibraryJavadocRoot | static boolean isValidLibraryJavadocRoot(URL rootURL)(Code) | | Tests if the query accepts the root as valid JavadocRoot,
the query accepts the JavaDoc root, if it can find the index-files
or index-all.html in the root.
Parameters: rootURL - the javadoc root true if the root is a valid Javadoc root |
|
|