Added: 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugins/pmd/PmdCollectingRenderer.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugins/pmd/PmdCollectingRenderer.html
 (added)
+++ 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugins/pmd/PmdCollectingRenderer.html
 Sun Jan 21 17:23:18 2018
@@ -0,0 +1,484 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="de">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>PmdCollectingRenderer (Apache Maven PMD Plugin 3.9.0 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="PmdCollectingRenderer (Apache Maven PMD Plugin 
3.9.0 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/PmdCollectingRenderer.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/plugins/pmd/HelpMojo.html" 
title="class in org.apache.maven.plugins.pmd"><span class="strong">Prev 
Class</span></a></li>
+<li><a href="../../../../../org/apache/maven/plugins/pmd/PmdFileInfo.html" 
title="class in org.apache.maven.plugins.pmd"><span class="strong">Next 
Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/maven/plugins/pmd/PmdCollectingRenderer.html"
 target="_top">Frames</a></li>
+<li><a href="PmdCollectingRenderer.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><a 
href="#fields_inherited_from_class_net.sourceforge.pmd.renderers.AbstractRenderer">Field</a>&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.plugins.pmd</div>
+<h2 title="Class PmdCollectingRenderer" class="title">Class 
PmdCollectingRenderer</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a 
href="http://docs.oracle.com/javase/7/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>net.sourceforge.pmd.properties.AbstractPropertySource</li>
+<li>
+<ul class="inheritance">
+<li>net.sourceforge.pmd.renderers.AbstractRenderer</li>
+<li>
+<ul class="inheritance">
+<li>org.apache.maven.plugins.pmd.PmdCollectingRenderer</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>net.sourceforge.pmd.properties.PropertySource, 
net.sourceforge.pmd.renderers.Renderer</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="strong">PmdCollectingRenderer</span>
+extends net.sourceforge.pmd.renderers.AbstractRenderer</pre>
+<div class="block">A PMD renderer, that collects all violations and processing 
errors
+ from a pmd execution.</div>
+<dl><dt><span class="strong">Author:</span></dt>
+  <dd>Andreas Dangel</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_net.sourceforge.pmd.renderers.AbstractRenderer">
+<!--   -->
+</a>
+<h3>Fields inherited from 
class&nbsp;net.sourceforge.pmd.renderers.AbstractRenderer</h3>
+<code>description, name, showSuppressedViolations, writer</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a 
name="fields_inherited_from_class_net.sourceforge.pmd.properties.AbstractPropertySource">
+<!--   -->
+</a>
+<h3>Fields inherited from 
class&nbsp;net.sourceforge.pmd.properties.AbstractPropertySource</h3>
+<code>propertyDescriptors, propertyValuesByDescriptor</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/plugins/pmd/PmdCollectingRenderer.html#PmdCollectingRenderer()">PmdCollectingRenderer</a></strong>()</code>
+<div class="block">Collects all reports from all threads.</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>net.sourceforge.pmd.Report</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugins/pmd/PmdCollectingRenderer.html#asReport()">asReport</a></strong>()</code>
+<div class="block">Create a new single report with all violations for further 
rendering into other formats than HTML.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugins/pmd/PmdCollectingRenderer.html#defaultFileExtension()">defaultFileExtension</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugins/pmd/PmdCollectingRenderer.html#end()">end</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in 
java.util">List</a>&lt;net.sourceforge.pmd.Report.ProcessingError&gt;</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugins/pmd/PmdCollectingRenderer.html#getErrors()">getErrors</a></strong>()</code>
+<div class="block">Gets all the processing errors.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugins/pmd/PmdCollectingRenderer.html#getErrorsAsString(boolean)">getErrorsAsString</a></strong>(boolean&nbsp;withDetails)</code>
+<div class="block">Gets the errors as a single string.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in 
java.util">List</a>&lt;net.sourceforge.pmd.RuleViolation&gt;</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugins/pmd/PmdCollectingRenderer.html#getViolations()">getViolations</a></strong>()</code>
+<div class="block">Gets the list of all found violations.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugins/pmd/PmdCollectingRenderer.html#hasErrors()">hasErrors</a></strong>()</code>
+<div class="block">Checks whether any processing errors have been found.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugins/pmd/PmdCollectingRenderer.html#hasViolations()">hasViolations</a></strong>()</code>
+<div class="block">Checks whether any violations have been found.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugins/pmd/PmdCollectingRenderer.html#renderFileReport(net.sourceforge.pmd.Report)">renderFileReport</a></strong>(net.sourceforge.pmd.Report&nbsp;report)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugins/pmd/PmdCollectingRenderer.html#start()">start</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugins/pmd/PmdCollectingRenderer.html#startFileAnalysis(net.sourceforge.pmd.util.datasource.DataSource)">startFileAnalysis</a></strong>(net.sourceforge.pmd.util.datasource.DataSource&nbsp;dataSource)</code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a 
name="methods_inherited_from_class_net.sourceforge.pmd.renderers.AbstractRenderer">
+<!--   -->
+</a>
+<h3>Methods inherited from 
class&nbsp;net.sourceforge.pmd.renderers.AbstractRenderer</h3>
+<code>flush, getDescription, getName, getWriter, isShowSuppressedViolations, 
setDescription, setName, setShowSuppressedViolations, setWriter</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a 
name="methods_inherited_from_class_net.sourceforge.pmd.properties.AbstractPropertySource">
+<!--   -->
+</a>
+<h3>Methods inherited from 
class&nbsp;net.sourceforge.pmd.properties.AbstractPropertySource</h3>
+<code>copyPropertyDescriptors, copyPropertyValues, definePropertyDescriptor, 
dysfunctionReason, getPropertiesByPropertyDescriptor, getProperty, 
getPropertyDescriptor, getPropertyDescriptors, hasDescriptor, 
ignoredProperties, setProperty, setProperty, useDefaultValueFor, 
usesDefaultValues</code></li>
+</ul>
+<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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/javase/7/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/7/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/7/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/7/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/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)"
 title="class or interface in java.lang">wait</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a 
