public abstract class MembersDocStats extends Object implements DocStats
In the case the owner of the members is:
| Constructor and Description |
|---|
MembersDocStats() |
| Modifier and Type | Method and Description |
|---|---|
void |
disablePrintIfNoMembers()
Disables printing JavaDoc coverage statistics if the owner has no member.
|
void |
enablePrintIfNoMembers()
Enables printing JavaDoc coverage statistics even if the owner has no member.
|
abstract boolean |
hasDocumentation()
Checks if the the owner of the members has a documentation itself.
|
boolean |
isPrintIfNoMembers()
Checks if JavaDoc coverage statistics should be printed if the owner has no member.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDocumentedMembers, getDocumentedMembersPercent, getMembersNumber, getType, getUndocumentedMemberspublic abstract boolean hasDocumentation()
public final boolean isPrintIfNoMembers()
public final void enablePrintIfNoMembers()
public final void disablePrintIfNoMembers()
Copyright © 2017 Manoel Campos da Silva Filho. All rights reserved.