Klasse DocPaths
java.lang.Object
org.jdrupes.mdoclet.internal.doclets.toolkit.util.DocPaths
Standard DocPath objects.
-
Feldübersicht
Modifizierer und TypFeldBeschreibungstatic final DocPath
The name of the file for all classes index.static final DocPath
The name of the file for all packages index.static final DocPath
The name of the sub-directory for storing class usage info.static final DocPath
The name of the copy-to-clipboard icon file.static final DocPath
The name of the file for constant values.static final DocPath
The name of the file for deprecated elements.static final DocPath
The name of the subdirectory for user-provided additional documentation files.static final DocPath
static final DocPath
The name of the file for the element list.static final DocPath
The name of the file for all references to external specifications.static final DocPath
The name of the image file showing a magnifying glass on the search box.static final DocPath
The name of the file for help info.static final DocPath
The name of the main index file.static final DocPath
The name of the single index file for all classes.static final DocPath
The name of the directory for the split index files.static final DocPath
The name of the default javascript file.static final DocPath
The name of the default jQuery javascript file.static final DocPath
The name of the default jQuery UI stylesheet file.static final DocPath
The name of the default jQuery UI javascript file.static final DocPath
The name of the directory for legal files.static final DocPath
The name of the link icon file.static final DocPath
The name of the member search index js file.static final DocPath
The name of the module search index js file.static final DocPath
The name of the file for new elements.static final DocPath
The name of the file for the overview summary.static final DocPath
The name of the file for the overview tree.static final DocPath
The name of the file for the package list.static final DocPath
The name of the package search index js file.static final DocPath
The name of the file for the package summary.static final DocPath
The name of the file for the package tree.static final DocPath
The name of the file for the package usage info.static final DocPath
The name of the file for preview elements.static final DocPath
The name of the sub-package from which resources are read.static final DocPath
The name of the directory for the script files.static final DocPath
The name of the search javascript file.static final DocPath
The name of the template for the search javascript file.static final DocPath
The name of the file for search page.static final DocPath
The name of the search javascript file.static final DocPath
The name of the file for the serialized form info.static final DocPath
The name of the directory in which HTML versions of the source code are generated.static final DocPath
The name of the default stylesheet.static final DocPath
The name of the file for all system properties.static final DocPath
The name of the tag search index js file.static final DocPath
The name of the type search index js file.static final DocPath
The name of the image file for undo button on the search box. -
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungforClass
(TypeElement typeElement) Returns the path for a type element.static DocPath
forModule
(ModuleElement mdle) forName
(TypeElement typeElement) Returns the path for the simple name of a type element.forPackage
(PackageElement pkgElement) Returns the path for a package.forPackage
(TypeElement typeElement) Returns the path for the package of a type element.static DocPath
forRoot
(PackageElement pkgElement) Returns the inverse path for a package.static DocPath
indexN
(int n) Generate the name of one of the files in the split index.modulePath
(ModuleElement mdle, String path) Returns the path for a file within a module documentation output directory.moduleSummary
(String mdleName) The path for the file for a module’s summary page.moduleSummary
(ModuleElement mdle) The path for the file for a module’s summary page.relativePath
(PackageElement from, PackageElement to) Returns a relative path from one package to another.
-
Felddetails
-
DOT_DOT
-
ALLCLASSES_INDEX
The name of the file for all classes index. -
ALLPACKAGES_INDEX
The name of the file for all packages index. -
CLASS_USE
The name of the sub-directory for storing class usage info. -
CONSTANT_VALUES
The name of the file for constant values. -
DEPRECATED_LIST
The name of the file for deprecated elements. -
DOC_FILES
The name of the subdirectory for user-provided additional documentation files. -
ELEMENT_LIST
The name of the file for the element list. -
EXTERNAL_SPECS
The name of the file for all references to external specifications. -
GLASS_IMG
The name of the image file showing a magnifying glass on the search box. -
HELP_DOC
The name of the file for help info. -
INDEX
The name of the main index file. -
INDEX_ALL
The name of the single index file for all classes. -
INDEX_FILES
The name of the directory for the split index files. -
JAVASCRIPT
The name of the default javascript file. -
CLIPBOARD_SVG
The name of the copy-to-clipboard icon file. -
LINK_SVG
The name of the link icon file. -
JQUERY_JS
The name of the default jQuery javascript file. -
JQUERY_UI_CSS
The name of the default jQuery UI stylesheet file. -
JQUERY_UI_JS
The name of the default jQuery UI javascript file. -
LEGAL
The name of the directory for legal files. -
MEMBER_SEARCH_INDEX_JS
The name of the member search index js file. -
MODULE_SEARCH_INDEX_JS
The name of the module search index js file. -
NEW_LIST
The name of the file for new elements. -
OVERVIEW_SUMMARY
The name of the file for the overview summary. -
OVERVIEW_TREE
The name of the file for the overview tree. -
PACKAGE_LIST
The name of the file for the package list.This is to support the legacy mode.
-
PACKAGE_SEARCH_INDEX_JS
The name of the package search index js file. -
PACKAGE_SUMMARY
The name of the file for the package summary. -
PACKAGE_TREE
The name of the file for the package tree. -
PACKAGE_USE
The name of the file for the package usage info. -
PREVIEW_LIST
The name of the file for preview elements. -
SCRIPT_DIR
The name of the directory for the script files. -
SEARCH_PAGE
The name of the file for search page. -
SYSTEM_PROPERTIES
The name of the file for all system properties. -
RESOURCES
The name of the sub-package from which resources are read. -
SEARCH_JS
The name of the search javascript file. -
SEARCH_JS_TEMPLATE
The name of the template for the search javascript file. -
SEARCH_PAGE_JS
The name of the search javascript file. -
SERIALIZED_FORM
The name of the file for the serialized form info. -
SOURCE_OUTPUT
The name of the directory in which HTML versions of the source code are generated. -
STYLESHEET
The name of the default stylesheet. -
TAG_SEARCH_INDEX_JS
The name of the tag search index js file. -
TYPE_SEARCH_INDEX_JS
The name of the type search index js file. -
X_IMG
The name of the image file for undo button on the search box.
-
-
Konstruktordetails
-
DocPaths
-
-
Methodendetails
-
indexN
Generate the name of one of the files in the split index.- Parameter:
n
- the position in the index- Gibt zurück:
- the path
-
forClass
Returns the path for a type element.For example, if the type element is java.lang.Object, the path is java/lang/Object.html.
- Parameter:
typeElement
- the type element- Gibt zurück:
- the path
-
forName
Returns the path for the simple name of a type element.For example, if the type element is java.lang.Object, the path is Object.html.
- Parameter:
typeElement
- the type element- Gibt zurück:
- the path
-
forModule
-
forPackage
Returns the path for the package of a type element.For example, if the type element is java.lang.Object, the path is java/lang.
- Parameter:
typeElement
- the type element- Gibt zurück:
- the path
-
forPackage
Returns the path for a package.For example, if the package is java.lang, the path is java/lang.
- Parameter:
pkgElement
- the package element- Gibt zurück:
- the path
-
forRoot
Returns the inverse path for a package.For example, if the package is java.lang, the inverse path is ../…
- Parameter:
pkgElement
- the package element- Gibt zurück:
- the path
-
relativePath
Returns a relative path from one package to another.- Parameter:
from
- the origin of the relative pathto
- the destination of the relative path- Gibt zurück:
- the path
-
modulePath
Returns the path for a file within a module documentation output directory.- Parameter:
mdle
- the modulepath
- the path to append to the module path- Gibt zurück:
- the module documentation path
-
moduleSummary
The path for the file for a module’s summary page.- Parameter:
mdle
- the module- Gibt zurück:
- the path
-
moduleSummary
The path for the file for a module’s summary page.- Parameter:
mdleName
- the module- Gibt zurück:
- the path
-