name="methods_inherited_from_class_net.sourceforge.pmd.properties.PropertySource">
+<!--   -->
+</a>
+<h3>Methods inherited from 
interface&nbsp;net.sourceforge.pmd.properties.PropertySource</h3>
+<code>definePropertyDescriptor, dysfunctionReason, 
getPropertiesByPropertyDescriptor, getProperty, getPropertyDescriptor, 
getPropertyDescriptors, hasDescriptor, ignoredProperties, setProperty, 
setProperty, useDefaultValueFor, usesDefaultValues</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="PmdCollectingRenderer()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>PmdCollectingRenderer</h4>
+<pre>public&nbsp;PmdCollectingRenderer()</pre>
+<div class="block">Collects all reports from all threads.</div>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="renderFileReport(net.sourceforge.pmd.Report)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>renderFileReport</h4>
+<pre>public&nbsp;void&nbsp;renderFileReport(net.sourceforge.pmd.Report&nbsp;report)
+                      throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code></dd></dl>
+</li>
+</ul>
+<a name="hasViolations()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>hasViolations</h4>
+<pre>public&nbsp;boolean&nbsp;hasViolations()</pre>
+<div class="block">Checks whether any violations have been found.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if at 
least one violations has been found</dd></dl>
+</li>
+</ul>
+<a name="getViolations()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getViolations</h4>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in 
java.util">List</a>&lt;net.sourceforge.pmd.RuleViolation&gt;&nbsp;getViolations()</pre>
+<div class="block">Gets the list of all found violations.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the violations</dd></dl>
+</li>
+</ul>
+<a name="hasErrors()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>hasErrors</h4>
+<pre>public&nbsp;boolean&nbsp;hasErrors()</pre>
+<div class="block">Checks whether any processing errors have been found.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if any 
errors have been found</dd></dl>
+</li>
+</ul>
+<a name="getErrors()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getErrors</h4>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in 
java.util">List</a>&lt;net.sourceforge.pmd.Report.ProcessingError&gt;&nbsp;getErrors()</pre>
+<div class="block">Gets all the processing errors.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the errors</dd></dl>
+</li>
+</ul>
+<a name="getErrorsAsString(boolean)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getErrorsAsString</h4>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String</a>&nbsp;getErrorsAsString(boolean&nbsp;withDetails)</pre>
+<div class="block">Gets the errors as a single string. Each error is in its 
own line.</div>
+<dl><dt><span 
class="strong">Parameters:</span></dt><dd><code>withDetails</code> - if 
<code>true</code> then add the error details additionally (contains e.g. the 
stacktrace)</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the errors as string</dd></dl>
+</li>
+</ul>
+<a name="asReport()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>asReport</h4>
+<pre>public&nbsp;net.sourceforge.pmd.Report&nbsp;asReport()</pre>
+<div class="block">Create a new single report with all violations for further 
rendering into other formats than HTML.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the report</dd></dl>
+</li>
+</ul>
+<a name="defaultFileExtension()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>defaultFileExtension</h4>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String</a>&nbsp;defaultFileExtension()</pre>
+</li>
+</ul>
+<a name="start()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>start</h4>
+<pre>public&nbsp;void&nbsp;start()
+           throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code></dd></dl>
+</li>
+</ul>
+<a name="startFileAnalysis(net.sourceforge.pmd.util.datasource.DataSource)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>startFileAnalysis</h4>
+<pre>public&nbsp;void&nbsp;startFileAnalysis(net.sourceforge.pmd.util.datasource.DataSource&nbsp;dataSource)</pre>
+</li>
+</ul>
+<a name="end()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>end</h4>
+<pre>public&nbsp;void&nbsp;end()
+         throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</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="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/PmdCollectingRenderer.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/plugins/pmd/HelpMojo.html" 
title="class in org.apache.maven.plugins.pmd"><span class="strong">Prev 
Class</span></a></li>
+<li><a href="../../../../../org/apache/maven/plugins/pmd/PmdFileInfo.html" 
title="class in org.apache.maven.plugins.pmd"><span class="strong">Next 
Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/maven/plugins/pmd/PmdCollectingRenderer.html"
 target="_top">Frames</a></li>
