You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by hb...@apache.org on 2014/09/18 00:57:28 UTC

svn commit: r922623 [4/28] - in /websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugin/checkstyle/ apidocs/org/apache/maven/plugin/checkstyle/class-use/ apidocs/org/apache/maven/p...

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html Wed Sep 17 22:57:25 2014
@@ -3,13 +3,13 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>CheckstyleReportGenerator (Apache Maven Checkstyle Plugin 2.13-SNAPSHOT API)</title>
+<title>CheckstyleReportGenerator (Apache Maven Checkstyle Plugin 2.13 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="CheckstyleReportGenerator (Apache Maven Checkstyle Plugin 2.13-SNAPSHOT API)";
+        parent.document.title="CheckstyleReportGenerator (Apache Maven Checkstyle Plugin 2.13 API)";
     }
 //-->
 </script>
@@ -99,7 +99,7 @@
 extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
 <div class="block">Generate a report based on CheckstyleResults.</div>
 <dl><dt><span class="strong">Version:</span></dt>
-  <dd>$Id: CheckstyleReportGenerator.java 1610460 2014-07-14 17:15:49Z hboutemy $</dd></dl>
+  <dd>$Id: CheckstyleReportGenerator.java 1621647 2014-08-31 22:29:18Z hboutemy $</dd></dl>
 </li>
 </ul>
 </div>
@@ -118,10 +118,10 @@ extends <a href="http://docs.oracle.com/
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html#CheckstyleReportGenerator(org.apache.maven.doxia.sink.Sink, java.util.ResourceBundle, java.io.File, org.apache.maven.doxia.tools.SiteTool)">CheckstyleReportGenerator</a></strong>(<a href="http://maven.apache.org/doxia/doxia/doxia-sink-api/apidocs/org/apache/maven/doxia/sink/Sink.html?is-external=true" title="class or interface in org.apache.maven.doxia.sink">Sink</a>&nbsp;sink,
+<td class="colOne"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html#CheckstyleReportGenerator(org.apache.maven.doxia.sink.Sink,%20java.util.ResourceBundle,%20java.io.File,%20org.apache.maven.doxia.tools.SiteTool)">CheckstyleReportGenerator</a></strong>(<a href="http://maven.apache.org/doxia/doxia/doxia-sink-api/apidocs/org/apache/maven/doxia/sink/Sink.html?is-external=true" title="class or interface in org.apache.maven.doxia.sink">Sink</a>&nbsp;sink,
                          <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/ResourceBundle.html?is-external=true" title="class or interface in java.util">ResourceBundle</a>&nbsp;bundle,
                          <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;basedir,
