Class DeprecatedAPIListBuilder
java.lang.Object
gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.DeprecatedAPIListBuilder
Deprecated.
Build list of all the deprecated packages, classes, constructors, fields and methods.
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.
- Author:
- Atul M Dambalkar
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDeprecated.static final intDeprecated.static final intDeprecated.static final intDeprecated.static final intDeprecated.static final intDeprecated.static final intDeprecated.static final intDeprecated.static final intDeprecated.static final intDeprecated.static final intDeprecated.static final intDeprecated.static final intDeprecated. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecatedAPIListBuilder(Configuration configuration) Deprecated.Constructor. -
Method Summary
Modifier and TypeMethodDescriptiongetList(int type) Deprecated.Return the list of deprecated Doc objects of a given type.booleanhasDocumentation(int type) Deprecated.Return true if the list of a given type has size greater than 0.
-
Field Details
-
NUM_TYPES
public static final int NUM_TYPESDeprecated.- See Also:
-
PACKAGE
public static final int PACKAGEDeprecated.- See Also:
-
INTERFACE
public static final int INTERFACEDeprecated.- See Also:
-
CLASS
public static final int CLASSDeprecated.- See Also:
-
ENUM
public static final int ENUMDeprecated.- See Also:
-
EXCEPTION
public static final int EXCEPTIONDeprecated.- See Also:
-
ERROR
public static final int ERRORDeprecated.- See Also:
-
ANNOTATION_TYPE
public static final int ANNOTATION_TYPEDeprecated.- See Also:
-
FIELD
public static final int FIELDDeprecated.- See Also:
-
METHOD
public static final int METHODDeprecated.- See Also:
-
CONSTRUCTOR
public static final int CONSTRUCTORDeprecated.- See Also:
-
ENUM_CONSTANT
public static final int ENUM_CONSTANTDeprecated.- See Also:
-
ANNOTATION_TYPE_MEMBER
public static final int ANNOTATION_TYPE_MEMBERDeprecated.- See Also:
-
-
Constructor Details
-
DeprecatedAPIListBuilder
Deprecated.Constructor.- Parameters:
configuration- the current configuration of the doclet
-
-
Method Details
-
getList
Deprecated.Return the list of deprecated Doc objects of a given type.- Parameters:
type- the constant representing the type of list being returned.
-
hasDocumentation
public boolean hasDocumentation(int type) Deprecated.Return true if the list of a given type has size greater than 0.- Parameters:
type- the type of list being checked.
-