+<li><a href="PmdCollectingRenderer.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><a 
href="#fields_inherited_from_class_net.sourceforge.pmd.renderers.AbstractRenderer">Field</a>&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;2018 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>
\ No newline at end of file

Added: 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugins/pmd/PmdFileInfo.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugins/pmd/PmdFileInfo.html
 (added)
+++ 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugins/pmd/PmdFileInfo.html
 Sun Jan 21 17:23:18 2018
@@ -0,0 +1,291 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="de">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>PmdFileInfo (Apache Maven PMD Plugin 3.9.0 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="PmdFileInfo (Apache Maven PMD Plugin 3.9.0 
API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/PmdFileInfo.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/plugins/pmd/PmdCollectingRenderer.html" 
title="class in org.apache.maven.plugins.pmd"><span class="strong">Prev 
Class</span></a></li>
+<li><a href="../../../../../org/apache/maven/plugins/pmd/PmdReport.html" 
title="class in org.apache.maven.plugins.pmd"><span class="strong">Next 
Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/maven/plugins/pmd/PmdFileInfo.html" 
target="_top">Frames</a></li>
+<li><a href="PmdFileInfo.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.plugins.pmd</div>
+<h2 title="Class PmdFileInfo" class="title">Class PmdFileInfo</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a 
href="http://docs.oracle.com/javase/7/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.plugins.pmd.PmdFileInfo</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public class <span class="strong">PmdFileInfo</span>
+extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></pre>
+<dl><dt><span class="strong">Version:</span></dt>
+  <dd>$Id$</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/plugins/pmd/PmdFileInfo.html#PmdFileInfo(org.apache.maven.project.MavenProject,%20java.io.File,%20java.lang.String)">PmdFileInfo</a></strong>(<a
 
href="http://maven.apache.org/maven-compat/apidocs/org/apache/maven/project/MavenProject.html?is-external=true";
 title="class or interface in 
org.apache.maven.project">MavenProject</a>&nbsp;project,
+           <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true";
 title="class or interface in java.io">File</a>&nbsp;dir,
+           <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;x)</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><a 
href="http://maven.apache.org/maven-compat/apidocs/org/apache/maven/project/MavenProject.html?is-external=true";
 title="class or interface in 
org.apache.maven.project">MavenProject</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugins/pmd/PmdFileInfo.html#getProject()">getProject</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true";
 title="class or interface in java.io">File</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugins/pmd/PmdFileInfo.html#getSourceDirectory()">getSourceDirectory</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugins/pmd/PmdFileInfo.html#getXrefLocation()">getXrefLocation</a></strong>()</code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<a 