-                         <a href="http://maven.apache.org/shared/maven-doxia-tools/apidocs/org/apache/maven/doxia/tools/SiteTool.html?is-external=true" title="class or interface in org.apache.maven.doxia.tools">SiteTool</a>&nbsp;siteTool)</code>&nbsp;</td>
+                         <a href="http://maven.apache.org/doxia/doxia-tools/doxia-integration-tools/apidocs/org/apache/maven/doxia/tools/SiteTool.html?is-external=true" title="class or interface in org.apache.maven.doxia.tools">SiteTool</a>&nbsp;siteTool)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -139,118 +139,101 @@ extends <a href="http://docs.oracle.com/
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>long</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html#countRuleViolation(java.util.Collection, java.lang.String, java.lang.String, java.lang.String)">countRuleViolation</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html?is-external=true" title="class or interface in com.puppycrawl.tools.checkstyle.api">AuditEvent</a>&gt;&gt;&nbsp;files,
-                  <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;ruleName,
-                  <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expectedMessage,
-                  <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expectedSeverity)</code>
-<div class="block">Count the number of violations for the given rule.</div>
-</td>
-</tr>
-<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html#generateReport(org.apache.maven.plugin.checkstyle.exec.CheckstyleResults)">generateReport</a></strong>(<a href="../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleResults.html" title="class in org.apache.maven.plugin.checkstyle.exec">CheckstyleResults</a>&nbsp;results)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/Configuration.html?is-external=true" title="class or interface in com.puppycrawl.tools.checkstyle.api">Configuration</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html#getCheckstyleConfig()">getCheckstyleConfig</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html#getLog()">getLog</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html#getRuleCategoryName(com.puppycrawl.tools.checkstyle.api.AuditEvent)">getRuleCategoryName</a></strong>(<a href="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html?is-external=true" title="class or interface in com.puppycrawl.tools.checkstyle.api">AuditEvent</a>&nbsp;event)</code>
-<div class="block">Get the rule category from a violation.</div>
-</td>
-</tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html#getRuleName(com.puppycrawl.tools.checkstyle.api.AuditEvent)">getRuleName</a></strong>(<a href="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html?is-external=true" title="class or interface in com.puppycrawl.tools.checkstyle.api">AuditEvent</a>&nbsp;event)</code>
-<div class="block">Get the rule name from a violation.</div>
-</td>
-</tr>
-<tr class="altColor">
 <td class="colFirst"><code><a href="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/SeverityLevel.html?is-external=true" title="class or interface in com.puppycrawl.tools.checkstyle.api">SeverityLevel</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html#getSeverityLevel()">getSeverityLevel</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html#getTreeWalkerNames()">getTreeWalkerNames</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html#getXrefLocation()">getXrefLocation</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html#isEnableFilesSummary()">isEnableFilesSummary</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html#isEnableRSS()">isEnableRSS</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html#isEnableRulesSummary()">isEnableRulesSummary</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html#isEnableSeveritySummary()">isEnableSeveritySummary</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html#matchRule(com.puppycrawl.tools.checkstyle.api.AuditEvent, java.lang.String, java.lang.String, java.lang.String)">matchRule</a></strong>(<a href="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html?is-external=true" title="class or interface in com.puppycrawl.tools.checkstyle.api">AuditEvent</a>&nbsp;event,
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html#matchRule(com.puppycrawl.tools.checkstyle.api.AuditEvent,%20java.lang.String,%20java.lang.String,%20java.lang.String)">matchRule</a></strong>(<a href="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html?is-external=true" title="class or interface in com.puppycrawl.tools.checkstyle.api">AuditEvent</a>&nbsp;event,
          <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;ruleName,
          <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expectedMessage,
          <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expectedSeverity)</code>
 <div class="block">Check if a violation matches a rule.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html#setCheckstyleConfig(com.puppycrawl.tools.checkstyle.api.Configuration)">setCheckstyleConfig</a></strong>(<a href="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/Configuration.html?is-external=true" title="class or interface in com.puppycrawl.tools.checkstyle.api">Configuration</a>&nbsp;config)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html#setEnableFilesSummary(boolean)">setEnableFilesSummary</a></strong>(boolean&nbsp;enableFilesSummary)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html#setEnableRSS(boolean)">setEnableRSS</a></strong>(boolean&nbsp;enableRSS)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html#setEnableRulesSummary(boolean)">setEnableRulesSummary</a></strong>(boolean&nbsp;enableRulesSummary)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html#setEnableSeveritySummary(boolean)">setEnableSeveritySummary</a></strong>(boolean&nbsp;enableSeveritySummary)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html#setLog(org.apache.maven.plugin.logging.Log)">setLog</a></strong>(<a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</a>&nbsp;log)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html#setSeverityLevel(com.puppycrawl.tools.checkstyle.api.SeverityLevel)">setSeverityLevel</a></strong>(<a href="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/SeverityLevel.html?is-external=true" title="class or interface in com.puppycrawl.tools.checkstyle.api">SeverityLevel</a>&nbsp;severityLevel)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html#setTreeWalkerNames(java.util.List)">setTreeWalkerNames</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;treeWalkerNames)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html#setXrefLocation(java.lang.String)">setXrefLocation</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;xrefLocation)</code>&nbsp;</td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/plugin/checkstyle.CheckstyleReportGenerator.ConfReference.html?is-external=true" title="class or interface in org.apache.maven.plugin">org.apache.maven.plugin.checkstyle.CheckstyleReportGenerator.ConfReference</a>&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html#sortConfiguration(org.apache.maven.plugin.checkstyle.exec.CheckstyleResults)">sortConfiguration</a></strong>(<a href="../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleResults.html" title="class in org.apache.maven.plugin.checkstyle.exec">CheckstyleResults</a>&nbsp;results)</code>&nbsp;</td>
