FreeHEP API
Version current

org.freehep.tools.doclet
Class DeprecatedAPIListBuilder

java.lang.Object
  extended byorg.freehep.tools.doclet.DeprecatedAPIListBuilder

public class DeprecatedAPIListBuilder
extends Object

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

Author:
Atul M Dambalkar
Source Code:
DeprecatedAPIListBuilder.java

Constructor Summary
DeprecatedAPIListBuilder(com.sun.javadoc.RootDoc root)
          Constructor.
 
Method Summary
 List getDeprecatedClasses()
          Return the list of deprecated classes.
 List getDeprecatedConstructors()
          Return the list of deprecated constructors.
 List getDeprecatedErrors()
          Return the list of deprecated errors.
 List getDeprecatedExceptions()
          Return the list of deprecated exceptions.
 List getDeprecatedFields()
          Return the list of deprecated fields.
 List getDeprecatedInterfaces()
          Return the list of deprecated interfaces.
 List getDeprecatedMethods()
          Return the list of deprecated methods.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeprecatedAPIListBuilder

public DeprecatedAPIListBuilder(com.sun.javadoc.RootDoc root)
Constructor.

Parameters:
root - Root of the tree.
Method Detail

getDeprecatedClasses

public List getDeprecatedClasses()
Return the list of deprecated classes.


getDeprecatedInterfaces

public List getDeprecatedInterfaces()
Return the list of deprecated interfaces.


getDeprecatedErrors

public List getDeprecatedErrors()
Return the list of deprecated errors.


getDeprecatedExceptions

public List getDeprecatedExceptions()
Return the list of deprecated exceptions.


getDeprecatedFields

public List getDeprecatedFields()
Return the list of deprecated fields.


getDeprecatedMethods

public List getDeprecatedMethods()
Return the list of deprecated methods.


getDeprecatedConstructors

public List getDeprecatedConstructors()
Return the list of deprecated constructors.


FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.