href="http://docs.oracle.com/javase/7/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/7/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/7/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/7/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/7/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/7/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/7/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/javase/7/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/7/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/7/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/7/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/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)"
 title="class or interface in java.lang">wait</a></code></li>
+</ul>
+</li>
+</ul>
+</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="PmdFileInfo(org.apache.maven.project.MavenProject, java.io.File, 
java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>PmdFileInfo</h4>
+<pre>public&nbsp;PmdFileInfo(<a 
href="http://maven.apache.org/maven-compat/apidocs/org/apache/maven/project/MavenProject.html?is-external=true";
 title="class or interface in 
org.apache.maven.project">MavenProject</a>&nbsp;project,
+           <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true";
 title="class or interface in java.io">File</a>&nbsp;dir,
+           <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;x)
+            throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code></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="getXrefLocation()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getXrefLocation</h4>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;getXrefLocation()</pre>
+</li>
+</ul>
+<a name="getSourceDirectory()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSourceDirectory</h4>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true";
 title="class or interface in java.io">File</a>&nbsp;getSourceDirectory()</pre>
+</li>
+</ul>
+<a name="getProject()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getProject</h4>
+<pre>public&nbsp;<a 
href="http://maven.apache.org/maven-compat/apidocs/org/apache/maven/project/MavenProject.html?is-external=true";
 title="class or interface in 
org.apache.maven.project">MavenProject</a>&nbsp;getProject()</pre>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/PmdFileInfo.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/plugins/pmd/PmdCollectingRenderer.html" 
title="class in org.apache.maven.plugins.pmd"><span class="strong">Prev 
Class</span></a></li>
+<li><a href="../../../../../org/apache/maven/plugins/pmd/PmdReport.html" 
title="class in org.apache.maven.plugins.pmd"><span class="strong">Next 
Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/maven/plugins/pmd/PmdFileInfo.html" 
target="_top">Frames</a></li>
+<li><a href="PmdFileInfo.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;2018 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>
\ No newline at end of file

Added: 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugins/pmd/PmdReport.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugins/pmd/PmdReport.html
 (added)
+++ 
websites/production/maven/components/plugins-archives/maven-pmd-plugin-LATEST/apidocs/org/apache/maven/plugins/pmd/PmdReport.html
 Sun Jan 21 17:23:18 2018
@@ -0,0 +1,476 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="de">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>PmdReport (Apache Maven PMD Plugin 3.9.0 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="PmdReport (Apache Maven PMD Plugin 3.9.0 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/PmdReport.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/plugins/pmd/PmdFileInfo.html" 
title="class in org.apache.maven.plugins.pmd"><span class="strong">Prev 
Class</span></a></li>
+<li><a 
href="../../../../../org/apache/maven/plugins/pmd/PmdReportGenerator.html" 
title="class in org.apache.maven.plugins.pmd"><span class="strong">Next 
Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/maven/plugins/pmd/PmdReport.html" 
target="_top">Frames</a></li>
+<li><a href="PmdReport.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><a 
href="#fields_inherited_from_class_org.apache.maven.plugins.pmd.AbstractPmdReport">Field</a>&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.plugins.pmd</div>
+<h2 title="Class PmdReport" class="title">Class PmdReport</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a 
href="http://docs.oracle.com/javase/7/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><a 
href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true";
 title="class or interface in 
org.apache.maven.plugin">org.apache.maven.plugin.AbstractMojo</a></li>
+<li>
+<ul class="inheritance">
+<li><a 
href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/AbstractMavenReport.html?is-external=true";
 title="class or interface in 
org.apache.maven.reporting">org.apache.maven.reporting.AbstractMavenReport</a></li>
+<li>
+<ul class="inheritance">
+<li><a 
href="../../../../../org/apache/maven/plugins/pmd/AbstractPmdReport.html" 
title="class in 
org.apache.maven.plugins.pmd">org.apache.maven.plugins.pmd.AbstractPmdReport</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.maven.plugins.pmd.PmdReport</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</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/maven-plugin-api/apidocs/org/apache/maven/plugin/ContextEnabled.html?is-external=true";
 title="class or interface in org.apache.maven.plugin">ContextEnabled</a>, <a 
href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true";
 title="class or interface in org.apache.maven.plugin">Mojo</a>, <a 
href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenMultiPageReport.html?is-external=true";
 title="class or interface in 
org.apache.maven.reporting">MavenMultiPageReport</a>, <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></dd>
+</dl>
+<hr>
+<br>
+<pre><a 
href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true";
 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?is-external=true#name()"
 title="class or interface in 
org.apache.maven.plugins.annotations">name</a>="pmd",
+      <a 
href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true#threadSafe()"
 title="class or interface in 
org.apache.maven.plugins.annotations">threadSafe</a>=true,
+      <a 
href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true#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?is-external=true#TEST";
 title="class or interface in org.apache.maven.plugins.annotations">TEST</a>)
