Klasse SummaryAPIListBuilder
java.lang.Object
org.jdrupes.mdoclet.internal.doclets.toolkit.util.SummaryAPIListBuilder
- Bekannte direkte Unterklassen:
 DeprecatedAPIListBuilder,NewAPIBuilder,PreviewAPIListBuilder
Build list of all the summary packages, classes, constructors, fields and methods.
- 
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen - 
Feldübersicht
Felder - 
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungSummaryAPIListBuilder(BaseConfiguration configuration, Predicate<Element> belongsToSummary) Constructor. - 
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected voidBuild the sorted list of all the summary APIs in this run.Create a summary set of elements.Return the list of summary elements of a given type.protected voidAdditional extra processing of an included element.booleanReturn true if the list of a given type has size greater than 0.booleanisEmpty() 
- 
Felddetails
- 
configuration
 - 
utils
 
 - 
 - 
Konstruktordetails
- 
SummaryAPIListBuilder
Constructor.- Parameter:
 configuration- the current configuration of the doclet
 
 - 
 - 
Methodendetails
- 
isEmpty
 - 
buildSummaryAPIInfo
Build the sorted list of all the summary APIs in this run.Build separate lists for summary modules, packages, classes, constructors, methods and fields.
 - 
getSet
Return the list of summary elements of a given type.- Parameter:
 kind- the SummaryElementKind- Gibt zurück:
 
 - 
hasDocumentation
Return true if the list of a given type has size greater than 0.- Parameter:
 kind- the type of list being checked.
 - 
handleElement
Additional extra processing of an included element.- Parameter:
 e- element to process
 - 
createSummarySet
Create a summary set of elements.- Gibt zurück:
 - a summary set
 
 
 -