Contents | Package | Class | Tree | Index
PREV | NEXT SHOW LISTS | HIDE LISTS

Class sun.tools.javadoc.doclets.DeprecatedAPIListBuilder

sun.tools.javadoc.doclets.DeprecatedAPIListBuilder

public class DeprecatedAPIListBuilder
Build list of all the deprecated classes, constructors, fields and methods.


Constructor Summary
 DeprecatedAPIListBuilder(sun.tools.javadoc.doclets.Root root)
          Constructor.
 

Method Summary
sun.tools.javadoc.doclets.List  getDeprecatedClasses()
          Return the list of deprecated classes.
sun.tools.javadoc.doclets.List  getDeprecatedConstructors()
          Return the list of deprecated constructors.
sun.tools.javadoc.doclets.List  getDeprecatedErrors()
          Return the list of deprecated errors.
sun.tools.javadoc.doclets.List  getDeprecatedExceptions()
          Return the list of deprecated exceptions.
sun.tools.javadoc.doclets.List  getDeprecatedFields()
          Return the list of deprecated fields.
sun.tools.javadoc.doclets.List  getDeprecatedInterfaces()
          Return the list of deprecated interfaces.
sun.tools.javadoc.doclets.List  getDeprecatedMethods()
          Return the list of deprecated methods.
 

Constructor Detail

DeprecatedAPIListBuilder

public DeprecatedAPIListBuilder(sun.tools.javadoc.doclets.Root root)
          Constructor.
Parameters:
root - Root of the tree.
Method Detail

getDeprecatedClasses

public sun.tools.javadoc.doclets.List getDeprecatedClasses()
          Return the list of deprecated classes.

getDeprecatedInterfaces

public sun.tools.javadoc.doclets.List getDeprecatedInterfaces()
          Return the list of deprecated interfaces.

getDeprecatedErrors

public sun.tools.javadoc.doclets.List getDeprecatedErrors()
          Return the list of deprecated errors.

getDeprecatedExceptions

public sun.tools.javadoc.doclets.List getDeprecatedExceptions()
          Return the list of deprecated exceptions.

getDeprecatedFields

public sun.tools.javadoc.doclets.List getDeprecatedFields()
          Return the list of deprecated fields.

getDeprecatedMethods

public sun.tools.javadoc.doclets.List getDeprecatedMethods()
          Return the list of deprecated methods.

getDeprecatedConstructors

public sun.tools.javadoc.doclets.List getDeprecatedConstructors()
          Return the list of deprecated constructors.

Contents | Package | Class | Tree | Index
PREV | NEXT SHOW LISTS | HIDE LISTS