|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.tools.doclets.internal.toolkit.util.DocletConstants
public class DocletConstants
Stores all constants for a Doclet. Extend this class if you have doclet specific constants to add. This code is not part of an API. It is implementation that is subject to change. Do not use it as an API
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_PACKAGE_FILE_NAME
The default package file name. |
static java.lang.String |
DEFAULT_PACKAGE_NAME
The default package name. |
static int |
DEFAULT_TAB_STOP_LENGTH
The default amount of space between tab stops. |
static java.lang.String |
DOC_FILES_DIR_NAME
The name of the doc files directory. |
static java.lang.String |
NL
The line seperator for the current operating system. |
static java.lang.String |
PACKAGE_LIST_FILE_NAME
The name of the package list file. |
static java.lang.String |
RESOURE_DIR_NAME
The name of the directory where we will copy resource files to. |
static java.lang.String |
SOURCE_OUTPUT_DIR_NAME
The source output directory name |
static java.lang.String |
UNNAMED_PACKAGE_ANCHOR
The anchor for the default package. |
| Constructor Summary | |
|---|---|
DocletConstants()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String DEFAULT_PACKAGE_NAME
public static final java.lang.String DEFAULT_PACKAGE_FILE_NAME
public static final java.lang.String UNNAMED_PACKAGE_ANCHOR
public static final java.lang.String DOC_FILES_DIR_NAME
public static final int DEFAULT_TAB_STOP_LENGTH
public static final java.lang.String RESOURE_DIR_NAME
public static final java.lang.String SOURCE_OUTPUT_DIR_NAME
public static final java.lang.String PACKAGE_LIST_FILE_NAME
public static final java.lang.String NL
| Constructor Detail |
|---|
public DocletConstants()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||