+public class <span class="strong">PmdReport</span>
+extends <a 
href="../../../../../org/apache/maven/plugins/pmd/AbstractPmdReport.html" 
title="class in org.apache.maven.plugins.pmd">AbstractPmdReport</a></pre>
+<div class="block">Creates a PMD report.</div>
+<dl><dt><span class="strong">Since:</span></dt>
+  <dd>2.0</dd>
+<dt><span class="strong">Version:</span></dt>
+  <dd>$Id$</dd>
+<dt><span class="strong">Author:</span></dt>
+  <dd>Brett Porter</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.plugins.pmd.AbstractPmdReport">
+<!--   -->
+</a>
+<h3>Fields inherited from class&nbsp;org.apache.maven.plugins.pmd.<a 
href="../../../../../org/apache/maven/plugins/pmd/AbstractPmdReport.html" 
title="class in org.apache.maven.plugins.pmd">AbstractPmdReport</a></h3>
+<code><a 
href="../../../../../org/apache/maven/plugins/pmd/AbstractPmdReport.html#aggregate">aggregate</a>,
 <a 
href="../../../../../org/apache/maven/plugins/pmd/AbstractPmdReport.html#excludeFromFailureFile">excludeFromFailureFile</a>,
 <a 
href="../../../../../org/apache/maven/plugins/pmd/AbstractPmdReport.html#filesToProcess">filesToProcess</a>,
 <a 
href="../../../../../org/apache/maven/plugins/pmd/AbstractPmdReport.html#format">format</a>,
 <a 
href="../../../../../org/apache/maven/plugins/pmd/AbstractPmdReport.html#includeTests">includeTests</a>,
 <a 
href="../../../../../org/apache/maven/plugins/pmd/AbstractPmdReport.html#includeXmlInSite">includeXmlInSite</a>,
 <a 
href="../../../../../org/apache/maven/plugins/pmd/AbstractPmdReport.html#outputDirectory">outputDirectory</a>,
 <a 
href="../../../../../org/apache/maven/plugins/pmd/AbstractPmdReport.html#project">project</a>,
 <a 
href="../../../../../org/apache/maven/plugins/pmd/AbstractPmdReport.html#reactorProjects">reactorProjects</a>,
 <a 
 
href="../../../../../org/apache/maven/plugins/pmd/AbstractPmdReport.html#showPmdLog">showPmdLog</a>,
 <a 
href="../../../../../org/apache/maven/plugins/pmd/AbstractPmdReport.html#skipEmptyReport">skipEmptyReport</a>,
 <a 
href="../../../../../org/apache/maven/plugins/pmd/AbstractPmdReport.html#targetDirectory">targetDirectory</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a 
name="fields_inherited_from_class_org.apache.maven.reporting.MavenReport">
+<!--   -->
+</a>
+<h3>Fields inherited from interface&nbsp;org.apache.maven.reporting.<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></h3>
+<code><a 
href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenReport.html?is-external=true#CATEGORY_PROJECT_INFORMATION";
 title="class or interface in 
org.apache.maven.reporting">CATEGORY_PROJECT_INFORMATION</a>, <a 
href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenReport.html?is-external=true#CATEGORY_PROJECT_REPORTS";
 title="class or interface in 
org.apache.maven.reporting">CATEGORY_PROJECT_REPORTS</a>, <a 
href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenReport.html?is-external=true#ROLE";
 title="class or interface in org.apache.maven.reporting">ROLE</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a 
