Class DocPaths
java.lang.Object
gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.DocPaths
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final DocPath
Deprecated.The name of the file for all classes, using frames.static final DocPath
Deprecated.The name of the file for all classes, without using frames.static final DocPath
Deprecated.The name of the sub-directory for storing class usage info.static final DocPath
Deprecated.The name of the file for constant values.static final DocPath
Deprecated.The name of the fie for deprecated elements.static final DocPath
Deprecated.The name of the subdirectory for user-provided additional documentation files.static final DocPath
Deprecated.The name of the image file showing a magnifying glass on the search box.static final DocPath
Deprecated.The name of the file for help info.static final DocPath
Deprecated.The name of the main index file.static final DocPath
Deprecated.The name of the single index file for all classes.static final DocPath
Deprecated.The name of the directory for the split index files.static final DocPath
Deprecated.The name of the default javascript file.static final DocPath
Deprecated.The name of the directory for the jQuery.static final DocPath
Deprecated.The name of the default jQuery javascript file.static final DocPath
Deprecated.The name of the default jQuery javascript file.static final DocPath
Deprecated.The name of the default jQuery stylesheet file.static final DocPath
Deprecated.The name of the default jszip javascript file.static final DocPath
Deprecated.The name of the default jszip javascript file.static final DocPath
Deprecated.The name of the default jszip-utils javascript file.static final DocPath
Deprecated.The name of the default jszip-utils javascript file.static final DocPath
Deprecated.The name of the default jszip-utils javascript file.static final DocPath
Deprecated.The name of the default jszip-utils javascript file.static final DocPath
Deprecated.The name of the member search index file.static final DocPath
Deprecated.The name of the member search index zip file.static final DocPath
Deprecated.The name of the file for the overview frame.static final DocPath
Deprecated.The name of the file for the overview summary.static final DocPath
Deprecated.The name of the file for the overview tree.static final DocPath
Deprecated.The name of the file for the package frame.static final DocPath
Deprecated.The name of the file for the package list.static final DocPath
Deprecated.The name of the package search index file.static final DocPath
Deprecated.The name of the package search index zipfile.static final DocPath
Deprecated.The name of the file for the package summary.static final DocPath
Deprecated.The name of the file for the package tree.static final DocPath
Deprecated.The name of the file for the package usage info.static final DocPath
Deprecated.The name of the file for the overview frame.static final DocPath
Deprecated.The name of the sub-package from which resources are read.static final DocPath
Deprecated.The name of the search javascript file.static final DocPath
Deprecated.The name of the file for the serialized form info.static final DocPath
Deprecated.The name of the directory in which HTML versions of the source code are generated.static final DocPath
Deprecated.The name of the default stylesheet.static final DocPath
Deprecated.The name of the tag search index file.static final DocPath
Deprecated.The name of the tag search index zip file.static final DocPath
Deprecated.The name of the type search index file.static final DocPath
Deprecated.The name of the type search index zip file.static final DocPath
Deprecated.The name of the image file for undo button on the search box. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ALLCLASSES_FRAME
Deprecated.The name of the file for all classes, using frames. -
ALLCLASSES_NOFRAME
Deprecated.The name of the file for all classes, without using frames. -
CLASS_USE
Deprecated.The name of the sub-directory for storing class usage info. -
CONSTANT_VALUES
Deprecated.The name of the file for constant values. -
DEPRECATED_LIST
Deprecated.The name of the fie for deprecated elements. -
DOC_FILES
Deprecated.The name of the subdirectory for user-provided additional documentation files. -
GLASS_IMG
Deprecated.The name of the image file showing a magnifying glass on the search box. -
HELP_DOC
Deprecated.The name of the file for help info. -
INDEX
Deprecated.The name of the main index file. -
INDEX_ALL
Deprecated.The name of the single index file for all classes. -
INDEX_FILES
Deprecated.The name of the directory for the split index files. -
JAVASCRIPT
Deprecated.The name of the default javascript file. -
JQUERY_FILES
Deprecated.The name of the directory for the jQuery. -
JQUERY_STYLESHEET_FILE
Deprecated.The name of the default jQuery stylesheet file. -
JQUERY_JS_1_10
Deprecated.The name of the default jQuery javascript file. -
JQUERY_JS
Deprecated.The name of the default jQuery javascript file. -
JSZIP
Deprecated.The name of the default jszip javascript file. -
JSZIP_MIN
Deprecated.The name of the default jszip javascript file. -
JSZIPUTILS
Deprecated.The name of the default jszip-utils javascript file. -
JSZIPUTILS_MIN
Deprecated.The name of the default jszip-utils javascript file. -
JSZIPUTILS_IE
Deprecated.The name of the default jszip-utils javascript file. -
JSZIPUTILS_IE_MIN
Deprecated.The name of the default jszip-utils javascript file. -
MEMBER_SEARCH_INDEX_JSON
Deprecated.The name of the member search index file. -
MEMBER_SEARCH_INDEX_ZIP
Deprecated.The name of the member search index zip file. -
OVERVIEW_FRAME
Deprecated.The name of the file for the overview frame. -
OVERVIEW_SUMMARY
Deprecated.The name of the file for the overview summary. -
OVERVIEW_TREE
Deprecated.The name of the file for the overview tree. -
PACKAGE_FRAME
Deprecated.The name of the file for the package frame. -
PACKAGE_LIST
Deprecated.The name of the file for the package list. -
PACKAGE_SEARCH_INDEX_JSON
Deprecated.The name of the package search index file. -
PACKAGE_SEARCH_INDEX_ZIP
Deprecated.The name of the package search index zipfile. -
PACKAGE_SUMMARY
Deprecated.The name of the file for the package summary. -
PACKAGE_TREE
Deprecated.The name of the file for the package tree. -
PACKAGE_USE
Deprecated.The name of the file for the package usage info. -
PROFILE_OVERVIEW_FRAME
Deprecated.The name of the file for the overview frame. -
RESOURCES
Deprecated.The name of the sub-package from which resources are read. -
SEARCH_JS
Deprecated.The name of the search javascript file. -
SERIALIZED_FORM
Deprecated.The name of the file for the serialized form info. -
SOURCE_OUTPUT
Deprecated.The name of the directory in which HTML versions of the source code are generated. -
STYLESHEET
Deprecated.The name of the default stylesheet. -
TAG_SEARCH_INDEX_JSON
Deprecated.The name of the tag search index file. -
TAG_SEARCH_INDEX_ZIP
Deprecated.The name of the tag search index zip file. -
TYPE_SEARCH_INDEX_JSON
Deprecated.The name of the type search index file. -
TYPE_SEARCH_INDEX_ZIP
Deprecated.The name of the type search index zip file. -
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
Deprecated.Generate the name of one of the files in the split index.
-