Uses of Class
org.apache.maven.plugins.checkstyle.CheckstyleReportGenerator.ChainedItem
Packages that use CheckstyleReportGenerator.ChainedItem
-
Uses of CheckstyleReportGenerator.ChainedItem in org.apache.maven.plugins.checkstyle
Fields in org.apache.maven.plugins.checkstyle declared as CheckstyleReportGenerator.ChainedItemModifier and TypeFieldDescriptionprivate final CheckstyleReportGenerator.ChainedItem<T>
CheckstyleReportGenerator.ChainedItem.parent
private final CheckstyleReportGenerator.ChainedItem<com.puppycrawl.tools.checkstyle.api.Configuration>
CheckstyleReportGenerator.ConfReference.parentConfiguration
Methods in org.apache.maven.plugins.checkstyle with parameters of type CheckstyleReportGenerator.ChainedItemModifier and TypeMethodDescriptionprivate String
CheckstyleReportGenerator.getConfigAttribute
(com.puppycrawl.tools.checkstyle.api.Configuration config, CheckstyleReportGenerator.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
CheckstyleReportGenerator.sortConfiguration
(List<CheckstyleReportGenerator.ConfReference> result, com.puppycrawl.tools.checkstyle.api.Configuration config, CheckstyleReportGenerator.ChainedItem<com.puppycrawl.tools.checkstyle.api.Configuration> parent, CheckstyleResults results) Constructors in org.apache.maven.plugins.checkstyle with parameters of type CheckstyleReportGenerator.ChainedItemModifierConstructorDescription(package private)
ChainedItem
(T value, CheckstyleReportGenerator.ChainedItem<T> parent) (package private)
ConfReference
(String category, com.puppycrawl.tools.checkstyle.api.Configuration configuration, CheckstyleReportGenerator.ChainedItem<com.puppycrawl.tools.checkstyle.api.Configuration> parentConfiguration, long violations, int count)