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 Details

  • Constructor Details

    • DeprecatedAPIListBuilder

      public DeprecatedAPIListBuilder(Configuration configuration)
      Deprecated.
      Constructor.
      Parameters:
      configuration - the current configuration of the doclet
  • Method Details

    • 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.