- iconError() - Method in class org.apache.maven.plugins.checkstyle.IconTool
-
Render an error icon.
- iconError(int) - Method in class org.apache.maven.plugins.checkstyle.IconTool
-
Render an error icon with associated text.
- iconInfo() - Method in class org.apache.maven.plugins.checkstyle.IconTool
-
Render an info icon.
- iconInfo(int) - Method in class org.apache.maven.plugins.checkstyle.IconTool
-
Render an info icon with associated text.
- iconSeverity(String) - Method in class org.apache.maven.plugins.checkstyle.IconTool
-
Render a simple icon of given level.
- iconSeverity(String, int) - Method in class org.apache.maven.plugins.checkstyle.IconTool
-
Render an icon of given level with associated text.
- IconTool - Class in org.apache.maven.plugins.checkstyle
-
A little tool to deal with info/warning/error icons in Checkstyle reports, with eventual text.
- IconTool(Sink, ResourceBundle) - Constructor for class org.apache.maven.plugins.checkstyle.IconTool
-
- iconWarning() - Method in class org.apache.maven.plugins.checkstyle.IconTool
-
Render a warning icon.
- iconWarning(int) - Method in class org.apache.maven.plugins.checkstyle.IconTool
-
Render a warning icon with associated text.
- includeResources - Variable in class org.apache.maven.plugins.checkstyle.AbstractCheckstyleReport
-
Specifies whether to include the resource directories in the check.
- includes - Variable in class org.apache.maven.plugins.checkstyle.AbstractCheckstyleReport
-
Specifies the names filter of the source files to be used for Checkstyle.
- includeTestResources - Variable in class org.apache.maven.plugins.checkstyle.AbstractCheckstyleReport
-
Specifies whether to include the test resource directories in the check.
- includeTestSourceDirectory - Variable in class org.apache.maven.plugins.checkstyle.AbstractCheckstyleReport
-
Include or not the test source directory/directories to be used for Checkstyle.
- INFO - Static variable in class org.apache.maven.plugins.checkstyle.IconTool
-
- isAggregate() - Method in class org.apache.maven.plugins.checkstyle.exec.CheckstyleExecutorRequest
-
Returns true if the report is aggregated.
- isConsoleOutput() - Method in class org.apache.maven.plugins.checkstyle.exec.CheckstyleExecutorRequest
-
- isEnableFilesSummary() - Method in class org.apache.maven.plugins.checkstyle.CheckstyleReportGenerator
-
- isEnableRSS() - Method in class org.apache.maven.plugins.checkstyle.CheckstyleReportGenerator
-
- isEnableRulesSummary() - Method in class org.apache.maven.plugins.checkstyle.CheckstyleReportGenerator
-
- isEnableSeveritySummary() - Method in class org.apache.maven.plugins.checkstyle.CheckstyleReportGenerator
-
- isFailsOnError() - Method in class org.apache.maven.plugins.checkstyle.exec.CheckstyleExecutorRequest
-
- isIncludeResources() - Method in class org.apache.maven.plugins.checkstyle.exec.CheckstyleExecutorRequest
-
- isIncludeTestResources() - Method in class org.apache.maven.plugins.checkstyle.exec.CheckstyleExecutorRequest
-
- isIncludeTestSourceDirectory() - Method in class org.apache.maven.plugins.checkstyle.exec.CheckstyleExecutorRequest
-
- isOmitIgnoredModules() - Method in class org.apache.maven.plugins.checkstyle.exec.CheckstyleExecutorRequest
-
Returns true if ignored modules (modules with severity 'ignore') should be omitted.