< prev index next >

src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/DocPaths.java

Print this page




  92      */
  93     public static DocPath indexN(int n) {
  94         return DocPath.create("index-" + n + ".html");
  95     }
  96 
  97     /** The name of the default javascript file. */
  98     public static final DocPath JAVASCRIPT = DocPath.create("script.js");
  99 
 100     /** The name of the directory for the jQuery. */
 101     public static final DocPath JQUERY_FILES = DocPath.create("script-dir");
 102 
 103     /** The name of the default jQuery stylesheet file. */
 104     public static final DocPath JQUERY_STYLESHEET_FILE = DocPath.create("jquery-ui.css");
 105 
 106     /** The name of the default jQuery javascript file. */
 107     public static final DocPath JQUERY_JS_3_4 = DocPath.create("jquery-3.4.1.js");
 108 
 109     /** The name of the default jQuery javascript file. */
 110     public static final DocPath JQUERY_JS = DocPath.create("jquery-ui.js");
 111 
 112     /** The name of the default jszip javascript file. */
 113     public static final DocPath JSZIP = DocPath.create("jszip/dist/jszip.js");
 114 
 115     /** The name of the default jszip javascript file. */
 116     public static final DocPath JSZIP_MIN = DocPath.create("jszip/dist/jszip.min.js");
 117 
 118     /** The name of the default jszip-utils javascript file. */
 119     public static final DocPath JSZIPUTILS = DocPath.create("jszip-utils/dist/jszip-utils.js");
 120 
 121     /** The name of the default jszip-utils javascript file. */
 122     public static final DocPath JSZIPUTILS_MIN = DocPath.create("jszip-utils/dist/jszip-utils.min.js");
 123 
 124     /** The name of the default jszip-utils javascript file. */
 125     public static final DocPath JSZIPUTILS_IE = DocPath.create("jszip-utils/dist/jszip-utils-ie.js");
 126 
 127     /** The name of the default jszip-utils javascript file. */
 128     public static final DocPath JSZIPUTILS_IE_MIN = DocPath.create("jszip-utils/dist/jszip-utils-ie.min.js");
 129 
 130     /** The name of the member search index file. */
 131     public static final DocPath MEMBER_SEARCH_INDEX_JSON = DocPath.create("member-search-index.json");
 132 
 133     /** The name of the member search index zip file. */
 134     public static final DocPath MEMBER_SEARCH_INDEX_ZIP = DocPath.create("member-search-index.zip");
 135 
 136     /** The name of the member search index js file. */
 137     public static final DocPath MEMBER_SEARCH_INDEX_JS = DocPath.create("member-search-index.js");
 138 
 139     /** The name of the module search index file. */
 140     public static final DocPath MODULE_SEARCH_INDEX_JSON = DocPath.create("module-search-index.json");
 141 
 142     /** The name of the module search index zip file. */
 143     public static final DocPath MODULE_SEARCH_INDEX_ZIP = DocPath.create("module-search-index.zip");
 144 
 145     /** The name of the module search index js file. */
 146     public static final DocPath MODULE_SEARCH_INDEX_JS = DocPath.create("module-search-index.js");
 147 
 148     /** The name of the file for the overview summary. */
 149     public static final DocPath OVERVIEW_SUMMARY = DocPath.create("overview-summary.html");
 150 
 151     /** The name of the file for the overview tree. */
 152     public static final DocPath OVERVIEW_TREE = DocPath.create("overview-tree.html");
 153 
 154     /** The name of the file for the package list. This is to support the legacy mode. */
 155     public static final DocPath PACKAGE_LIST = DocPath.create("package-list");
 156 
 157     /** The name of the package search index file. */
 158     public static final DocPath PACKAGE_SEARCH_INDEX_JSON = DocPath.create("package-search-index.json");
 159 
 160     /** The name of the package search index zip file. */
 161     public static final DocPath PACKAGE_SEARCH_INDEX_ZIP = DocPath.create("package-search-index.zip");
 162 
 163     /** The name of the package search index js file. */
 164     public static final DocPath PACKAGE_SEARCH_INDEX_JS = DocPath.create("package-search-index.js");
 165 
 166     /** The name of the file for the package summary. */
 167     public static final DocPath PACKAGE_SUMMARY = DocPath.create("package-summary.html");
 168 
 169     /** The name of the file for the package tree. */
 170     public static final DocPath PACKAGE_TREE = DocPath.create("package-tree.html");
 171 
 172     /** The name of the file for the package usage info. */
 173     public static final DocPath PACKAGE_USE = DocPath.create("package-use.html");
 174 
 175     /** The name of the file for all system properties. */
 176     public static final DocPath SYSTEM_PROPERTIES = DocPath.create("system-properties.html");
 177 
 178     /**
 179      * Returns the path for a type element.
 180      * For example, if the type element is {@code java.lang.Object},
 181      * the path is {@code java/lang/Object.html}.
 182      *


 302         return DocPath.create(moduleName + moduleSeparator + path);
 303     }
 304 
 305     /** The name of the sub-package from which resources are read. */
 306     public static final DocPath RESOURCES = DocPath.create("resources");
 307 
 308     /** The name of the search javascript file. */
 309     public static final DocPath SEARCH_JS = DocPath.create("search.js");
 310 
 311     /** The name of the file for the serialized form info. */
 312     public static final DocPath SERIALIZED_FORM = DocPath.create("serialized-form.html");
 313 
 314     /** The name of the directory in which HTML versions of the source code
 315      *  are generated.
 316      */
 317     public static final DocPath SOURCE_OUTPUT = DocPath.create("src-html");
 318 
 319     /** The name of the default stylesheet. */
 320     public static final DocPath STYLESHEET = DocPath.create("stylesheet.css");
 321 
 322     /** The name of the tag search index file. */
 323     public static final DocPath TAG_SEARCH_INDEX_JSON = DocPath.create("tag-search-index.json");
 324 
 325     /** The name of the tag search index zip file. */
 326     public static final DocPath TAG_SEARCH_INDEX_ZIP = DocPath.create("tag-search-index.zip");
 327 
 328     /** The name of the tag search index js file. */
 329     public static final DocPath TAG_SEARCH_INDEX_JS = DocPath.create("tag-search-index.js");
 330 
 331     /** The name of the type search index file. */
 332     public static final DocPath TYPE_SEARCH_INDEX_JSON = DocPath.create("type-search-index.json");
 333 
 334     /** The name of the type search index zip file. */
 335     public static final DocPath TYPE_SEARCH_INDEX_ZIP = DocPath.create("type-search-index.zip");
 336 
 337     /** The name of the type search index js file. */
 338     public static final DocPath TYPE_SEARCH_INDEX_JS = DocPath.create("type-search-index.js");
 339 
 340     /** The name of the image file for undo button on the search box. */
 341     public static final DocPath X_IMG = DocPath.create("x.png");
 342 
 343 }


  92      */
  93     public static DocPath indexN(int n) {
  94         return DocPath.create("index-" + n + ".html");
  95     }
  96 
  97     /** The name of the default javascript file. */
  98     public static final DocPath JAVASCRIPT = DocPath.create("script.js");
  99 
 100     /** The name of the directory for the jQuery. */
 101     public static final DocPath JQUERY_FILES = DocPath.create("script-dir");
 102 
 103     /** The name of the default jQuery stylesheet file. */
 104     public static final DocPath JQUERY_STYLESHEET_FILE = DocPath.create("jquery-ui.css");
 105 
 106     /** The name of the default jQuery javascript file. */
 107     public static final DocPath JQUERY_JS_3_4 = DocPath.create("jquery-3.4.1.js");
 108 
 109     /** The name of the default jQuery javascript file. */
 110     public static final DocPath JQUERY_JS = DocPath.create("jquery-ui.js");
 111 
























 112     /** The name of the member search index js file. */
 113     public static final DocPath MEMBER_SEARCH_INDEX_JS = DocPath.create("member-search-index.js");
 114 






 115     /** The name of the module search index js file. */
 116     public static final DocPath MODULE_SEARCH_INDEX_JS = DocPath.create("module-search-index.js");
 117 
 118     /** The name of the file for the overview summary. */
 119     public static final DocPath OVERVIEW_SUMMARY = DocPath.create("overview-summary.html");
 120 
 121     /** The name of the file for the overview tree. */
 122     public static final DocPath OVERVIEW_TREE = DocPath.create("overview-tree.html");
 123 
 124     /** The name of the file for the package list. This is to support the legacy mode. */
 125     public static final DocPath PACKAGE_LIST = DocPath.create("package-list");
 126 






 127     /** The name of the package search index js file. */
 128     public static final DocPath PACKAGE_SEARCH_INDEX_JS = DocPath.create("package-search-index.js");
 129 
 130     /** The name of the file for the package summary. */
 131     public static final DocPath PACKAGE_SUMMARY = DocPath.create("package-summary.html");
 132 
 133     /** The name of the file for the package tree. */
 134     public static final DocPath PACKAGE_TREE = DocPath.create("package-tree.html");
 135 
 136     /** The name of the file for the package usage info. */
 137     public static final DocPath PACKAGE_USE = DocPath.create("package-use.html");
 138 
 139     /** The name of the file for all system properties. */
 140     public static final DocPath SYSTEM_PROPERTIES = DocPath.create("system-properties.html");
 141 
 142     /**
 143      * Returns the path for a type element.
 144      * For example, if the type element is {@code java.lang.Object},
 145      * the path is {@code java/lang/Object.html}.
 146      *


 266         return DocPath.create(moduleName + moduleSeparator + path);
 267     }
 268 
 269     /** The name of the sub-package from which resources are read. */
 270     public static final DocPath RESOURCES = DocPath.create("resources");
 271 
 272     /** The name of the search javascript file. */
 273     public static final DocPath SEARCH_JS = DocPath.create("search.js");
 274 
 275     /** The name of the file for the serialized form info. */
 276     public static final DocPath SERIALIZED_FORM = DocPath.create("serialized-form.html");
 277 
 278     /** The name of the directory in which HTML versions of the source code
 279      *  are generated.
 280      */
 281     public static final DocPath SOURCE_OUTPUT = DocPath.create("src-html");
 282 
 283     /** The name of the default stylesheet. */
 284     public static final DocPath STYLESHEET = DocPath.create("stylesheet.css");
 285 






 286     /** The name of the tag search index js file. */
 287     public static final DocPath TAG_SEARCH_INDEX_JS = DocPath.create("tag-search-index.js");
 288 






 289     /** The name of the type search index js file. */
 290     public static final DocPath TYPE_SEARCH_INDEX_JS = DocPath.create("type-search-index.js");
 291 
 292     /** The name of the image file for undo button on the search box. */
 293     public static final DocPath X_IMG = DocPath.create("x.png");
 294 
 295 }
< prev index next >