Class CreateJavadocIndex


  • public final class CreateJavadocIndex
    extends java.lang.Object
    CreateJavadocIndex reads index-all.html API documentation files and outputs an index that Emacs can use for looking up Java documentation.

    With no arguments, it uses a default list from file ~/.javadoc-index-files .

    For example, run it like this:

     java -cp .../javadoc-lookup/build/libs/javadoclookup-all.jar \
       org.plumelib.javadoclookup.CreateJavadocIndex > ~/.javadoc-index.el
     
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Scan the specified file(s) for API documentation index and print the corresponding entries.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException
        Scan the specified file(s) for API documentation index and print the corresponding entries.
        Parameters:
        args - command-line arguments: index-all.html files
        Throws:
        java.io.IOException - if there is a problem reading a file