name="fields_inherited_from_class_org.apache.maven.plugin.Mojo">
+<!--   -->
+</a>
+<h3>Fields inherited from interface&nbsp;org.apache.maven.plugin.<a 
href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true";
 title="class or interface in org.apache.maven.plugin">Mojo</a></h3>
+<code><a 
href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true#ROLE";
 title="class or interface in org.apache.maven.plugin">ROLE</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/plugins/pmd/PmdReport.html#PmdReport()">PmdReport</a></strong>()</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>boolean</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugins/pmd/PmdReport.html#canGenerateReport()">canGenerateReport</a></strong>()</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>net.sourceforge.pmd.renderers.Renderer</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugins/pmd/PmdReport.html#createRenderer()">createRenderer</a></strong>()</code>
+<div class="block">Create and return the correct renderer for the output 
type.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugins/pmd/PmdReport.html#executeReport(java.util.Locale)">executeReport</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Locale.html?is-external=true";
 title="class or interface in java.util">Locale</a>&nbsp;locale)</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugins/pmd/PmdReport.html#getDescription(java.util.Locale)">getDescription</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Locale.html?is-external=true";
 title="class or interface in java.util">Locale</a>&nbsp;locale)</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugins/pmd/PmdReport.html#getLocationTemp(java.lang.String)">getLocationTemp</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</code>
+<div class="block">Convenience method to get the location of the specified 
file name.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugins/pmd/PmdReport.html#getName(java.util.Locale)">getName</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Locale.html?is-external=true";
 title="class or interface in java.util">Locale</a>&nbsp;locale)</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugins/pmd/PmdReport.html#getOutputName()">getOutputName</a></strong>()</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>net.sourceforge.pmd.PMDConfiguration</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugins/pmd/PmdReport.html#getPMDConfiguration()">getPMDConfiguration</a></strong>()</code>
+<div class="block">Constructs the PMD configuration class, passing it an 
argument that configures the target JDK.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugins/pmd/PmdReport.html#setRulesets(java.lang.String[])">setRulesets</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>[]&nbsp;rulesets)</code>
+<div class="block">Configures the PMD rulesets to be used directly.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a 
name="methods_inherited_from_class_org.apache.maven.plugins.pmd.AbstractPmdReport">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.maven.plugins.pmd.<a 
href="../../../../../org/apache/maven/plugins/pmd/AbstractPmdReport.html" 
title="class in org.apache.maven.plugins.pmd">AbstractPmdReport</a></h3>
+<code><a 
href="../../../../../org/apache/maven/plugins/pmd/AbstractPmdReport.html#constructXRefLocation(boolean)">constructXRefLocation</a>,
 <a 
href="../../../../../org/apache/maven/plugins/pmd/AbstractPmdReport.html#getFilesToProcess()">getFilesToProcess</a>,
 <a 
href="../../../../../org/apache/maven/plugins/pmd/AbstractPmdReport.html#getOutputDirectory()">getOutputDirectory</a>,
 <a 
href="../../../../../org/apache/maven/plugins/pmd/AbstractPmdReport.html#getOutputEncoding()">getOutputEncoding</a>,
 <a 
href="../../../../../org/apache/maven/plugins/pmd/AbstractPmdReport.html#getProject()">getProject</a>,
 <a 
href="../../../../../org/apache/maven/plugins/pmd/AbstractPmdReport.html#getSiteRenderer()">getSiteRenderer</a>,
 <a 
href="../../../../../org/apache/maven/plugins/pmd/AbstractPmdReport.html#getSourceEncoding()">getSourceEncoding</a>,
 <a 
href="../../../../../org/apache/maven/plugins/pmd/AbstractPmdReport.html#isHtml()">isHtml</a>,
 <a href="../../../../../org/apache/maven/plugins/pmd/A
 bstractPmdReport.html#isXml()">isXml</a>, <a 
href="../../../../../org/apache/maven/plugins/pmd/AbstractPmdReport.html#setupPmdLogging()">setupPmdLogging</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a 
name="methods_inherited_from_class_org.apache.maven.reporting.AbstractMavenReport">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.maven.reporting.<a 
href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/AbstractMavenReport.html?is-external=true";
 title="class or interface in 
