Uses of Class
org.apache.maven.plugins.checkstyle.CheckstyleReportRenderer.ChainedItem
Packages that use CheckstyleReportRenderer.ChainedItem
-
Uses of CheckstyleReportRenderer.ChainedItem in org.apache.maven.plugins.checkstyle
Fields in org.apache.maven.plugins.checkstyle declared as CheckstyleReportRenderer.ChainedItemModifier and TypeFieldDescriptionprivate final CheckstyleReportRenderer.ChainedItem
<T> CheckstyleReportRenderer.ChainedItem.parent
private final CheckstyleReportRenderer.ChainedItem
<com.puppycrawl.tools.checkstyle.api.Configuration> CheckstyleReportRenderer.ConfReference.parentConfiguration
Methods in org.apache.maven.plugins.checkstyle with parameters of type CheckstyleReportRenderer.ChainedItemModifier and TypeMethodDescriptionprivate String
CheckstyleReportRenderer.getConfigAttribute
(com.puppycrawl.tools.checkstyle.api.Configuration config, CheckstyleReportRenderer.ChainedItem<com.puppycrawl.tools.checkstyle.api.Configuration> parentConfiguration, String attributeName, String defaultValue) Get the value of the specified attribute from the Checkstyle configuration.private void
CheckstyleReportRenderer.sortConfiguration
(List<CheckstyleReportRenderer.ConfReference> result, com.puppycrawl.tools.checkstyle.api.Configuration config, CheckstyleReportRenderer.ChainedItem<com.puppycrawl.tools.checkstyle.api.Configuration> parent, CheckstyleResults results) Constructors in org.apache.maven.plugins.checkstyle with parameters of type CheckstyleReportRenderer.ChainedItemModifierConstructorDescription(package private)
ChainedItem
(T value, CheckstyleReportRenderer.ChainedItem<T> parent) (package private)
ConfReference
(String category, com.puppycrawl.tools.checkstyle.api.Configuration configuration, CheckstyleReportRenderer.ChainedItem<com.puppycrawl.tools.checkstyle.api.Configuration> parentConfiguration, long violations, int count)