+</tr>
 </table>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/jav
 ase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
+<code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/jav
 ase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -275,7 +258,7 @@ extends <a href="http://docs.oracle.com/
 <pre>public&nbsp;CheckstyleReportGenerator(<a href="http://maven.apache.org/doxia/doxia/doxia-sink-api/apidocs/org/apache/maven/doxia/sink/Sink.html?is-external=true" title="class or interface in org.apache.maven.doxia.sink">Sink</a>&nbsp;sink,
                          <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/ResourceBundle.html?is-external=true" title="class or interface in java.util">ResourceBundle</a>&nbsp;bundle,
                          <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;basedir,
-                         <a href="http://maven.apache.org/shared/maven-doxia-tools/apidocs/org/apache/maven/doxia/tools/SiteTool.html?is-external=true" title="class or interface in org.apache.maven.doxia.tools">SiteTool</a>&nbsp;siteTool)</pre>
+                         <a href="http://maven.apache.org/doxia/doxia-tools/doxia-integration-tools/apidocs/org/apache/maven/doxia/tools/SiteTool.html?is-external=true" title="class or interface in org.apache.maven.doxia.tools">SiteTool</a>&nbsp;siteTool)</pre>
 </li>
 </ul>
 </li>
@@ -313,30 +296,6 @@ extends <a href="http://docs.oracle.com/
 <pre>public&nbsp;void&nbsp;generateReport(<a href="../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleResults.html" title="class in org.apache.maven.plugin.checkstyle.exec">CheckstyleResults</a>&nbsp;results)</pre>
 </li>
 </ul>
-<a name="getRuleName(com.puppycrawl.tools.checkstyle.api.AuditEvent)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getRuleName</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getRuleName(<a href="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html?is-external=true" title="class or interface in com.puppycrawl.tools.checkstyle.api">AuditEvent</a>&nbsp;event)</pre>
-<div class="block">Get the rule name from a violation.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>event</code> - the violation</dd>
-<dt><span class="strong">Returns:</span></dt><dd>the rule name, which is the class name without package and removed eventual "Check" suffix</dd></dl>
-</li>
-</ul>
-<a name="getRuleCategoryName(com.puppycrawl.tools.checkstyle.api.AuditEvent)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getRuleCategoryName</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getRuleCategoryName(<a href="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html?is-external=true" title="class or interface in com.puppycrawl.tools.checkstyle.api">AuditEvent</a>&nbsp;event)</pre>
-<div class="block">Get the rule category from a violation.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>event</code> - the violation</dd>
-<dt><span class="strong">Returns:</span></dt><dd>the rule category, which is the last package name or "misc" or "extension"</dd></dl>
-</li>
-</ul>
 <a name="matchRule(com.puppycrawl.tools.checkstyle.api.AuditEvent, java.lang.String, java.lang.String, java.lang.String)">
 <!--   -->
 </a>
@@ -352,21 +311,6 @@ extends <a href="http://docs.oracle.com/
 <dt><span class="strong">Returns:</span></dt><dd>The number of rule violations</dd></dl>
 </li>
 </ul>
-<a name="countRuleViolation(java.util.Collection, java.lang.String, java.lang.String, java.lang.String)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>countRuleViolation</h4>
-<pre>public&nbsp;long&nbsp;countRuleViolation(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html?is-external=true" title="class or interface in com.puppycrawl.tools.checkstyle.api">AuditEvent</a>&gt;&gt;&nbsp;files,
-                      <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;ruleName,
-                      <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expectedMessage,
-                      <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expectedSeverity)</pre>
-<div class="block">Count the number of violations for the given rule.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>files</code> - A collection over the set of files that has violations</dd><dd><code>ruleName</code> - The name of the rule</dd><dd><code>expectedMessage</code> - A message that, if it's not null, will be matched to the message from the violation</dd><dd><code>expectedSeverity</code> - A severity that, if it's not null, will be matched to the severity from the violation</dd>
-<dt><span class="strong">Returns:</span></dt><dd>The number of rule violations</dd></dl>
-</li>
-</ul>
 <a name="getSeverityLevel()">
 <!--   -->
 </a>