org.apache.maven.reporting">AbstractMavenReport</a></h3>
+<code><a 
href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/AbstractMavenReport.html?is-external=true#closeReport()"
 title="class or interface in org.apache.maven.reporting">closeReport</a>, <a 
href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/AbstractMavenReport.html?is-external=true#execute()"
 title="class or interface in org.apache.maven.reporting">execute</a>, <a 
href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/AbstractMavenReport.html?is-external=true#generate(org.codehaus.doxia.sink.Sink,%20java.util.Locale)"
 title="class or interface in org.apache.maven.reporting">generate</a>, <a 
href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/AbstractMavenReport.html?is-external=true#generate(org.apache.maven.doxia.sink.Sink,%20java.util.Locale)"
 title="class or interface in org.apache.maven.reporting">generate</a>, <a href
 
="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/AbstractMavenReport.html?is-external=true#generate(org.apache.maven.doxia.sink.Sink,%20org.apache.maven.doxia.sink.SinkFactory,%20java.util.Locale)"
 title="class or interface in org.apache.maven.reporting">generate</a>, <a 
href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/AbstractMavenReport.html?is-external=true#getCategoryName()"
 title="class or interface in org.apache.maven.reporting">getCategoryName</a>, 
<a 
href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/AbstractMavenReport.html?is-external=true#getInputEncoding()"
 title="class or interface in org.apache.maven.reporting">getInputEncoding</a>, 
<a 
href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/AbstractMavenReport.html?is-external=true#getReportOutputDirectory()"
 title="class or interface in org.apache.maven.reportin
 g">getReportOutputDirectory</a>, <a 
href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/AbstractMavenReport.html?is-external=true#getSink()"
 title="class or interface in org.apache.maven.reporting">getSink</a>, <a 
href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/AbstractMavenReport.html?is-external=true#getSinkFactory()"
 title="class or interface in org.apache.maven.reporting">getSinkFactory</a>, 
<a 
href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/AbstractMavenReport.html?is-external=true#isExternalReport()"
 title="class or interface in org.apache.maven.reporting">isExternalReport</a>, 
<a 
href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/AbstractMavenReport.html?is-external=true#setReportOutputDirectory(java.io.File)"
 title="class or interface in 
org.apache.maven.reporting">setReportOutputDirectory</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a 
name="methods_inherited_from_class_org.apache.maven.plugin.AbstractMojo">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.maven.plugin.<a 
href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true";
 title="class or interface in org.apache.maven.plugin">AbstractMojo</a></h3>
+<code><a 
href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#getLog()"
 title="class or interface in org.apache.maven.plugin">getLog</a>, <a 
href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#getPluginContext()"
 title="class or interface in org.apache.maven.plugin">getPluginContext</a>, <a 
href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#setLog(org.apache.maven.plugin.logging.Log)"
 title="class or interface in org.apache.maven.plugin">setLog</a>, <a 
href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#setPluginContext(java.util.Map)"
 title="class or interface in 
org.apache.maven.plugin">setPluginContext</a></code></li>
+</ul>
+<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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/javase/7/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/7/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/7/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/7/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/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)"
 title="class or interface in java.lang">wait</a></code></li>
+</ul>
+</li>
+</ul>
+</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="PmdReport()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>PmdReport</h4>
+<pre>public&nbsp;PmdReport()</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getName(java.util.Locale)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getName</h4>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;getName(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Locale.html?is-external=true";
 title="class or interface in java.util">Locale</a>&nbsp;locale)</pre>
+</li>
+</ul>
+<a name="getDescription(java.util.Locale)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDescription</h4>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;getDescription(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Locale.html?is-external=true";
 title="class or interface in java.util">Locale</a>&nbsp;locale)</pre>
