Class MemberSummaryBuilder
java.lang.Object
gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders.AbstractBuilder
gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders.AbstractMemberBuilder
gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders.MemberSummaryBuilder
Deprecated.
Builds the member summary.
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
- Author:
- Jamie Ho, Bhavesh Patel (Modified)
-
Nested Class Summary
Nested classes/interfaces inherited from class gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders.AbstractBuilder
AbstractBuilder.Context -
Field Summary
FieldsFields inherited from class gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders.AbstractBuilder
configuration, containingPackagesSeen, DEBUG, layoutParser, utils -
Method Summary
Modifier and TypeMethodDescriptionvoidbuildAnnotationTypeFieldsSummary(XMLNode node, Content memberSummaryTree) Deprecated.Build the summary for fields.voidbuildAnnotationTypeOptionalMemberSummary(XMLNode node, Content memberSummaryTree) Deprecated.Build the summary for the optional members.voidbuildAnnotationTypeRequiredMemberSummary(XMLNode node, Content memberSummaryTree) Deprecated.Build the summary for the optional members.voidbuildConstructorsSummary(XMLNode node, Content memberSummaryTree) Deprecated.Build the constructor summary.voidbuildEnumConstantsSummary(XMLNode node, Content memberSummaryTree) Deprecated.Build the summary for the enum constants.voidbuildFieldsSummary(XMLNode node, Content memberSummaryTree) Deprecated.Build the summary for the fields.voidbuildMethodsSummary(XMLNode node, Content memberSummaryTree) Deprecated.Build the method summary.voidbuildNestedClassesSummary(XMLNode node, Content memberSummaryTree) Deprecated.Build the summary for the nested classes.voidbuildPropertiesSummary(XMLNode node, Content memberSummaryTree) Deprecated.Build the summary for the fields.static MemberSummaryBuildergetInstance(AnnotationTypeWriter annotationTypeWriter, AbstractBuilder.Context context) Deprecated.Construct a new MemberSummaryBuilder.static MemberSummaryBuildergetInstance(ClassWriter classWriter, AbstractBuilder.Context context) Deprecated.Construct a new MemberSummaryBuilder.getMemberSummaryWriter(int type) Deprecated.Return the specified member summary writer.getName()Deprecated.Return the name of this builder.getVisibleMemberMap(int type) Deprecated.Return the specified visible member map.booleanDeprecated.Return true it there are any members to summarize.members(int type) Deprecated.Returns a list of methods that will be documented for the given class.Methods inherited from class gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders.AbstractMemberBuilder
build, buildMethods inherited from class gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders.AbstractBuilder
buildChildren, invokeMethod
-
Field Details
-
NAME
Deprecated.The XML root for this builder.- See Also:
-
-
Method Details
-
getInstance
public static MemberSummaryBuilder getInstance(ClassWriter classWriter, AbstractBuilder.Context context) throws Exception Deprecated.Construct a new MemberSummaryBuilder.- Parameters:
classWriter- the writer for the class whose members are being summarized.context- the build context.- Throws:
Exception
-
getInstance
public static MemberSummaryBuilder getInstance(AnnotationTypeWriter annotationTypeWriter, AbstractBuilder.Context context) throws Exception Deprecated.Construct a new MemberSummaryBuilder.- Parameters:
annotationTypeWriter- the writer for the class whose members are being summarized.configuration- the current configuration of the doclet.- Throws:
Exception
-
getName
Deprecated.Return the name of this builder.- Specified by:
getNamein classAbstractBuilder- Returns:
- the name of the builder.
-
getVisibleMemberMap
Deprecated.Return the specified visible member map.- Parameters:
type- the type of visible member map to return.- Returns:
- the specified visible member map.
- Throws:
ArrayIndexOutOfBoundsException- when the type is invalid.- See Also:
-
getMemberSummaryWriter
Deprecated.Return the specified member summary writer.- Parameters:
type- the type of member summary writer to return.- Returns:
- the specified member summary writer.
- Throws:
ArrayIndexOutOfBoundsException- when the type is invalid.- See Also:
-
members
Deprecated.Returns a list of methods that will be documented for the given class. This information can be used for doclet specific documentation generation.- Parameters:
type- the type of members to return.- Returns:
- a list of methods that will be documented.
- See Also:
-
hasMembersToDocument
public boolean hasMembersToDocument()Deprecated.Return true it there are any members to summarize.- Specified by:
hasMembersToDocumentin classAbstractMemberBuilder- Returns:
- true if there are any members to summarize.
-
buildEnumConstantsSummary
Deprecated.Build the summary for the enum constants.- Parameters:
node- the XML element that specifies which components to documentmemberSummaryTree- the content tree to which the documentation will be added
-
buildAnnotationTypeFieldsSummary
Deprecated.Build the summary for fields.- Parameters:
node- the XML element that specifies which components to documentmemberSummaryTree- the content tree to which the documentation will be added
-
buildAnnotationTypeOptionalMemberSummary
Deprecated.Build the summary for the optional members.- Parameters:
node- the XML element that specifies which components to documentmemberSummaryTree- the content tree to which the documentation will be added
-
buildAnnotationTypeRequiredMemberSummary
Deprecated.Build the summary for the optional members.- Parameters:
node- the XML element that specifies which components to documentmemberSummaryTree- the content tree to which the documentation will be added
-
buildFieldsSummary
Deprecated.Build the summary for the fields.- Parameters:
node- the XML element that specifies which components to documentmemberSummaryTree- the content tree to which the documentation will be added
-
buildPropertiesSummary
Deprecated.Build the summary for the fields. -
buildNestedClassesSummary
Deprecated.Build the summary for the nested classes.- Parameters:
node- the XML element that specifies which components to documentmemberSummaryTree- the content tree to which the documentation will be added
-
buildMethodsSummary
Deprecated.Build the method summary.- Parameters:
node- the XML element that specifies which components to documentmemberSummaryTree- the content tree to which the documentation will be added
-
buildConstructorsSummary
Deprecated.Build the constructor summary.- Parameters:
node- the XML element that specifies which components to documentmemberSummaryTree- the content tree to which the documentation will be added
-