@@ -505,12 +449,21 @@ extends <a href="http://docs.oracle.com/
 <a name="getTreeWalkerNames()">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>getTreeWalkerNames</h4>
 <pre>public&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;getTreeWalkerNames()</pre>
 </li>
 </ul>
+<a name="sortConfiguration(org.apache.maven.plugin.checkstyle.exec.CheckstyleResults)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>sortConfiguration</h4>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/plugin/checkstyle.CheckstyleReportGenerator.ConfReference.html?is-external=true" title="class or interface in org.apache.maven.plugin">org.apache.maven.plugin.checkstyle.CheckstyleReportGenerator.ConfReference</a>&gt;&nbsp;sortConfiguration(<a href="../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleResults.html" title="class in org.apache.maven.plugin.checkstyle.exec">CheckstyleResults</a>&nbsp;results)</pre>
+</li>
+</ul>
 </li>
 </ul>
 </li>

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleViolationCheckMojo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleViolationCheckMojo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleViolationCheckMojo.html Wed Sep 17 22:57:25 2014
@@ -3,13 +3,13 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>CheckstyleViolationCheckMojo (Apache Maven Checkstyle Plugin 2.13-SNAPSHOT API)</title>
+<title>CheckstyleViolationCheckMojo (Apache Maven Checkstyle Plugin 2.13 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="CheckstyleViolationCheckMojo (Apache Maven Checkstyle Plugin 2.13-SNAPSHOT API)";
+        parent.document.title="CheckstyleViolationCheckMojo (Apache Maven Checkstyle Plugin 2.13 API)";
     }
 //-->
 </script>
@@ -114,7 +114,7 @@ extends <a href="http://maven.apache.org
  to the console, potentially failing the build.
  It can also be configured to re-use an earlier analysis.</div>
 <dl><dt><span class="strong">Version:</span></dt>
-  <dd>$Id: CheckstyleViolationCheckMojo.java 1607987 2014-07-05 09:35:26Z hboutemy $</dd>
+  <dd>$Id: CheckstyleViolationCheckMojo.java 1621538 2014-08-30 21:12:11Z hboutemy $</dd>
 <dt><span class="strong">Author:</span></dt>
   <dd><a href="mailto:joakim@erdfelt.net">Joakim Erdfelt</a></dd></dl>
 </li>
@@ -207,7 +207,7 @@ extends <a href="http://maven.apache.org
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/jav
 ase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
