| Package | Description |
|---|---|
| org.apache.maven.plugins.checkstyle |
| Modifier and Type | Field and Description |
|---|---|
private CheckstyleReportGenerator.ChainedItem<T> |
CheckstyleReportGenerator.ChainedItem.parent |
private CheckstyleReportGenerator.ChainedItem<com.puppycrawl.tools.checkstyle.api.Configuration> |
CheckstyleReportGenerator.ConfReference.parentConfiguration |
| Modifier and Type | Method and Description |
|---|---|
private java.lang.String |
CheckstyleReportGenerator.getConfigAttribute(com.puppycrawl.tools.checkstyle.api.Configuration config,
CheckstyleReportGenerator.ChainedItem<com.puppycrawl.tools.checkstyle.api.Configuration> parentConfiguration,
java.lang.String attributeName,
java.lang.String defaultValue)
Get the value of the specified attribute from the Checkstyle configuration.
|
private void |
CheckstyleReportGenerator.sortConfiguration(java.util.List<CheckstyleReportGenerator.ConfReference> result,
com.puppycrawl.tools.checkstyle.api.Configuration config,
CheckstyleReportGenerator.ChainedItem<com.puppycrawl.tools.checkstyle.api.Configuration> parent,
CheckstyleResults results) |
| Constructor and Description |
|---|
ChainedItem(T value,
CheckstyleReportGenerator.ChainedItem<T> parent) |
ConfReference(java.lang.String category,
com.puppycrawl.tools.checkstyle.api.Configuration configuration,
CheckstyleReportGenerator.ChainedItem<com.puppycrawl.tools.checkstyle.api.Configuration> parentConfiguration,
long violations,
int count) |