Class DocFinder
java.lang.Object
gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.DocFinder
Deprecated.
Search for the requested documentation. Inherit documentation if necessary.
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.
- Since:
- 1.5
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Deprecated.The class that encapsulates the input.static class
Deprecated.The class that encapsulates the output. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DocFinder.Output
search
(Configuration configuration, DocFinder.Input input) Deprecated.Search for the requested comments in the given element.
-
Constructor Details
-
DocFinder
public DocFinder()Deprecated.
-
-
Method Details
-
search
Deprecated.Search for the requested comments in the given element. If it does not have comments, return documentation from the overriden element if possible. If the overriden element does not exist or does not have documentation to inherit, search for documentation to inherit from implemented methods.- Parameters:
input
- the input object used to perform the search.- Returns:
- an Output object representing the documentation that was found.
-