+<code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/jav
 ase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -257,7 +257,8 @@ protected&nbsp;<a href="../../../../../o
 <li class="blockList">
 <h4>project</h4>
 <pre><a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</a>(<a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#defaultValue()" title="class or interface in org.apache.maven.plugins.annotations">defaultValue</a>="${project}",
-           <a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#readonly()" title="class or interface in org.apache.maven.plugins.annotations">readonly</a>=true)
+           <a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#readonly()" title="class or interface in org.apache.maven.plugins.annotations">readonly</a>=true,
+           <a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#required()" title="class or interface in org.apache.maven.plugins.annotations">required</a>=true)
 protected&nbsp;<a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a> project</pre>
 <div class="block">The Maven Project Object.</div>
 </li>

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/HelpMojo.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/HelpMojo.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/HelpMojo.html Wed Sep 17 22:57:25 2014
@@ -3,13 +3,13 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>HelpMojo (Apache Maven Checkstyle Plugin 2.13-SNAPSHOT API)</title>
+<title>HelpMojo (Apache Maven Checkstyle Plugin 2.13 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="HelpMojo (Apache Maven Checkstyle Plugin 2.13-SNAPSHOT API)";
+        parent.document.title="HelpMojo (Apache Maven Checkstyle Plugin 2.13 API)";
     }
 //-->
 </script>
@@ -182,7 +182,7 @@ extends <a href="http://maven.apache.org
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/jav
 ase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
+<code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/jav
 ase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/IconTool.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/IconTool.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/IconTool.html Wed Sep 17 22:57:25 2014
@@ -3,13 +3,13 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>IconTool (Apache Maven Checkstyle Plugin 2.13-SNAPSHOT API)</title>
+<title>IconTool (Apache Maven Checkstyle Plugin 2.13 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="IconTool (Apache Maven Checkstyle Plugin 2.13-SNAPSHOT API)";
+        parent.document.title="IconTool (Apache Maven Checkstyle Plugin 2.13 API)";
     }
 //-->
 </script>
@@ -161,7 +161,7 @@ extends <a href="http://docs.oracle.com/
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/IconTool.html#IconTool(org.apache.maven.doxia.sink.Sink, java.util.ResourceBundle)">IconTool</a></strong>(<a href="http://maven.apache.org/doxia/doxia/doxia-sink-api/apidocs/org/apache/maven/doxia/sink/Sink.html?is-external=true" title="class or interface in org.apache.maven.doxia.sink">Sink</a>&nbsp;sink,
+<td class="colOne"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/IconTool.html#IconTool(org.apache.maven.doxia.sink.Sink,%20java.util.ResourceBundle)">IconTool</a></strong>(<a href="http://maven.apache.org/doxia/doxia/doxia-sink-api/apidocs/org/apache/maven/doxia/sink/Sink.html?is-external=true" title="class or interface in org.apache.maven.doxia.sink">Sink</a>&nbsp;sink,
         <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/ResourceBundle.html?is-external=true" title="class or interface in java.util">ResourceBundle</a>&nbsp;bundle)</code>&nbsp;</td>
 </tr>
 </table>
@@ -181,36 +181,52 @@ extends <a href="http://docs.oracle.com/
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/IconTool.html#iconError()">iconError</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/IconTool.html#iconError()">iconError</a></strong>()</code>
+<div class="block">Render an error icon.</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/IconTool.html#iconError(int)">iconError</a></strong>(int&nbsp;textType)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/IconTool.html#iconError(int)">iconError</a></strong>(int&nbsp;textType)</code>
+<div class="block">Render an error icon with associated text.</div>
+</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/IconTool.html#iconInfo()">iconInfo</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/IconTool.html#iconInfo()">iconInfo</a></strong>()</code>
+<div class="block">Render an info icon.</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/IconTool.html#iconInfo(int)">iconInfo</a></strong>(int&nbsp;textType)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/IconTool.html#iconInfo(int)">iconInfo</a></strong>(int&nbsp;textType)</code>
+<div class="block">Render an info icon with associated text.</div>
+</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/IconTool.html#iconSeverity(java.lang.String)">iconSeverity</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;level)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/IconTool.html#iconSeverity(java.lang.String)">iconSeverity</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;level)</code>
+<div class="block">Render a simple icon of given level.</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/IconTool.html#iconSeverity(java.lang.String, int)">iconSeverity</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;level,
-            int&nbsp;textType)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/IconTool.html#iconSeverity(java.lang.String,%20int)">iconSeverity</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;level,
+            int&nbsp;textType)</code>
+<div class="block">Render an icon of given level with associated text.</div>
+</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/IconTool.html#iconWarning()">iconWarning</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/IconTool.html#iconWarning()">iconWarning</a></strong>()</code>
+<div class="block">Render a warning icon.</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/IconTool.html#iconWarning(int)">iconWarning</a></strong>(int&nbsp;textType)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/IconTool.html#iconWarning(int)">iconWarning</a></strong>(int&nbsp;textType)</code>
+<div class="block">Render a warning icon with associated text.</div>
+</td>
 </tr>
 </table>
 <ul class="blockList">
@@ -218,7 +234,7 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/jav
 ase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
+<code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/jav
 ase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -337,6 +353,8 @@ extends <a href="http://docs.oracle.com/
 <li class="blockList">
 <h4>iconSeverity</h4>
 <pre>public&nbsp;void&nbsp;iconSeverity(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;level)</pre>
+<div class="block">Render a simple icon of given level.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>level</code> - one of <code>INFO</code>, <code>WARNING</code> or <code>ERROR</code> constants</dd></dl>
 </li>
 </ul>
 <a name="iconSeverity(java.lang.String, int)">
@@ -347,6 +365,9 @@ extends <a href="http://docs.oracle.com/
 <h4>iconSeverity</h4>
 <pre>public&nbsp;void&nbsp;iconSeverity(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;level,
                 int&nbsp;textType)</pre>
+<div class="block">Render an icon of given level with associated text.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>level</code> - one of <code>INFO</code>, <code>WARNING</code> or <code>ERROR</code> constants</dd><dd><code>textType</code> - one of <code>NO_TEXT</code>, <code>TEXT_SIMPLE</code>, <code>TEXT_TITLE</code> or
+ <code>TEXT_ABBREV</code> constants</dd></dl>
 </li>
 </ul>
 <a name="iconInfo()">
@@ -356,6 +377,7 @@ extends <a href="http://docs.oracle.com/
 <li class="blockList">
 <h4>iconInfo</h4>
 <pre>public&nbsp;void&nbsp;iconInfo()</pre>
+<div class="block">Render an info icon.</div>
 </li>
 </ul>
 <a name="iconInfo(int)">
@@ -365,6 +387,9 @@ extends <a href="http://docs.oracle.com/
 <li class="blockList">
 <h4>iconInfo</h4>
 <pre>public&nbsp;void&nbsp;iconInfo(int&nbsp;textType)</pre>
+<div class="block">Render an info icon with associated text.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textType</code> - one of <code>NO_TEXT</code>, <code>TEXT_SIMPLE</code>, <code>TEXT_TITLE</code> or
+ <code>TEXT_ABBREV</code> constants</dd></dl>
 </li>
 </ul>
 <a name="iconWarning()">
@@ -374,6 +399,7 @@ extends <a href="http://docs.oracle.com/
 <li class="blockList">
 <h4>iconWarning</h4>
 <pre>public&nbsp;void&nbsp;iconWarning()</pre>
+<div class="block">Render a warning icon.</div>
 </li>
 </ul>
 <a name="iconWarning(int)">
@@ -383,6 +409,9 @@ extends <a href="http://docs.oracle.com/
 <li class="blockList">
 <h4>iconWarning</h4>
 <pre>public&nbsp;void&nbsp;iconWarning(int&nbsp;textType)</pre>
+<div class="block">Render a warning icon with associated text.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textType</code> - one of <code>NO_TEXT</code>, <code>TEXT_SIMPLE</code>, <code>TEXT_TITLE</code> or
+ <code>TEXT_ABBREV</code> constants</dd></dl>
 </li>
 </ul>
 <a name="iconError()">
@@ -392,6 +421,7 @@ extends <a href="http://docs.oracle.com/
 <li class="blockList">
 <h4>iconError</h4>
 <pre>public&nbsp;void&nbsp;iconError()</pre>
+<div class="block">Render an error icon.</div>
 </li>
 </ul>
 <a name="iconError(int)">
@@ -401,6 +431,9 @@ extends <a href="http://docs.oracle.com/
 <li class="blockList">
 <h4>iconError</h4>
 <pre>public&nbsp;void&nbsp;iconError(int&nbsp;textType)</pre>
+<div class="block">Render an error icon with associated text.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textType</code> - one of <code>NO_TEXT</code>, <code>TEXT_SIMPLE</code>, <code>TEXT_TITLE</code> or
+ <code>TEXT_ABBREV</code> constants</dd></dl>
 </li>
 </ul>
 </li>

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/ReportResource.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/ReportResource.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/ReportResource.html Wed Sep 17 22:57:25 2014
@@ -3,13 +3,13 @@
 <html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ReportResource (Apache Maven Checkstyle Plugin 2.13-SNAPSHOT API)</title>
