You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/06/30 21:16:47 UTC

svn commit: r914477 [4/24] - in /websites/production/maven-doxia/content/doxia-tools-archives/doxia-integration-tools-LATEST: ./ apidocs/ cobertura/ css/ images/ maven-doxia/ maven-doxia/content/ maven-doxia/content/doxia-tools-archives/ maven-doxia/co...

Added: websites/production/maven-doxia/content/doxia-tools-archives/doxia-integration-tools-LATEST/maven-doxia/content/doxia-tools-archives/doxia-integration-tools-LATEST/apidocs/org/apache/maven/doxia/tools/MojoLogWrapper.html
==============================================================================
--- websites/production/maven-doxia/content/doxia-tools-archives/doxia-integration-tools-LATEST/maven-doxia/content/doxia-tools-archives/doxia-integration-tools-LATEST/apidocs/org/apache/maven/doxia/tools/MojoLogWrapper.html (added)
+++ websites/production/maven-doxia/content/doxia-tools-archives/doxia-integration-tools-LATEST/maven-doxia/content/doxia-tools-archives/doxia-integration-tools-LATEST/apidocs/org/apache/maven/doxia/tools/MojoLogWrapper.html Mon Jun 30 19:16:43 2014
@@ -0,0 +1,567 @@
+<!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>MojoLogWrapper (Doxia :: Integration Tools 1.6-SNAPSHOT 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="MojoLogWrapper (Doxia :: Integration Tools 1.6-SNAPSHOT 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="../../../../../org/apache/maven/doxia/tools/package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/MojoLogWrapper.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/doxia/tools/DefaultSiteTool.html" title="class in org.apache.maven.doxia.tools"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/maven/doxia/tools/ReportComparator.html" title="class in org.apache.maven.doxia.tools"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/maven/doxia/tools/MojoLogWrapper.html" target="_top">Frames</a></li>
+<li><a href="MojoLogWrapper.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><a href="#constructor_summary">Constr</a>&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><a href="#constructor_detail">Constr</a>&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.doxia.tools</div>
+<h2 title="Class MojoLogWrapper" class="title">Class MojoLogWrapper</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><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">java.lang.Object</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.maven.doxia.tools.MojoLogWrapper</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.doxia.logging">Log</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="strong">MojoLogWrapper</span>
+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>
+implements <a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.doxia.logging">Log</a></pre>
+<div class="block">Wrap a Mojo logger into a Doxia logger.</div>
+<dl><dt><span class="strong">Since:</span></dt>
+  <dd>1.1</dd>
+<dt><span class="strong">Version:</span></dt>
+  <dd>$Id$</dd>
+<dt><span class="strong">Author:</span></dt>
+  <dd><a href="mailto:vincent.siveton@gmail.com">Vincent Siveton</a></dd>
+<dt><span class="strong">See Also:</span></dt><dd><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"><code>Log</code></a></dd></dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="fields_inherited_from_class_org.apache.maven.doxia.logging.Log">
+<!--   -->
+</a>
+<h3>Fields inherited from interface&nbsp;org.apache.maven.doxia.logging.<a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.doxia.logging">Log</a></h3>
+<code><a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true#LEVEL_DEBUG" title="class or interface in org.apache.maven.doxia.logging">LEVEL_DEBUG</a>, <a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true#LEVEL_DISABLED" title="class or interface in org.apache.maven.doxia.logging">LEVEL_DISABLED</a>, <a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true#LEVEL_ERROR" title="class or interface in org.apache.maven.doxia.logging">LEVEL_ERROR</a>, <a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true#LEVEL_FATAL" title="class or interface in org.apache.maven.doxia.logging">LEVEL_FATAL</a>, <a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.htm
 l?is-external=true#LEVEL_INFO" title="class or interface in org.apache.maven.doxia.logging">LEVEL_INFO</a>, <a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true#LEVEL_WARN" title="class or interface in org.apache.maven.doxia.logging">LEVEL_WARN</a></code></li>
+</ul>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/maven/doxia/tools/MojoLogWrapper.html#MojoLogWrapper(org.apache.maven.plugin.logging.Log)">MojoLogWrapper</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>
+</table>
+</li>
+</ul>
+<!-- ========== 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>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/doxia/tools/MojoLogWrapper.html#debug(java.lang.CharSequence)">debug</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;content)</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/doxia/tools/MojoLogWrapper.html#debug(java.lang.CharSequence, java.lang.Throwable)">debug</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;content,
+     <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;error)</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/doxia/tools/MojoLogWrapper.html#debug(java.lang.Throwable)">debug</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;error)</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/doxia/tools/MojoLogWrapper.html#error(java.lang.CharSequence)">error</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;content)</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/doxia/tools/MojoLogWrapper.html#error(java.lang.CharSequence, java.lang.Throwable)">error</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;content,
+     <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;error)</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/doxia/tools/MojoLogWrapper.html#error(java.lang.Throwable)">error</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;error)</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/doxia/tools/MojoLogWrapper.html#info(java.lang.CharSequence)">info</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;content)</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/doxia/tools/MojoLogWrapper.html#info(java.lang.CharSequence, java.lang.Throwable)">info</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;content,
+    <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;error)</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/doxia/tools/MojoLogWrapper.html#info(java.lang.Throwable)">info</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;error)</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/doxia/tools/MojoLogWrapper.html#isDebugEnabled()">isDebugEnabled</a></strong>()</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/doxia/tools/MojoLogWrapper.html#isErrorEnabled()">isErrorEnabled</a></strong>()</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/doxia/tools/MojoLogWrapper.html#isInfoEnabled()">isInfoEnabled</a></strong>()</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/doxia/tools/MojoLogWrapper.html#isWarnEnabled()">isWarnEnabled</a></strong>()</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/doxia/tools/MojoLogWrapper.html#setLogLevel(int)">setLogLevel</a></strong>(int&nbsp;level)</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/doxia/tools/MojoLogWrapper.html#warn(java.lang.CharSequence)">warn</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;content)</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/doxia/tools/MojoLogWrapper.html#warn(java.lang.CharSequence, java.lang.Throwable)">warn</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;content,
+    <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;error)</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/doxia/tools/MojoLogWrapper.html#warn(java.lang.Throwable)">warn</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;error)</code></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>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="MojoLogWrapper(org.apache.maven.plugin.logging.Log)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>MojoLogWrapper</h4>
+<pre>public&nbsp;MojoLogWrapper(<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)</pre>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>log</code> - a Mojo log</dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="setLogLevel(int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setLogLevel</h4>
+<pre>public&nbsp;void&nbsp;setLogLevel(int&nbsp;level)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true#setLogLevel(int)" title="class or interface in org.apache.maven.doxia.logging">setLogLevel</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.doxia.logging">Log</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="debug(java.lang.CharSequence)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>debug</h4>
+<pre>public&nbsp;void&nbsp;debug(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;content)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true#debug(java.lang.CharSequence)" title="class or interface in org.apache.maven.doxia.logging">debug</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.doxia.logging">Log</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="debug(java.lang.CharSequence, java.lang.Throwable)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>debug</h4>
+<pre>public&nbsp;void&nbsp;debug(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;content,
+         <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;error)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true#debug(java.lang.CharSequence, java.lang.Throwable)" title="class or interface in org.apache.maven.doxia.logging">debug</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.doxia.logging">Log</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="debug(java.lang.Throwable)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>debug</h4>
+<pre>public&nbsp;void&nbsp;debug(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;error)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true#debug(java.lang.Throwable)" title="class or interface in org.apache.maven.doxia.logging">debug</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.doxia.logging">Log</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="info(java.lang.CharSequence)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>info</h4>
+<pre>public&nbsp;void&nbsp;info(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;content)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true#info(java.lang.CharSequence)" title="class or interface in org.apache.maven.doxia.logging">info</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.doxia.logging">Log</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="info(java.lang.CharSequence, java.lang.Throwable)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>info</h4>
+<pre>public&nbsp;void&nbsp;info(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;content,
+        <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;error)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true#info(java.lang.CharSequence, java.lang.Throwable)" title="class or interface in org.apache.maven.doxia.logging">info</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.doxia.logging">Log</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="info(java.lang.Throwable)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>info</h4>
+<pre>public&nbsp;void&nbsp;info(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;error)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true#info(java.lang.Throwable)" title="class or interface in org.apache.maven.doxia.logging">info</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.doxia.logging">Log</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="warn(java.lang.CharSequence)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>warn</h4>
+<pre>public&nbsp;void&nbsp;warn(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;content)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true#warn(java.lang.CharSequence)" title="class or interface in org.apache.maven.doxia.logging">warn</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.doxia.logging">Log</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="warn(java.lang.CharSequence, java.lang.Throwable)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>warn</h4>
+<pre>public&nbsp;void&nbsp;warn(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;content,
+        <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;error)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true#warn(java.lang.CharSequence, java.lang.Throwable)" title="class or interface in org.apache.maven.doxia.logging">warn</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.doxia.logging">Log</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="warn(java.lang.Throwable)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>warn</h4>
+<pre>public&nbsp;void&nbsp;warn(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;error)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true#warn(java.lang.Throwable)" title="class or interface in org.apache.maven.doxia.logging">warn</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.doxia.logging">Log</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="error(java.lang.CharSequence)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>error</h4>
+<pre>public&nbsp;void&nbsp;error(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;content)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true#error(java.lang.CharSequence)" title="class or interface in org.apache.maven.doxia.logging">error</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.doxia.logging">Log</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="error(java.lang.CharSequence, java.lang.Throwable)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>error</h4>
+<pre>public&nbsp;void&nbsp;error(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;content,
+         <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;error)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true#error(java.lang.CharSequence, java.lang.Throwable)" title="class or interface in org.apache.maven.doxia.logging">error</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.doxia.logging">Log</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="error(java.lang.Throwable)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>error</h4>
+<pre>public&nbsp;void&nbsp;error(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;error)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true#error(java.lang.Throwable)" title="class or interface in org.apache.maven.doxia.logging">error</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.doxia.logging">Log</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="isDebugEnabled()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isDebugEnabled</h4>
+<pre>public&nbsp;boolean&nbsp;isDebugEnabled()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true#isDebugEnabled()" title="class or interface in org.apache.maven.doxia.logging">isDebugEnabled</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.doxia.logging">Log</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="isInfoEnabled()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isInfoEnabled</h4>
+<pre>public&nbsp;boolean&nbsp;isInfoEnabled()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true#isInfoEnabled()" title="class or interface in org.apache.maven.doxia.logging">isInfoEnabled</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.doxia.logging">Log</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="isWarnEnabled()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isWarnEnabled</h4>
+<pre>public&nbsp;boolean&nbsp;isWarnEnabled()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true#isWarnEnabled()" title="class or interface in org.apache.maven.doxia.logging">isWarnEnabled</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.doxia.logging">Log</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="isErrorEnabled()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>isErrorEnabled</h4>
+<pre>public&nbsp;boolean&nbsp;isErrorEnabled()</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true#isErrorEnabled()" title="class or interface in org.apache.maven.doxia.logging">isErrorEnabled</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/doxia/doxia/doxia-logging-api/apidocs/org/apache/maven/doxia/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.doxia.logging">Log</a></code></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="../../../../../org/apache/maven/doxia/tools/package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/MojoLogWrapper.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/doxia/tools/DefaultSiteTool.html" title="class in org.apache.maven.doxia.tools"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/maven/doxia/tools/ReportComparator.html" title="class in org.apache.maven.doxia.tools"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/maven/doxia/tools/MojoLogWrapper.html" target="_top">Frames</a></li>
+<li><a href="MojoLogWrapper.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><a href="#constructor_summary">Constr</a>&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><a href="#constructor_detail">Constr</a>&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-doxia/content/doxia-tools-archives/doxia-integration-tools-LATEST/maven-doxia/content/doxia-tools-archives/doxia-integration-tools-LATEST/apidocs/org/apache/maven/doxia/tools/MojoLogWrapper.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maven-doxia/content/doxia-tools-archives/doxia-integration-tools-LATEST/maven-doxia/content/doxia-tools-archives/doxia-integration-tools-LATEST/apidocs/org/apache/maven/doxia/tools/MojoLogWrapper.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maven-doxia/content/doxia-tools-archives/doxia-integration-tools-LATEST/maven-doxia/content/doxia-tools-archives/doxia-integration-tools-LATEST/apidocs/org/apache/maven/doxia/tools/ReportComparator.html
==============================================================================
--- websites/production/maven-doxia/content/doxia-tools-archives/doxia-integration-tools-LATEST/maven-doxia/content/doxia-tools-archives/doxia-integration-tools-LATEST/apidocs/org/apache/maven/doxia/tools/ReportComparator.html (added)
+++ websites/production/maven-doxia/content/doxia-tools-archives/doxia-integration-tools-LATEST/maven-doxia/content/doxia-tools-archives/doxia-integration-tools-LATEST/apidocs/org/apache/maven/doxia/tools/ReportComparator.html Mon Jun 30 19:16:43 2014
@@ -0,0 +1,281 @@
+<!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>ReportComparator (Doxia :: Integration Tools 1.6-SNAPSHOT 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="ReportComparator (Doxia :: Integration Tools 1.6-SNAPSHOT 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="../../../../../org/apache/maven/doxia/tools/package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/ReportComparator.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/doxia/tools/MojoLogWrapper.html" title="class in org.apache.maven.doxia.tools"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/maven/doxia/tools/SiteTool.html" title="interface in org.apache.maven.doxia.tools"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/maven/doxia/tools/ReportComparator.html" target="_top">Frames</a></li>
+<li><a href="ReportComparator.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><a href="#constructor_summary">Constr</a>&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><a href="#constructor_detail">Constr</a>&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.doxia.tools</div>
+<h2 title="Class ReportComparator" class="title">Class ReportComparator</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><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">java.lang.Object</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.maven.doxia.tools.ReportComparator</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util">Comparator</a>&lt;<a href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenReport.html?is-external=true" title="class or interface in org.apache.maven.reporting">MavenReport</a>&gt;</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="strong">ReportComparator</span>
+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>
+implements <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util">Comparator</a>&lt;<a href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenReport.html?is-external=true" title="class or interface in org.apache.maven.reporting">MavenReport</a>&gt;</pre>
+<div class="block">Sorts reports.</div>
+<dl><dt><span class="strong">Version:</span></dt>
+  <dd>$Id$</dd>
+<dt><span class="strong">Author:</span></dt>
+  <dd><a href="mailto:brett@apache.org">Brett Porter</a></dd></dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/maven/doxia/tools/ReportComparator.html#ReportComparator(java.util.Locale)">ReportComparator</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Locale.html?is-external=true" title="class or interface in java.util">Locale</a>&nbsp;locale)</code>
+<div class="block">Default constructor.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== 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>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/doxia/tools/ReportComparator.html#compare(org.apache.maven.reporting.MavenReport, org.apache.maven.reporting.MavenReport)">compare</a></strong>(<a href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenReport.html?is-external=true" title="class or interface in org.apache.maven.reporting">MavenReport</a>&nbsp;r1,
+       <a href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenReport.html?is-external=true" title="class or interface in org.apache.maven.reporting">MavenReport</a>&nbsp;r2)</code></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>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.util.Comparator">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;java.util.<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util">Comparator</a></h3>
+<code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Comparator.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.util">equals</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="ReportComparator(java.util.Locale)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>ReportComparator</h4>
+<pre>public&nbsp;ReportComparator(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Locale.html?is-external=true" title="class or interface in java.util">Locale</a>&nbsp;locale)</pre>
+<div class="block">Default constructor.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>locale</code> - not null</dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="compare(org.apache.maven.reporting.MavenReport, org.apache.maven.reporting.MavenReport)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>compare</h4>
+<pre>public&nbsp;int&nbsp;compare(<a href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenReport.html?is-external=true" title="class or interface in org.apache.maven.reporting">MavenReport</a>&nbsp;r1,
+          <a href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenReport.html?is-external=true" title="class or interface in org.apache.maven.reporting">MavenReport</a>&nbsp;r2)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Comparator.html?is-external=true#compare(T, T)" title="class or interface in java.util">compare</a></code>&nbsp;in interface&nbsp;<code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util">Comparator</a>&lt;<a href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenReport.html?is-external=true" title="class or interface in org.apache.maven.reporting">MavenReport</a>&gt;</code></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="../../../../../org/apache/maven/doxia/tools/package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/ReportComparator.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/doxia/tools/MojoLogWrapper.html" title="class in org.apache.maven.doxia.tools"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/maven/doxia/tools/SiteTool.html" title="interface in org.apache.maven.doxia.tools"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/maven/doxia/tools/ReportComparator.html" target="_top">Frames</a></li>
+<li><a href="ReportComparator.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><a href="#constructor_summary">Constr</a>&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><a href="#constructor_detail">Constr</a>&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-doxia/content/doxia-tools-archives/doxia-integration-tools-LATEST/maven-doxia/content/doxia-tools-archives/doxia-integration-tools-LATEST/apidocs/org/apache/maven/doxia/tools/ReportComparator.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maven-doxia/content/doxia-tools-archives/doxia-integration-tools-LATEST/maven-doxia/content/doxia-tools-archives/doxia-integration-tools-LATEST/apidocs/org/apache/maven/doxia/tools/ReportComparator.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision