Class DocletConstants
java.lang.Object
gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.DocletConstants
Deprecated.
Stores all constants for a Doclet. Extend this class if you have doclet
specific constants to add.
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:
- 1.5
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Deprecated.The default package file name.static final String
Deprecated.The default package name.static final int
Deprecated.The default amount of space between tab stops.static final String
Deprecated.The line separator for the current operating system. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT_TAB_STOP_LENGTH
public static final int DEFAULT_TAB_STOP_LENGTHDeprecated.The default amount of space between tab stops.- See Also:
-
NL
Deprecated.The line separator for the current operating system. -
DEFAULT_PACKAGE_NAME
Deprecated.The default package name.- See Also:
-
DEFAULT_PACKAGE_FILE_NAME
Deprecated.The default package file name.- See Also:
-
-
Constructor Details
-
DocletConstants
public DocletConstants()Deprecated.
-