+<title>ReportResource (Apache Maven Checkstyle Plugin 2.13 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ReportResource (Apache Maven Checkstyle Plugin 2.13-SNAPSHOT API)";
+        parent.document.title="ReportResource (Apache Maven Checkstyle Plugin 2.13 API)";
     }
 //-->
 </script>
@@ -36,7 +36,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/maven/plugin/checkstyle/IconTool.html" title="class in org.apache.maven.plugin.checkstyle"><span class="strong">Prev Class</span></a></li>
-<li>Next Class</li>
+<li><a href="../../../../../org/apache/maven/plugin/checkstyle/RuleUtil.html" title="class in org.apache.maven.plugin.checkstyle"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/maven/plugin/checkstyle/ReportResource.html" target="_top">Frames</a></li>
@@ -120,7 +120,7 @@ extends <a href="http://docs.oracle.com/
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/ReportResource.html#ReportResource(java.lang.String, java.io.File)">ReportResource</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;resourcePathBase,
+<td class="colOne"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/ReportResource.html#ReportResource(java.lang.String,%20java.io.File)">ReportResource</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;resourcePathBase,
               <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;outputDirectory)</code>&nbsp;</td>
 </tr>
 </table>
@@ -164,7 +164,7 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/jav
 ase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
+<code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/jav
 ase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -273,7 +273,7 @@ extends <a href="http://docs.oracle.com/
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/maven/plugin/checkstyle/IconTool.html" title="class in org.apache.maven.plugin.checkstyle"><span class="strong">Prev Class</span></a></li>
-<li>Next Class</li>
+<li><a href="../../../../../org/apache/maven/plugin/checkstyle/RuleUtil.html" title="class in org.apache.maven.plugin.checkstyle"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/maven/plugin/checkstyle/ReportResource.html" target="_top">Frames</a></li>

Added: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/RuleUtil.Matcher.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/RuleUtil.Matcher.html (added)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/RuleUtil.Matcher.html Wed Sep 17 22:57:25 2014
@@ -0,0 +1,216 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="fr">
+<head>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>RuleUtil.Matcher (Apache Maven Checkstyle Plugin 2.13 API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="RuleUtil.Matcher (Apache Maven Checkstyle Plugin 2.13 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/RuleUtil.Matcher.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/maven/plugin/checkstyle/RuleUtil.html" title="class in org.apache.maven.plugin.checkstyle"><span class="strong">Prev Class</span></a></li>
+<li>Next Class</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/maven/plugin/checkstyle/RuleUtil.Matcher.html" target="_top">Frames</a></li>
+<li><a href="RuleUtil.Matcher.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.maven.plugin.checkstyle</div>
+<h2 title="Interface RuleUtil.Matcher" class="title">Interface RuleUtil.Matcher</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>Enclosing class:</dt>
+<dd><a href="../../../../../org/apache/maven/plugin/checkstyle/RuleUtil.html" title="class in org.apache.maven.plugin.checkstyle">RuleUtil</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public static interface <span class="strong">RuleUtil.Matcher</span></pre>
+<div class="block">Audit event source name matcher.</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/checkstyle/RuleUtil.Matcher.html#match(java.lang.String)">match</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;eventSrcName)</code>
+<div class="block">Does the event source name match?</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="match(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>match</h4>
+<pre>boolean&nbsp;match(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;eventSrcName)</pre>
+<div class="block">Does the event source name match?</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>eventSrcName</code> - the event source name</dd>
+<dt><span class="strong">Returns:</span></dt><dd>boolean</dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/RuleUtil.Matcher.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/maven/plugin/checkstyle/RuleUtil.html" title="class in org.apache.maven.plugin.checkstyle"><span class="strong">Prev Class</span></a></li>
+<li>Next Class</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/maven/plugin/checkstyle/RuleUtil.Matcher.html" target="_top">Frames</a></li>
+<li><a href="RuleUtil.Matcher.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2005&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+</body>
+</html>
\ No newline at end of file

Propchange: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/RuleUtil.Matcher.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/RuleUtil.Matcher.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision