Class DeprecatedAPIListBuilder
- java.lang.Object
-
- gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.DeprecatedAPIListBuilder
-
@Deprecated public class DeprecatedAPIListBuilder extends Object
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
Fields Modifier and Type Field Description static int
ANNOTATION_TYPE
Deprecated.static int
ANNOTATION_TYPE_MEMBER
Deprecated.static int
CLASS
Deprecated.static int
CONSTRUCTOR
Deprecated.static int
ENUM
Deprecated.static int
ENUM_CONSTANT
Deprecated.static int
ERROR
Deprecated.static int
EXCEPTION
Deprecated.static int
FIELD
Deprecated.static int
INTERFACE
Deprecated.static int
METHOD
Deprecated.static int
NUM_TYPES
Deprecated.static int
PACKAGE
Deprecated.
-
Constructor Summary
Constructors Constructor Description DeprecatedAPIListBuilder(Configuration configuration)
Deprecated.Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<Doc>
getList(int type)
Deprecated.Return the list of deprecated Doc objects of a given type.boolean
hasDocumentation(int type)
Deprecated.Return true if the list of a given type has size greater than 0.
-
-
-
Field Detail
-
NUM_TYPES
public static final int NUM_TYPES
Deprecated.- See Also:
- Constant Field Values
-
PACKAGE
public static final int PACKAGE
Deprecated.- See Also:
- Constant Field Values
-
INTERFACE
public static final int INTERFACE
Deprecated.- See Also:
- Constant Field Values
-
CLASS
public static final int CLASS
Deprecated.- See Also:
- Constant Field Values
-
ENUM
public static final int ENUM
Deprecated.- See Also:
- Constant Field Values
-
EXCEPTION
public static final int EXCEPTION
Deprecated.- See Also:
- Constant Field Values
-
ERROR
public static final int ERROR
Deprecated.- See Also:
- Constant Field Values
-
ANNOTATION_TYPE
public static final int ANNOTATION_TYPE
Deprecated.- See Also:
- Constant Field Values
-
FIELD
public static final int FIELD
Deprecated.- See Also:
- Constant Field Values
-
METHOD
public static final int METHOD
Deprecated.- See Also:
- Constant Field Values
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Deprecated.- See Also:
- Constant Field Values
-
ENUM_CONSTANT
public static final int ENUM_CONSTANT
Deprecated.- See Also:
- Constant Field Values
-
ANNOTATION_TYPE_MEMBER
public static final int ANNOTATION_TYPE_MEMBER
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DeprecatedAPIListBuilder
public DeprecatedAPIListBuilder(Configuration configuration)
Deprecated.Constructor.- Parameters:
configuration
- the current configuration of the doclet
-
-
Method Detail
-
getList
public List<Doc> getList(int type)
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.
-
-