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
  • Field Details

    • DEFAULT_TAB_STOP_LENGTH

      public static final int DEFAULT_TAB_STOP_LENGTH
      Deprecated.
      The default amount of space between tab stops.
      See Also:
    • 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:
    • DEFAULT_PACKAGE_FILE_NAME

      public static final String DEFAULT_PACKAGE_FILE_NAME
      Deprecated.
      The default package file name.
      See Also:
  • Constructor Details

    • DocletConstants

      public DocletConstants()
      Deprecated.