+</li>
+</ul>
+<a name="setRulesets(java.lang.String[])">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setRulesets</h4>
+<pre>public&nbsp;void&nbsp;setRulesets(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>[]&nbsp;rulesets)</pre>
+<div class="block">Configures the PMD rulesets to be used directly.
+ Note: Usually the rulesets are configured via the property.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>rulesets</code> 
- the PMD rulesets to be used.</dd><dt><span class="strong">See 
Also:</span></dt><dd><a 
href="../../../../../org/apache/maven/plugins/pmd/PmdReport.html#rulesets"><code>rulesets</code></a></dd></dl>
+</li>
+</ul>
+<a name="executeReport(java.util.Locale)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>executeReport</h4>
+<pre>public&nbsp;void&nbsp;executeReport(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Locale.html?is-external=true";
 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?is-external=true";
 title="class or interface in 
org.apache.maven.reporting">MavenReportException</a></pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/AbstractMavenReport.html?is-external=true#executeReport(java.util.Locale)"
 title="class or interface in 
org.apache.maven.reporting">executeReport</a></code>&nbsp;in 
class&nbsp;<code><a 
href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/AbstractMavenReport.html?is-external=true";
 title="class or interface in 
org.apache.maven.reporting">AbstractMavenReport</a></code></dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenReportException.html?is-external=true";
 title="class or interface in 
org.apache.maven.reporting">MavenReportException</a></code></dd></dl>
+</li>
+</ul>
+<a name="canGenerateReport()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>canGenerateReport</h4>
+<pre>public&nbsp;boolean&nbsp;canGenerateReport()</pre>
+<div class="block"><strong>Description copied from class:&nbsp;<code><a 
href="../../../../../org/apache/maven/plugins/pmd/AbstractPmdReport.html#canGenerateReport()">AbstractPmdReport</a></code></strong></div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenReport.html?is-external=true#canGenerateReport()"
 title="class or interface in 
org.apache.maven.reporting">canGenerateReport</a></code>&nbsp;in 
interface&nbsp;<code><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></code></dd>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/maven/plugins/pmd/AbstractPmdReport.html#canGenerateReport()">canGenerateReport</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/maven/plugins/pmd/AbstractPmdReport.html" 
title="class in org.apache.maven.plugins.pmd">AbstractPmdReport</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="getLocationTemp(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLocationTemp</h4>
+<pre>protected&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;getLocationTemp(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<div class="block">Convenience method to get the location of the specified 
file name.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - 
the name of the file whose location is to be resolved</dd>
+<dt><span class="strong">Returns:</span></dt><dd>a String that contains the 
absolute file name of the file</dd></dl>
+</li>
+</ul>
+<a name="getPMDConfiguration()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getPMDConfiguration</h4>
+<pre>public&nbsp;net.sourceforge.pmd.PMDConfiguration&nbsp;getPMDConfiguration()
+                                                         throws <a 
href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenReportException.html?is-external=true";
 title="class or interface in 
org.apache.maven.reporting">MavenReportException</a></pre>
+<div class="block">Constructs the PMD configuration class, passing it an 
argument that configures the target JDK.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the resulting PMD</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenReportException.html?is-external=true";
 title="class or interface in 
org.apache.maven.reporting">MavenReportException</a></code> - if targetJdk is 
not supported</dd></dl>
+</li>
+</ul>
+<a name="getOutputName()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getOutputName</h4>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;getOutputName()</pre>
+</li>
+</ul>
+<a name="createRenderer()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>createRenderer</h4>
+<pre>public 
final&nbsp;net.sourceforge.pmd.renderers.Renderer&nbsp;createRenderer()
+                                                            throws <a 
href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenReportException.html?is-external=true";
 title="class or interface in 
org.apache.maven.reporting">MavenReportException</a></pre>
+<div class="block">Create and return the correct renderer for the output 
type.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the renderer based on the 
configured output</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenReportException.html?is-external=true";
 title="class or interface in 
org.apache.maven.reporting">MavenReportException</a></code> - if no renderer 
found for the output type</dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/PmdReport.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/plugins/pmd/PmdFileInfo.html" 
title="class in org.apache.maven.plugins.pmd"><span class="strong">Prev 
Class</span></a></li>
+<li><a 
href="../../../../../org/apache/maven/plugins/pmd/PmdReportGenerator.html" 
title="class in org.apache.maven.plugins.pmd"><span class="strong">Next 
Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/maven/plugins/pmd/PmdReport.html" 
target="_top">Frames</a></li>
+<li><a href="PmdReport.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><a 
href="#fields_inherited_from_class_org.apache.maven.plugins.pmd.AbstractPmdReport">Field</a>&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;2018 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>
\ No newline at end of file


Reply via email to