Class JavadocTool.PackageTable.Entry

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.Boolean excluded  
      (package private) com.sun.tools.javac.util.List<javax.tools.JavaFileObject> files  
      (package private) java.lang.String name  
    • Constructor Summary

      Constructors 
      Constructor Description
      Entry​(java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) boolean isExcluded()  
      • Methods inherited from class java.lang.Object

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

      • name

        final java.lang.String name
      • excluded

        java.lang.Boolean excluded
      • files

        com.sun.tools.javac.util.List<javax.tools.JavaFileObject> files
    • Constructor Detail

      • Entry

        Entry​(java.lang.String name)
    • Method Detail

      • isExcluded

        boolean isExcluded()