Class AllCheckSummaries.CheckInfo
java.lang.Object
com.puppycrawl.tools.checkstyle.site.AllCheckSummaries.CheckInfo
- Enclosing class:
- AllCheckSummaries
Data holder for each Check module entry.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
simpleName
Simple name of the check. -
link
Documentation link. -
summary
Short summary text. -
isHolder
Whether the module is a holder type.
-
-
Constructor Details
-
CheckInfo
Constructs an info record.- Parameters:
simpleName- check simple namelink- documentation linksummary- module summaryisHolder- whether holder
-