public class ClassesDocStats extends MembersDocStats
| Constructor and Description |
|---|
ClassesDocStats(com.sun.javadoc.ClassDoc[] docs)
Instantiates an object to compute JavaDoc coverage statistics for a list of classes.
|
| Modifier and Type | Method and Description |
|---|---|
List<ClassDocStats> |
getClassesList()
Gets a List where each element represents the individual JavaDoc coverage statistics for a specific class.
|
long |
getDocumentedMembers()
Gets the number of documented members contained into
the object for which the JavaDoc coverage statistics is being computed.
|
long |
getMembersNumber()
Gets the total number of members contained into
the object for which the JavaDoc coverage statistics is being computed.
|
String |
getType()
The type of the element to which JavaDoc coverage statistics is being computed,
whether a class, interface, field, method, parameter, etc.
|
boolean |
hasDocumentation()
A set of classes doesn't have documentation,
only each individual class may have.
|
disablePrintIfNoMembers, enablePrintIfNoMembers, isPrintIfNoMembersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDocumentedMembersPercent, getUndocumentedMemberspublic ClassesDocStats(com.sun.javadoc.ClassDoc[] docs)
docs - an array of elements which enables reading the classes' JavaDoc documentationpublic long getMembersNumber()
DocStatspublic String getType()
DocStatspublic long getDocumentedMembers()
DocStatspublic List<ClassDocStats> getClassesList()
public boolean hasDocumentation()
hasDocumentation in class MembersDocStatsCopyright © 2017 Manoel Campos da Silva Filho. All rights reserved.