Class DocletConstants
- java.lang.Object
-
- gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.DocletConstants
-
@Deprecated public class DocletConstants extends Object
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
- Author:
- Jamie Ho
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_PACKAGE_FILE_NAMEDeprecated.The default package file name.static StringDEFAULT_PACKAGE_NAMEDeprecated.The default package name.static intDEFAULT_TAB_STOP_LENGTHDeprecated.The default amount of space between tab stops.static StringNLDeprecated.The line separator for the current operating system.
-
Constructor Summary
Constructors Constructor Description DocletConstants()Deprecated.
-
-
-
Field Detail
-
DEFAULT_TAB_STOP_LENGTH
public static final int DEFAULT_TAB_STOP_LENGTH
Deprecated.The default amount of space between tab stops.- See Also:
- Constant Field Values
-
NL
public static final String NL
Deprecated.The line separator for the current operating system.
-
DEFAULT_PACKAGE_NAME
public static final String DEFAULT_PACKAGE_NAME
Deprecated.The default package name.- See Also:
- Constant Field Values
-
DEFAULT_PACKAGE_FILE_NAME
public static final String DEFAULT_PACKAGE_FILE_NAME
Deprecated.The default package file name.- See Also:
- Constant Field Values
-
-