src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/DocPaths.java
changeset 50167 cc705c956798
parent 49569 d4d2f634b72f
child 50394 89dc31d7572b
--- a/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/DocPaths.java	Thu May 17 08:41:01 2018 -0700
+++ b/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/DocPaths.java	Thu May 17 12:59:53 2018 -0700
@@ -57,6 +57,12 @@
     /** The name of the file for all classes, using frames. */
     public static final DocPath ALLCLASSES_FRAME = DocPath.create("allclasses-frame.html");
 
+    /** The name of the file for all classes index. */
+    public static final DocPath ALLCLASSES_INDEX = DocPath.create("allclasses-index.html");
+
+    /** The name of the file for all packages index. */
+    public static final DocPath ALLPACKAGES_INDEX = DocPath.create("allpackages-index.html");
+
     /** The name of the file for all classes, without using frames. */
     public static final DocPath ALLCLASSES_NOFRAME = DocPath.create("allclasses-noframe.html");