java.lang.Object
gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.DocPaths

@Deprecated public class DocPaths extends Object
Deprecated.
Standard DocPath objects.

This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.

Since:
8
  • Field Details

    • ALLCLASSES_FRAME

      public static final DocPath ALLCLASSES_FRAME
      Deprecated.
      The name of the file for all classes, using frames.
    • ALLCLASSES_NOFRAME

      public static final DocPath ALLCLASSES_NOFRAME
      Deprecated.
      The name of the file for all classes, without using frames.
    • CLASS_USE

      public static final DocPath CLASS_USE
      Deprecated.
      The name of the sub-directory for storing class usage info.
    • CONSTANT_VALUES

      public static final DocPath CONSTANT_VALUES
      Deprecated.
      The name of the file for constant values.
    • DEPRECATED_LIST

      public static final DocPath DEPRECATED_LIST
      Deprecated.
      The name of the fie for deprecated elements.
    • DOC_FILES

      public static final DocPath DOC_FILES
      Deprecated.
      The name of the subdirectory for user-provided additional documentation files.
    • GLASS_IMG

      public static final DocPath GLASS_IMG
      Deprecated.
      The name of the image file showing a magnifying glass on the search box.
    • HELP_DOC

      public static final DocPath HELP_DOC
      Deprecated.
      The name of the file for help info.
    • INDEX

      public static final DocPath INDEX
      Deprecated.
      The name of the main index file.
    • INDEX_ALL

      public static final DocPath INDEX_ALL
      Deprecated.
      The name of the single index file for all classes.
    • INDEX_FILES

      public static final DocPath INDEX_FILES
      Deprecated.
      The name of the directory for the split index files.
    • JAVASCRIPT

      public static final DocPath JAVASCRIPT
      Deprecated.
      The name of the default javascript file.
    • JQUERY_FILES

      public static final DocPath JQUERY_FILES
      Deprecated.
      The name of the directory for the jQuery.
    • JQUERY_STYLESHEET_FILE

      public static final DocPath JQUERY_STYLESHEET_FILE
      Deprecated.
      The name of the default jQuery stylesheet file.
    • JQUERY_JS_1_10

      public static final DocPath JQUERY_JS_1_10
      Deprecated.
      The name of the default jQuery javascript file.
    • JQUERY_JS

      public static final DocPath JQUERY_JS
      Deprecated.
      The name of the default jQuery javascript file.
    • JSZIP

      public static final DocPath JSZIP
      Deprecated.
      The name of the default jszip javascript file.
    • JSZIP_MIN

      public static final DocPath JSZIP_MIN
      Deprecated.
      The name of the default jszip javascript file.
    • JSZIPUTILS

      public static final DocPath JSZIPUTILS
      Deprecated.
      The name of the default jszip-utils javascript file.
    • JSZIPUTILS_MIN

      public static final DocPath JSZIPUTILS_MIN
      Deprecated.
      The name of the default jszip-utils javascript file.
    • JSZIPUTILS_IE

      public static final DocPath JSZIPUTILS_IE
      Deprecated.
      The name of the default jszip-utils javascript file.
    • JSZIPUTILS_IE_MIN

      public static final DocPath JSZIPUTILS_IE_MIN
      Deprecated.
      The name of the default jszip-utils javascript file.
    • MEMBER_SEARCH_INDEX_JSON

      public static final DocPath MEMBER_SEARCH_INDEX_JSON
      Deprecated.
      The name of the member search index file.
    • MEMBER_SEARCH_INDEX_ZIP

      public static final DocPath MEMBER_SEARCH_INDEX_ZIP
      Deprecated.
      The name of the member search index zip file.
    • OVERVIEW_FRAME

      public static final DocPath OVERVIEW_FRAME
      Deprecated.
      The name of the file for the overview frame.
    • OVERVIEW_SUMMARY

      public static final DocPath OVERVIEW_SUMMARY
      Deprecated.
      The name of the file for the overview summary.
    • OVERVIEW_TREE

      public static final DocPath OVERVIEW_TREE
      Deprecated.
      The name of the file for the overview tree.
    • PACKAGE_FRAME

      public static final DocPath PACKAGE_FRAME
      Deprecated.
      The name of the file for the package frame.
    • PACKAGE_LIST

      public static final DocPath PACKAGE_LIST
      Deprecated.
      The name of the file for the package list.
    • PACKAGE_SEARCH_INDEX_JSON

      public static final DocPath PACKAGE_SEARCH_INDEX_JSON
      Deprecated.
      The name of the package search index file.
    • PACKAGE_SEARCH_INDEX_ZIP

      public static final DocPath PACKAGE_SEARCH_INDEX_ZIP
      Deprecated.
      The name of the package search index zipfile.
    • PACKAGE_SUMMARY

      public static final DocPath PACKAGE_SUMMARY
      Deprecated.
      The name of the file for the package summary.
    • PACKAGE_TREE

      public static final DocPath PACKAGE_TREE
      Deprecated.
      The name of the file for the package tree.
    • PACKAGE_USE

      public static final DocPath PACKAGE_USE
      Deprecated.
      The name of the file for the package usage info.
    • PROFILE_OVERVIEW_FRAME

      public static final DocPath PROFILE_OVERVIEW_FRAME
      Deprecated.
      The name of the file for the overview frame.
    • RESOURCES

      public static final DocPath RESOURCES
      Deprecated.
      The name of the sub-package from which resources are read.
    • SEARCH_JS

      public static final DocPath SEARCH_JS
      Deprecated.
      The name of the search javascript file.
    • SERIALIZED_FORM

      public static final DocPath SERIALIZED_FORM
      Deprecated.
      The name of the file for the serialized form info.
    • SOURCE_OUTPUT

      public static final DocPath SOURCE_OUTPUT
      Deprecated.
      The name of the directory in which HTML versions of the source code are generated.
    • STYLESHEET

      public static final DocPath STYLESHEET
      Deprecated.
      The name of the default stylesheet.
    • TAG_SEARCH_INDEX_JSON

      public static final DocPath TAG_SEARCH_INDEX_JSON
      Deprecated.
      The name of the tag search index file.
    • TAG_SEARCH_INDEX_ZIP

      public static final DocPath TAG_SEARCH_INDEX_ZIP
      Deprecated.
      The name of the tag search index zip file.
    • TYPE_SEARCH_INDEX_JSON

      public static final DocPath TYPE_SEARCH_INDEX_JSON
      Deprecated.
      The name of the type search index file.
    • TYPE_SEARCH_INDEX_ZIP

      public static final DocPath TYPE_SEARCH_INDEX_ZIP
      Deprecated.
      The name of the type search index zip file.
    • X_IMG

      public static final DocPath X_IMG
      Deprecated.
      The name of the image file for undo button on the search box.
  • Constructor Details

    • DocPaths

      public DocPaths()
      Deprecated.
  • Method Details

    • indexN

      public static DocPath indexN(int n)
      Deprecated.
      Generate the name of one of the files in the split index.