Class JavadocResults


  • public class JavadocResults
    extends java.lang.Object

    Used by JavadocRunner to ensure that we always stash the results of a javadoc run in a place where we can get them. This is particularly painful because one implements a javdoc doclet by providing a static callback method. In the case of multiple classloaders, extra care must be taken to ensure that we can stash away the RootDoc result received in the callback and retrieve it later.

    • Constructor Detail

      • JavadocResults

        public JavadocResults()
    • Method Detail

      • prepare

        public static void prepare()
      • setRoot

        public static void setRoot​(com.sun.javadoc.RootDoc root)
      • getRoot

        public static com.sun.javadoc.RootDoc getRoot()
      • _setRoot

        public void _setRoot​(com.sun.javadoc.RootDoc root)
      • _getRoot

        public com.sun.javadoc.RootDoc _getRoot()