You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2013/02/22 19:41:52 UTC

svn commit: r851556 [3/33] - in /websites/production/maven/content/plugins/maven-checkstyle-plugin: ./ apidocs/ apidocs/org/apache/maven/plugin/checkstyle/ apidocs/org/apache/maven/plugin/checkstyle/class-use/ apidocs/org/apache/maven/plugin/checkstyle...

Modified: websites/production/maven/content/plugins/maven-checkstyle-plugin/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleReport.html
==============================================================================
--- websites/production/maven/content/plugins/maven-checkstyle-plugin/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleReport.html (original)
+++ websites/production/maven/content/plugins/maven-checkstyle-plugin/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleReport.html Fri Feb 22 18:41:48 2013
@@ -2,10 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_22) on Sat Feb 25 22:02:28 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-CheckstyleReport (Maven Checkstyle Plugin 2.9.1 API)
+CheckstyleReport (Maven Checkstyle Plugin 2.10 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.checkstyle.CheckstyleReport class">
@@ -15,7 +14,7 @@ CheckstyleReport (Maven Checkstyle Plugi
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="CheckstyleReport (Maven Checkstyle Plugin 2.9.1 API)";
+    parent.document.title="CheckstyleReport (Maven Checkstyle Plugin 2.10 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -90,7 +89,7 @@ org.apache.maven.plugin.checkstyle</FONT
 <BR>
 Class CheckstyleReport</H2>
 <PRE>
-<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">java.lang.Object</A>
+<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">java.lang.Object</A>
   <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html" title="class or interface in org.apache.maven.plugin">org.apache.maven.plugin.AbstractMojo</A>
       <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/AbstractMavenReport.html" title="class or interface in org.apache.maven.reporting">org.apache.maven.reporting.AbstractMavenReport</A>
           <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html" title="class in org.apache.maven.plugin.checkstyle">org.apache.maven.plugin.checkstyle.AbstractCheckstyleReport</A>
@@ -101,7 +100,10 @@ Class CheckstyleReport</H2>
 </DL>
 <HR>
 <DL>
-<DT><PRE>public class <B>CheckstyleReport</B><DT>extends <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html" title="class in org.apache.maven.plugin.checkstyle">AbstractCheckstyleReport</A></DL>
+<DT><PRE><FONT SIZE="-1"><A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html" title="class or interface in org.apache.maven.plugins.annotations">@Mojo</A>(<A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html#name()" title="class or interface in org.apache.maven.plugins.annotations">name</A>="checkstyle",
+      <A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html#requiresDependencyResolution()" title="class or interface in org.apache.maven.plugins.annotations">requiresDependencyResolution</A>=<A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/ResolutionScope.html#COMPILE" title="class or interface in org.apache.maven.plugins.annotations">COMPILE</A>,
+      <A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html#threadSafe()" title="class or interface in org.apache.maven.plugins.annotations">threadSafe</A>=true)
+</FONT>public class <B>CheckstyleReport</B><DT>extends <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html" title="class in org.apache.maven.plugin.checkstyle">AbstractCheckstyleReport</A></DL>
 </PRE>
 
 <P>
@@ -111,10 +113,10 @@ Perform a Checkstyle analysis, and gener
 <P>
 <DL>
 <DT><B>Version:</B></DT>
-  <DD>$Id: CheckstyleReport.java 1178094 2011-10-01 21:55:26Z olamy $</DD>
+  <DD>$Id: CheckstyleReport.java 1429846 2013-01-07 15:37:24Z dennisl $</DD>
 <DT><B>Author:</B></DT>
   <DD><a href="mailto:evenisse@apache.org">Emmanuel Venisse</a>, <a href="mailto:vincent.siveton@gmail.com">Vincent Siveton</a>, <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a></DD>
-<DT><B>Is defined by the goal name:</B></DT><DD>checkstyle</DD><DT><B>Requires the dependencies in this specified scope:</B></DT><DD>compile</DD></DL>
+</DL>
 <HR>
 
 <P>
@@ -133,7 +135,7 @@ Perform a Checkstyle analysis, and gener
 <TH ALIGN="left"><B>Fields inherited from class org.apache.maven.plugin.checkstyle.<A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html" title="class in org.apache.maven.plugin.checkstyle">AbstractCheckstyleReport</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#checkstyleExecutor">checkstyleExecutor</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#checkstyleRssGenerator">checkstyleRssGenerator</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#locator">locator</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#PLUGIN_RESOURCES">PLUGIN_RESOURCES</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#project">project</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#siteTool">siteTool</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#skip">skip</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#stringOutputStream">stringOutputStream</A></COD
 E></TD>
+<TD><CODE><A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#checkstyleExecutor">checkstyleExecutor</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#checkstyleRssGenerator">checkstyleRssGenerator</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#JAVA_FILES">JAVA_FILES</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#locator">locator</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#PLUGIN_RESOURCES">PLUGIN_RESOURCES</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#project">project</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#resources">resources</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#siteTool">siteTool</A>, <A HREF="
 ../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#skip">skip</A>, <A HREF="../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#stringOutputStream">stringOutputStream</A></CODE></TD>
 </TR>
 </TABLE>
 &nbsp;<A NAME="fields_inherited_from_class_org.apache.maven.reporting.MavenReport"><!-- --></A>
@@ -198,14 +200,14 @@ Perform a Checkstyle analysis, and gener
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReport.html#executeReport(java.util.Locale)">executeReport</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Locale.html" title="class or interface in java.util">Locale</A>&nbsp;locale)</CODE>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReport.html#executeReport(java.util.Locale)">executeReport</A></B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Locale.html" title="class or interface in java.util">Locale</A>&nbsp;locale)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReport.html#getOutputName()">getOutputName</A></B>()</CODE>
 
 <BR>
@@ -250,10 +252,10 @@ Perform a Checkstyle analysis, and gener
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></B></TH>
+<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#notifyAll()" title="c
 lass or interface in java.lang">notifyAll</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
+<TD><CODE><A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#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#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#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#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#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#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#notifyAll()" title="class or interface in java.la
 ng">notifyAll</A>, <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#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#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#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#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -305,7 +307,7 @@ protected <A HREF="http://maven.apache.o
 <A NAME="executeReport(java.util.Locale)"><!-- --></A><H3>
 executeReport</H3>
 <PRE>
-public void <B>executeReport</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Locale.html" title="class or interface in java.util">Locale</A>&nbsp;locale)
+public void <B>executeReport</B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Locale.html" title="class or interface in java.util">Locale</A>&nbsp;locale)
                    throws <A HREF="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenReportException.html" title="class or interface in org.apache.maven.reporting">MavenReportException</A></PRE>
 <DL>
 <DD>
@@ -344,7 +346,7 @@ protected <A HREF="../../../../../org/ap
 <A NAME="getOutputName()"><!-- --></A><H3>
 getOutputName</H3>
 <PRE>
-public <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getOutputName</B>()</PRE>
+public <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getOutputName</B>()</PRE>
 <DL>
 <DD>
 <P>
@@ -429,6 +431,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2005-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2005-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
 </BODY>
-</HTML>
+</HTML>
\ No newline at end of file

Modified: websites/production/maven/content/plugins/maven-checkstyle-plugin/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html
==============================================================================
--- websites/production/maven/content/plugins/maven-checkstyle-plugin/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html (original)
+++ websites/production/maven/content/plugins/maven-checkstyle-plugin/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html Fri Feb 22 18:41:48 2013
@@ -2,10 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_22) on Sat Feb 25 22:02:28 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-CheckstyleReportGenerator (Maven Checkstyle Plugin 2.9.1 API)
+CheckstyleReportGenerator (Maven Checkstyle Plugin 2.10 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.checkstyle.CheckstyleReportGenerator class">
@@ -15,7 +14,7 @@ CheckstyleReportGenerator (Maven Checkst
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="CheckstyleReportGenerator (Maven Checkstyle Plugin 2.9.1 API)";
+    parent.document.title="CheckstyleReportGenerator (Maven Checkstyle Plugin 2.10 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -90,12 +89,12 @@ org.apache.maven.plugin.checkstyle</FONT
 <BR>
 Class CheckstyleReportGenerator</H2>
 <PRE>
-<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">java.lang.Object</A>
+<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">java.lang.Object</A>
   <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.maven.plugin.checkstyle.CheckstyleReportGenerator</B>
 </PRE>
 <HR>
 <DL>
-<DT><PRE>public class <B>CheckstyleReportGenerator</B><DT>extends <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></DL>
+<DT><PRE>public class <B>CheckstyleReportGenerator</B><DT>extends <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></DL>
 </PRE>
 
 <P>
@@ -105,7 +104,7 @@ Generate a report based on CheckstyleRes
 <P>
 <DL>
 <DT><B>Version:</B></DT>
-  <DD>$Id: CheckstyleReportGenerator.java 942969 2010-05-11 00:32:30Z hboutemy $</DD>
+  <DD>$Id: CheckstyleReportGenerator.java 1384337 2012-09-13 13:53:19Z olamy $</DD>
 </DL>
 <HR>
 
@@ -121,8 +120,8 @@ Generate a report based on CheckstyleRes
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD><CODE><B><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></B>(<A HREF="http://maven.apache.org/doxia/doxia/doxia-sink-api/apidocs/org/apache/maven/doxia/sink/Sink.html" title="class or interface in org.apache.maven.doxia.sink">Sink</A>&nbsp;sink,
-                          <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/ResourceBundle.html" title="class or interface in java.util">ResourceBundle</A>&nbsp;bundle,
-                          <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/File.html" title="class or interface in java.io">File</A>&nbsp;basedir,
+                          <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/ResourceBundle.html" 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" 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" title="class or interface in org.apache.maven.doxia.tools">SiteTool</A>&nbsp;siteTool)</CODE>
 
 <BR>
@@ -172,7 +171,7 @@ Generate a report based on CheckstyleRes
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html#getXrefLocation()">getXrefLocation</A></B>()</CODE>
 
 <BR>
@@ -269,7 +268,7 @@ Generate a report based on CheckstyleRes
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html#setXrefLocation(java.lang.String)">setXrefLocation</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;xrefLocation)</CODE>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html#setXrefLocation(java.lang.String)">setXrefLocation</A></B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;xrefLocation)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -278,10 +277,10 @@ Generate a report based on CheckstyleRes
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></B></TH>
+<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#notifyAll()" title="c
 lass or interface in java.lang">notifyAll</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
+<TD><CODE><A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#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#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#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#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#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#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#notifyAll()" title="class or interface in java.la
 ng">notifyAll</A>, <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#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#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#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#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -301,8 +300,8 @@ Generate a report based on CheckstyleRes
 CheckstyleReportGenerator</H3>
 <PRE>
 public <B>CheckstyleReportGenerator</B>(<A HREF="http://maven.apache.org/doxia/doxia/doxia-sink-api/apidocs/org/apache/maven/doxia/sink/Sink.html" title="class or interface in org.apache.maven.doxia.sink">Sink</A>&nbsp;sink,
-                                 <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/ResourceBundle.html" title="class or interface in java.util">ResourceBundle</A>&nbsp;bundle,
-                                 <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/File.html" title="class or interface in java.io">File</A>&nbsp;basedir,
+                                 <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/ResourceBundle.html" 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" 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" title="class or interface in org.apache.maven.doxia.tools">SiteTool</A>&nbsp;siteTool)</PRE>
 <DL>
 </DL>
@@ -463,7 +462,7 @@ public void <B>setEnableRSS</B>(boolean&
 <A NAME="getXrefLocation()"><!-- --></A><H3>
 getXrefLocation</H3>
 <PRE>
-public <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getXrefLocation</B>()</PRE>
+public <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getXrefLocation</B>()</PRE>
 <DL>
 <DD><DL>
 </DL>
@@ -474,7 +473,7 @@ public <A HREF="http://download.oracle.c
 <A NAME="setXrefLocation(java.lang.String)"><!-- --></A><H3>
 setXrefLocation</H3>
 <PRE>
-public void <B>setXrefLocation</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;xrefLocation)</PRE>
+public void <B>setXrefLocation</B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;xrefLocation)</PRE>
 <DL>
 <DD><DL>
 </DL>
@@ -563,6 +562,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2005-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2005-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
 </BODY>
-</HTML>
+</HTML>
\ No newline at end of file

Modified: websites/production/maven/content/plugins/maven-checkstyle-plugin/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleReportListener.html
==============================================================================
--- websites/production/maven/content/plugins/maven-checkstyle-plugin/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleReportListener.html (original)
+++ websites/production/maven/content/plugins/maven-checkstyle-plugin/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleReportListener.html Fri Feb 22 18:41:48 2013
@@ -2,10 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_22) on Sat Feb 25 22:02:28 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-CheckstyleReportListener (Maven Checkstyle Plugin 2.9.1 API)
+CheckstyleReportListener (Maven Checkstyle Plugin 2.10 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.checkstyle.CheckstyleReportListener class">
@@ -15,7 +14,7 @@ CheckstyleReportListener (Maven Checksty
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="CheckstyleReportListener (Maven Checkstyle Plugin 2.9.1 API)";
+    parent.document.title="CheckstyleReportListener (Maven Checkstyle Plugin 2.10 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -90,12 +89,12 @@ org.apache.maven.plugin.checkstyle</FONT
 <BR>
 Class CheckstyleReportListener</H2>
 <PRE>
-<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">java.lang.Object</A>
+<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">java.lang.Object</A>
   <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/AutomaticBean.html" title="class or interface in com.puppycrawl.tools.checkstyle.api">com.puppycrawl.tools.checkstyle.api.AutomaticBean</A>
       <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.maven.plugin.checkstyle.CheckstyleReportListener</B>
 </PRE>
 <DL>
-<DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/AuditListener.html" title="class or interface in com.puppycrawl.tools.checkstyle.api">AuditListener</A>, <A HREF="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/Configurable.html" title="class or interface in com.puppycrawl.tools.checkstyle.api">Configurable</A>, <A HREF="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/Contextualizable.html" title="class or interface in com.puppycrawl.tools.checkstyle.api">Contextualizable</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/EventListener.html" title="class or interface in java.util">EventListener</A></DD>
+<DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/AuditListener.html" title="class or interface in com.puppycrawl.tools.checkstyle.api">AuditListener</A>, <A HREF="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/Configurable.html" title="class or interface in com.puppycrawl.tools.checkstyle.api">Configurable</A>, <A HREF="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/Contextualizable.html" title="class or interface in com.puppycrawl.tools.checkstyle.api">Contextualizable</A>, <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/EventListener.html" title="class or interface in java.util">EventListener</A></DD>
 </DL>
 <HR>
 <DL>
@@ -132,13 +131,13 @@ Listener in charge of receiving events f
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportListener.html#CheckstyleReportListener(java.io.File)">CheckstyleReportListener</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/File.html" title="class or interface in java.io">File</A>&nbsp;sourceDirectory)</CODE>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportListener.html#CheckstyleReportListener(java.io.File)">CheckstyleReportListener</A></B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html" title="class or interface in java.io">File</A>&nbsp;sourceDirectory)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportListener.html#CheckstyleReportListener(java.io.File, com.puppycrawl.tools.checkstyle.api.Configuration)">CheckstyleReportListener</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/File.html" title="class or interface in java.io">File</A>&nbsp;sourceDirectory,
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportListener.html#CheckstyleReportListener(java.io.File, com.puppycrawl.tools.checkstyle.api.Configuration)">CheckstyleReportListener</A></B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html" title="class or interface in java.io">File</A>&nbsp;sourceDirectory,
                          <A HREF="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/Configuration.html" title="class or interface in com.puppycrawl.tools.checkstyle.api">Configuration</A>&nbsp;configuration)</CODE>
 
 <BR>
@@ -166,7 +165,7 @@ Listener in charge of receiving events f
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportListener.html#addException(com.puppycrawl.tools.checkstyle.api.AuditEvent, java.lang.Throwable)">addException</A></B>(<A HREF="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html" title="class or interface in com.puppycrawl.tools.checkstyle.api">AuditEvent</A>&nbsp;event,
-             <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Throwable.html" title="class or interface in java.lang">Throwable</A>&nbsp;throwable)</CODE>
+             <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Throwable.html" title="class or interface in java.lang">Throwable</A>&nbsp;throwable)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -174,7 +173,7 @@ Listener in charge of receiving events f
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportListener.html#addSourceDirectory(java.io.File)">addSourceDirectory</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/File.html" title="class or interface in java.io">File</A>&nbsp;sourceDirectory)</CODE>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportListener.html#addSourceDirectory(java.io.File)">addSourceDirectory</A></B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html" title="class or interface in java.io">File</A>&nbsp;sourceDirectory)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -272,10 +271,10 @@ Listener in charge of receiving events f
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></B></TH>
+<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#notifyAll()" title="c
 lass or interface in java.lang">notifyAll</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
+<TD><CODE><A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#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#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#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#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#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#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#notifyAll()" title="class or interface in java.la
 ng">notifyAll</A>, <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#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#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#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#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -294,7 +293,7 @@ Listener in charge of receiving events f
 <A NAME="CheckstyleReportListener(java.io.File)"><!-- --></A><H3>
 CheckstyleReportListener</H3>
 <PRE>
-public <B>CheckstyleReportListener</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/File.html" title="class or interface in java.io">File</A>&nbsp;sourceDirectory)</PRE>
+public <B>CheckstyleReportListener</B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html" title="class or interface in java.io">File</A>&nbsp;sourceDirectory)</PRE>
 <DL>
 <DL>
 <DT><B>Parameters:</B><DD><CODE>sourceDirectory</CODE> - assume that is <code>sourceDirectory</code> is a not null directory and exists</DL>
@@ -304,7 +303,7 @@ public <B>CheckstyleReportListener</B>(<
 <A NAME="CheckstyleReportListener(java.io.File, com.puppycrawl.tools.checkstyle.api.Configuration)"><!-- --></A><H3>
 CheckstyleReportListener</H3>
 <PRE>
-public <B>CheckstyleReportListener</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/File.html" title="class or interface in java.io">File</A>&nbsp;sourceDirectory,
+public <B>CheckstyleReportListener</B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html" title="class or interface in java.io">File</A>&nbsp;sourceDirectory,
                                 <A HREF="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/Configuration.html" title="class or interface in com.puppycrawl.tools.checkstyle.api">Configuration</A>&nbsp;configuration)</PRE>
 <DL>
 <DL>
@@ -338,7 +337,7 @@ public <B>CheckstyleReportListener</B>(<
 <A NAME="addSourceDirectory(java.io.File)"><!-- --></A><H3>
 addSourceDirectory</H3>
 <PRE>
-public void <B>addSourceDirectory</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/File.html" title="class or interface in java.io">File</A>&nbsp;sourceDirectory)</PRE>
+public void <B>addSourceDirectory</B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html" title="class or interface in java.io">File</A>&nbsp;sourceDirectory)</PRE>
 <DL>
 <DD><DL>
 </DL>
@@ -462,7 +461,7 @@ public void <B>addError</B>(<A HREF="htt
 addException</H3>
 <PRE>
 public void <B>addException</B>(<A HREF="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html" title="class or interface in com.puppycrawl.tools.checkstyle.api">AuditEvent</A>&nbsp;event,
-                         <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Throwable.html" title="class or interface in java.lang">Throwable</A>&nbsp;throwable)</PRE>
+                         <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Throwable.html" title="class or interface in java.lang">Throwable</A>&nbsp;throwable)</PRE>
 <DL>
 <DD>
 <P>
@@ -595,6 +594,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2005-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2005-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
 </BODY>
-</HTML>
+</HTML>
\ No newline at end of file

Modified: websites/production/maven/content/plugins/maven-checkstyle-plugin/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleResults.html
==============================================================================
--- websites/production/maven/content/plugins/maven-checkstyle-plugin/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleResults.html (original)
+++ websites/production/maven/content/plugins/maven-checkstyle-plugin/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleResults.html Fri Feb 22 18:41:48 2013
@@ -2,10 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_22) on Sat Feb 25 22:02:28 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-CheckstyleResults (Maven Checkstyle Plugin 2.9.1 API)
+CheckstyleResults (Maven Checkstyle Plugin 2.10 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.checkstyle.CheckstyleResults class">
@@ -15,7 +14,7 @@ CheckstyleResults (Maven Checkstyle Plug
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="CheckstyleResults (Maven Checkstyle Plugin 2.9.1 API)";
+    parent.document.title="CheckstyleResults (Maven Checkstyle Plugin 2.10 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -90,12 +89,12 @@ org.apache.maven.plugin.checkstyle</FONT
 <BR>
 Class CheckstyleResults</H2>
 <PRE>
-<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">java.lang.Object</A>
+<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">java.lang.Object</A>
   <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.maven.plugin.checkstyle.CheckstyleResults</B>
 </PRE>
 <HR>
 <DL>
-<DT><PRE>public class <B>CheckstyleResults</B><DT>extends <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></DL>
+<DT><PRE>public class <B>CheckstyleResults</B><DT>extends <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></DL>
 </PRE>
 
 <P>
@@ -155,7 +154,7 @@ Object holding the references to the Che
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A>&lt;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>,<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html" title="class or interface in com.puppycrawl.tools.checkstyle.api">AuditEvent</A>&gt;&gt;</CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A>&lt;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>,<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html" title="class or interface in com.puppycrawl.tools.checkstyle.api">AuditEvent</A>&gt;&gt;</CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleResults.html#getFiles()">getFiles</A></B>()</CODE>
 
 <BR>
@@ -163,8 +162,8 @@ Object holding the references to the Che
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html" title="class or interface in com.puppycrawl.tools.checkstyle.api">AuditEvent</A>&gt;</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleResults.html#getFileViolations(java.lang.String)">getFileViolations</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;file)</CODE>
+<CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html" title="class or interface in com.puppycrawl.tools.checkstyle.api">AuditEvent</A>&gt;</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleResults.html#getFileViolations(java.lang.String)">getFileViolations</A></B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;file)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -172,7 +171,7 @@ Object holding the references to the Che
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;long</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleResults.html#getSeverityCount(java.util.List, com.puppycrawl.tools.checkstyle.api.SeverityLevel)">getSeverityCount</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html" title="class or interface in com.puppycrawl.tools.checkstyle.api">AuditEvent</A>&gt;&nbsp;violations,
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleResults.html#getSeverityCount(java.util.List, com.puppycrawl.tools.checkstyle.api.SeverityLevel)">getSeverityCount</A></B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html" title="class or interface in com.puppycrawl.tools.checkstyle.api">AuditEvent</A>&gt;&nbsp;violations,
                  <A HREF="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/SeverityLevel.html" title="class or interface in com.puppycrawl.tools.checkstyle.api">SeverityLevel</A>&nbsp;level)</CODE>
 
 <BR>
@@ -189,7 +188,7 @@ Object holding the references to the Che
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;long</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleResults.html#getSeverityCount(java.lang.String, com.puppycrawl.tools.checkstyle.api.SeverityLevel)">getSeverityCount</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;file,
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleResults.html#getSeverityCount(java.lang.String, com.puppycrawl.tools.checkstyle.api.SeverityLevel)">getSeverityCount</A></B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;file,
                  <A HREF="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/SeverityLevel.html" title="class or interface in com.puppycrawl.tools.checkstyle.api">SeverityLevel</A>&nbsp;level)</CODE>
 
 <BR>
@@ -206,7 +205,7 @@ Object holding the references to the Che
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleResults.html#setFiles(java.util.Map)">setFiles</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A>&lt;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>,<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html" title="class or interface in com.puppycrawl.tools.checkstyle.api">AuditEvent</A>&gt;&gt;&nbsp;files)</CODE>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleResults.html#setFiles(java.util.Map)">setFiles</A></B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A>&lt;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>,<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html" title="class or interface in com.puppycrawl.tools.checkstyle.api">AuditEvent</A>&gt;&gt;&nbsp;files)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -214,8 +213,8 @@ Object holding the references to the Che
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleResults.html#setFileViolations(java.lang.String, java.util.List)">setFileViolations</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;file,
-                  <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html" title="class or interface in com.puppycrawl.tools.checkstyle.api">AuditEvent</A>&gt;&nbsp;violations)</CODE>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleResults.html#setFileViolations(java.lang.String, java.util.List)">setFileViolations</A></B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;file,
+                  <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html" title="class or interface in com.puppycrawl.tools.checkstyle.api">AuditEvent</A>&gt;&nbsp;violations)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -224,10 +223,10 @@ Object holding the references to the Che
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></B></TH>
+<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#notifyAll()" title="c
 lass or interface in java.lang">notifyAll</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
+<TD><CODE><A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#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#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#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#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#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#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#notifyAll()" title="class or interface in java.la
 ng">notifyAll</A>, <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#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#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#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#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -263,7 +262,7 @@ public <B>CheckstyleResults</B>()</PRE>
 <A NAME="getFileViolations(java.lang.String)"><!-- --></A><H3>
 getFileViolations</H3>
 <PRE>
-public <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html" title="class or interface in com.puppycrawl.tools.checkstyle.api">AuditEvent</A>&gt; <B>getFileViolations</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;file)</PRE>
+public <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html" title="class or interface in com.puppycrawl.tools.checkstyle.api">AuditEvent</A>&gt; <B>getFileViolations</B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;file)</PRE>
 <DL>
 <DD><DL>
 </DL>
@@ -274,8 +273,8 @@ public <A HREF="http://download.oracle.c
 <A NAME="setFileViolations(java.lang.String, java.util.List)"><!-- --></A><H3>
 setFileViolations</H3>
 <PRE>
-public void <B>setFileViolations</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;file,
-                              <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html" title="class or interface in com.puppycrawl.tools.checkstyle.api">AuditEvent</A>&gt;&nbsp;violations)</PRE>
+public void <B>setFileViolations</B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;file,
+                              <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html" title="class or interface in com.puppycrawl.tools.checkstyle.api">AuditEvent</A>&gt;&nbsp;violations)</PRE>
 <DL>
 <DD><DL>
 </DL>
@@ -286,7 +285,7 @@ public void <B>setFileViolations</B>(<A 
 <A NAME="getFiles()"><!-- --></A><H3>
 getFiles</H3>
 <PRE>
-public <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A>&lt;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>,<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html" title="class or interface in com.puppycrawl.tools.checkstyle.api">AuditEvent</A>&gt;&gt; <B>getFiles</B>()</PRE>
+public <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A>&lt;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>,<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html" title="class or interface in com.puppycrawl.tools.checkstyle.api">AuditEvent</A>&gt;&gt; <B>getFiles</B>()</PRE>
 <DL>
 <DD><DL>
 </DL>
@@ -297,7 +296,7 @@ public <A HREF="http://download.oracle.c
 <A NAME="setFiles(java.util.Map)"><!-- --></A><H3>
 setFiles</H3>
 <PRE>
-public void <B>setFiles</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A>&lt;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>,<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html" title="class or interface in com.puppycrawl.tools.checkstyle.api">AuditEvent</A>&gt;&gt;&nbsp;files)</PRE>
+public void <B>setFiles</B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A>&lt;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>,<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html" title="class or interface in com.puppycrawl.tools.checkstyle.api">AuditEvent</A>&gt;&gt;&nbsp;files)</PRE>
 <DL>
 <DD><DL>
 </DL>
@@ -330,7 +329,7 @@ public long <B>getSeverityCount</B>(<A H
 <A NAME="getSeverityCount(java.lang.String, com.puppycrawl.tools.checkstyle.api.SeverityLevel)"><!-- --></A><H3>
 getSeverityCount</H3>
 <PRE>
-public long <B>getSeverityCount</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;file,
+public long <B>getSeverityCount</B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;file,
                              <A HREF="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/SeverityLevel.html" title="class or interface in com.puppycrawl.tools.checkstyle.api">SeverityLevel</A>&nbsp;level)</PRE>
 <DL>
 <DD><DL>
@@ -342,7 +341,7 @@ public long <B>getSeverityCount</B>(<A H
 <A NAME="getSeverityCount(java.util.List, com.puppycrawl.tools.checkstyle.api.SeverityLevel)"><!-- --></A><H3>
 getSeverityCount</H3>
 <PRE>
-public long <B>getSeverityCount</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html" title="class or interface in com.puppycrawl.tools.checkstyle.api">AuditEvent</A>&gt;&nbsp;violations,
+public long <B>getSeverityCount</B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/AuditEvent.html" title="class or interface in com.puppycrawl.tools.checkstyle.api">AuditEvent</A>&gt;&nbsp;violations,
                              <A HREF="http://checkstyle.sourceforge.net/apidocs/com/puppycrawl/tools/checkstyle/api/SeverityLevel.html" title="class or interface in com.puppycrawl.tools.checkstyle.api">SeverityLevel</A>&nbsp;level)</PRE>
 <DL>
 <DD><DL>
@@ -432,6 +431,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2005-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2005-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
 </BODY>
-</HTML>
+</HTML>
\ No newline at end of file

Modified: websites/production/maven/content/plugins/maven-checkstyle-plugin/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleViolationCheckMojo.html
==============================================================================
--- websites/production/maven/content/plugins/maven-checkstyle-plugin/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleViolationCheckMojo.html (original)
+++ websites/production/maven/content/plugins/maven-checkstyle-plugin/apidocs/org/apache/maven/plugin/checkstyle/CheckstyleViolationCheckMojo.html Fri Feb 22 18:41:48 2013
@@ -2,10 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_22) on Sat Feb 25 22:02:28 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-CheckstyleViolationCheckMojo (Maven Checkstyle Plugin 2.9.1 API)
+CheckstyleViolationCheckMojo (Maven Checkstyle Plugin 2.10 API)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.maven.plugin.checkstyle.CheckstyleViolationCheckMojo class">
@@ -15,7 +14,7 @@ CheckstyleViolationCheckMojo (Maven Chec
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="CheckstyleViolationCheckMojo (Maven Checkstyle Plugin 2.9.1 API)";
+    parent.document.title="CheckstyleViolationCheckMojo (Maven Checkstyle Plugin 2.10 API)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -90,7 +89,7 @@ org.apache.maven.plugin.checkstyle</FONT
 <BR>
 Class CheckstyleViolationCheckMojo</H2>
 <PRE>
-<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">java.lang.Object</A>
+<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">java.lang.Object</A>
   <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html" title="class or interface in org.apache.maven.plugin">org.apache.maven.plugin.AbstractMojo</A>
       <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.maven.plugin.checkstyle.CheckstyleViolationCheckMojo</B>
 </PRE>
@@ -99,22 +98,26 @@ Class CheckstyleViolationCheckMojo</H2>
 </DL>
 <HR>
 <DL>
-<DT><PRE>public class <B>CheckstyleViolationCheckMojo</B><DT>extends <A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html" title="class or interface in org.apache.maven.plugin">AbstractMojo</A></DL>
+<DT><PRE><FONT SIZE="-1"><A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html" title="class or interface in org.apache.maven.plugins.annotations">@Mojo</A>(<A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html#name()" title="class or interface in org.apache.maven.plugins.annotations">name</A>="check",
+      <A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html#defaultPhase()" title="class or interface in org.apache.maven.plugins.annotations">defaultPhase</A>=<A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/LifecyclePhase.html#VERIFY" title="class or interface in org.apache.maven.plugins.annotations">VERIFY</A>,
+      <A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html#requiresDependencyResolution()" title="class or interface in org.apache.maven.plugins.annotations">requiresDependencyResolution</A>=<A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/ResolutionScope.html#TEST" title="class or interface in org.apache.maven.plugins.annotations">TEST</A>,
+      <A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html#threadSafe()" title="class or interface in org.apache.maven.plugins.annotations">threadSafe</A>=true)
+</FONT>public class <B>CheckstyleViolationCheckMojo</B><DT>extends <A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html" title="class or interface in org.apache.maven.plugin">AbstractMojo</A></DL>
 </PRE>
 
 <P>
-Perform a violation check against the last Checkstyle run to see if there are
- any violations. It reads the Checkstyle output file, counts the number of
+Perform a violation check against the last Checkstyle run to see if there are
+ any violations. It reads the Checkstyle output file, counts the number of
  violations found and displays it on the console.
 <P>
 
 <P>
 <DL>
 <DT><B>Version:</B></DT>
-  <DD>$Id: CheckstyleViolationCheckMojo.java 1153384 2011-08-03 08:17:25Z olamy $</DD>
+  <DD>$Id: CheckstyleViolationCheckMojo.java 1384337 2012-09-13 13:53:19Z olamy $</DD>
 <DT><B>Author:</B></DT>
   <DD><a href="mailto:joakim@erdfelt.net">Joakim Erdfelt</a></DD>
-<DT><B>Is defined by the goal name:</B></DT><DD>check</DD><DT><B>Is bound to the specified phase of the standard build lifecycle:</B></DT><DD>verify</DD><DT><B>Requires the dependencies in this specified scope:</B></DT><DD>test</DD></DL>
+</DL>
 <HR>
 
 <P>
@@ -198,10 +201,10 @@ Perform a violation check against the la
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></B></TH>
+<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#notifyAll()" title="c
 lass or interface in java.lang">notifyAll</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
+<TD><CODE><A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#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#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#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#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#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#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#notifyAll()" title="class or interface in java.la
 ng">notifyAll</A>, <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#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#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#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#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -220,24 +223,27 @@ Perform a violation check against the la
 <A NAME="checkstyleExecutor"><!-- --></A><H3>
 checkstyleExecutor</H3>
 <PRE>
-protected <A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutor.html" title="interface in org.apache.maven.plugin.checkstyle">CheckstyleExecutor</A> <B>checkstyleExecutor</B></PRE>
+<FONT SIZE="-1"><A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Component.html" title="class or interface in org.apache.maven.plugins.annotations">@Component</A>(<A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Component.html#role()" title="class or interface in org.apache.maven.plugins.annotations">role</A>=<A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutor.html" title="interface in org.apache.maven.plugin.checkstyle">CheckstyleExecutor.class</A>,
+           <A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Component.html#hint()" title="class or interface in org.apache.maven.plugins.annotations">hint</A>="default")
+</FONT>protected <A HREF="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleExecutor.html" title="interface in org.apache.maven.plugin.checkstyle">CheckstyleExecutor</A> <B>checkstyleExecutor</B></PRE>
 <DL>
 <DL>
 <DT><B>Since:</B></DT>
   <DD>2.5</DD>
-<DT><B>Is a Plexus component defined by:</B></DT><DD><DL><DT><B>role:</B></DT><DD>org.apache.maven.plugin.checkstyle.CheckstyleExecutor</DD><DT><B>role-hint:</B></DT><DD>default</DD></DL></DD><DT><B>Is readonly.</B></DT><DD></DD><DT><B>Is required.</B></DT><DD></DD></DL>
+</DL>
 </DL>
 <HR>
 
 <A NAME="project"><!-- --></A><H3>
 project</H3>
 <PRE>
-protected <A HREF="http://maven.apache.org/maven-project/apidocs/org/apache/maven/project/MavenProject.html" title="class or interface in org.apache.maven.project">MavenProject</A> <B>project</B></PRE>
+<FONT SIZE="-1"><A HREF="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Component.html" title="class or interface in org.apache.maven.plugins.annotations">@Component</A>
+</FONT>protected <A HREF="http://maven.apache.org/maven-project/apidocs/org/apache/maven/project/MavenProject.html" title="class or interface in org.apache.maven.project">MavenProject</A> <B>project</B></PRE>
 <DL>
 <DD>The Maven Project Object.
 <P>
 <DL>
-<DT><B>Is defined by:</B></DT><DD><DL><DT><B>default-value:</B></DT><DD>${project}</DD></DL></DD><DT><B>Is readonly.</B></DT><DD></DD><DT><B>Is required.</B></DT><DD></DD></DL>
+</DL>
 </DL>
 
 <!-- ========= CONSTRUCTOR DETAIL ======== -->
@@ -344,6 +350,6 @@ DETAIL:&nbsp;<A HREF="#field_detail">FIE
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2005-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+Copyright &#169; 2005-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
 </BODY>
-</HTML>
+</HTML>
\ No newline at end of file