Class JavadocRunner


  • public class JavadocRunner
    extends com.sun.javadoc.Doclet

    This class does its best to encapsulate and make threadsafe the nastiness that is the javadoc 'invocation' API.

    • Constructor Summary

      Constructors 
      Constructor Description
      JavadocRunner()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static JavadocRunner newInstance()  
      static boolean start​(com.sun.javadoc.RootDoc root)  
      • Methods inherited from class com.sun.javadoc.Doclet

        languageVersion, optionLength, validOptions
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JavadocRunner

        public JavadocRunner()
    • Method Detail

      • start

        public static boolean start​(com.sun.javadoc.RootDoc root)