Added:
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/exec/CheckstyleResults.html
==============================================================================
---
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/exec/CheckstyleResults.html
(added)
+++
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/exec/CheckstyleResults.html
Mon Jul 20 17:14:24 2015
@@ -0,0 +1,384 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="sv">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>CheckstyleResults (Apache Maven Checkstyle Plugin 2.16 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="CheckstyleResults (Apache Maven Checkstyle
Plugin 2.16 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/CheckstyleResults.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutorRequest.html"
title="class in org.apache.maven.plugin.checkstyle.exec"><span
class="strong">Prev Class</span></a></li>
+<li><a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/DefaultCheckstyleExecutor.html"
title="class in org.apache.maven.plugin.checkstyle.exec"><span
class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a
href="../../../../../../index.html?org/apache/maven/plugin/checkstyle/exec/CheckstyleResults.html"
target="_top">Frames</a></li>
+<li><a href="CheckstyleResults.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: </li>
+<li>Nested | </li>
+<li>Field | </li>
+<li><a href="#constructor_summary">Constr</a> | </li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail: </li>
+<li>Field | </li>
+<li><a href="#constructor_detail">Constr</a> | </li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.maven.plugin.checkstyle.exec</div>
+<h2 title="Class CheckstyleResults" class="title">Class CheckstyleResults</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.plugin.checkstyle.exec.CheckstyleResults</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public class <span class="strong">CheckstyleResults</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>
+<div class="block">Object holding the references to the
CheckstyleResults.</div>
+<dl><dt><span class="strong">Version:</span></dt>
+ <dd>$Id$</dd>
+<dt><span class="strong">Author:</span></dt>
+ <dd><a href="mailto:[email protected]">Joakim Erdfelt</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"> </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/plugin/checkstyle/exec/CheckstyleResults.html#CheckstyleResults()">CheckstyleResults</a></strong>()</code> </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"> </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>com.puppycrawl.tools.checkstyle.api.Configuration</code></td>
+<td class="colLast"><code><strong><a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleResults.html#getConfiguration()">getConfiguration</a></strong>()</code> </td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleResults.html#getFileCount()">getFileCount</a></strong>()</code> </td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true"
title="class or interface in java.util">Map</a><<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>,<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><com.puppycrawl.tools.checkstyle.api.AuditEvent>></code></td>
+<td class="colLast"><code><strong><a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleResults.html#getFiles()">getFiles</a></strong>()</code> </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><com.puppycrawl.tools.checkstyle.api.AuditEvent></code></td>
+<td class="colLast"><code><strong><a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleResults.html#getFileViolations(java.lang.String)">getFileViolations</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> file)</code> </td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><strong><a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleResults.html#getSeverityCount(java.util.List,%20com.puppycrawl.tools.checkstyle.api.SeverityLevel)">getSeverityCount</a></strong>(<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><com.puppycrawl.tools.checkstyle.api.AuditEvent> violations,
+
com.puppycrawl.tools.checkstyle.api.SeverityLevel level)</code> </td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><strong><a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleResults.html#getSeverityCount(com.puppycrawl.tools.checkstyle.api.SeverityLevel)">getSeverityCount</a></strong>(com.puppycrawl.tools.checkstyle.api.SeverityLevel level)</code> </td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><strong><a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleResults.html#getSeverityCount(java.lang.String,%20com.puppycrawl.tools.checkstyle.api.SeverityLevel)">getSeverityCount</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> file,
+
com.puppycrawl.tools.checkstyle.api.SeverityLevel level)</code> </td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleResults.html#setConfiguration(com.puppycrawl.tools.checkstyle.api.Configuration)">setConfiguration</a></strong>(com.puppycrawl.tools.checkstyle.api.Configuration configuration)</code> </td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleResults.html#setFiles(java.util.Map)">setFiles</a></strong>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true"
title="class or interface in java.util">Map</a><<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>,<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><com.puppycrawl.tools.checkstyle.api.AuditEvent>> files)</code> </td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleResults.html#setFileViolations(java.lang.String,%20java.util.List)">setFileViolations</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> file,
+ <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><com.puppycrawl.tools.checkstyle.api.AuditEvent> violations)</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 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="CheckstyleResults()">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>CheckstyleResults</h4>
+<pre>public CheckstyleResults()</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!-- -->
+</a>
+<h3>Method Detail</h3>
+<a name="getFileViolations(java.lang.String)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getFileViolations</h4>
+<pre>public <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><com.puppycrawl.tools.checkstyle.api.AuditEvent> getFileViolations(<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> file)</pre>
+</li>
+</ul>
+<a name="setFileViolations(java.lang.String, java.util.List)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setFileViolations</h4>
+<pre>public void setFileViolations(<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> file,
+ <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><com.puppycrawl.tools.checkstyle.api.AuditEvent> violations)</pre>
+</li>
+</ul>
+<a name="getFiles()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getFiles</h4>
+<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true"
title="class or interface in java.util">Map</a><<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>,<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><com.puppycrawl.tools.checkstyle.api.AuditEvent>> getFiles()</pre>
+</li>
+</ul>
+<a name="setFiles(java.util.Map)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setFiles</h4>
+<pre>public void setFiles(<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true"
title="class or interface in java.util">Map</a><<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>,<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><com.puppycrawl.tools.checkstyle.api.AuditEvent>> files)</pre>
+</li>
+</ul>
+<a name="getFileCount()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getFileCount</h4>
+<pre>public int getFileCount()</pre>
+</li>
+</ul>
+<a name="getSeverityCount(com.puppycrawl.tools.checkstyle.api.SeverityLevel)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSeverityCount</h4>
+<pre>public long getSeverityCount(com.puppycrawl.tools.checkstyle.api.SeverityLevel level)</pre>
+</li>
+</ul>
+<a name="getSeverityCount(java.lang.String,
com.puppycrawl.tools.checkstyle.api.SeverityLevel)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSeverityCount</h4>
+<pre>public long getSeverityCount(<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> file,
+
com.puppycrawl.tools.checkstyle.api.SeverityLevel level)</pre>
+</li>
+</ul>
+<a name="getSeverityCount(java.util.List,
com.puppycrawl.tools.checkstyle.api.SeverityLevel)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSeverityCount</h4>
+<pre>public long getSeverityCount(<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><com.puppycrawl.tools.checkstyle.api.AuditEvent> violations,
+
com.puppycrawl.tools.checkstyle.api.SeverityLevel level)</pre>
+</li>
+</ul>
+<a name="getConfiguration()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getConfiguration</h4>
+<pre>public com.puppycrawl.tools.checkstyle.api.Configuration getConfiguration()</pre>
+</li>
+</ul>
+<a name="setConfiguration(com.puppycrawl.tools.checkstyle.api.Configuration)">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>setConfiguration</h4>
+<pre>public void setConfiguration(com.puppycrawl.tools.checkstyle.api.Configuration configuration)</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/CheckstyleResults.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutorRequest.html"
title="class in org.apache.maven.plugin.checkstyle.exec"><span
class="strong">Prev Class</span></a></li>
+<li><a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/DefaultCheckstyleExecutor.html"
title="class in org.apache.maven.plugin.checkstyle.exec"><span
class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a
href="../../../../../../index.html?org/apache/maven/plugin/checkstyle/exec/CheckstyleResults.html"
target="_top">Frames</a></li>
+<li><a href="CheckstyleResults.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: </li>
+<li>Nested | </li>
+<li>Field | </li>
+<li><a href="#constructor_summary">Constr</a> | </li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail: </li>
+<li>Field | </li>
+<li><a href="#constructor_detail">Constr</a> | </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 © 2005–2015 <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/components/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/exec/CheckstyleResults.html
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/exec/CheckstyleResults.html
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
Added:
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/exec/DefaultCheckstyleExecutor.html
==============================================================================
---
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/exec/DefaultCheckstyleExecutor.html
(added)
+++
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/exec/DefaultCheckstyleExecutor.html
Mon Jul 20 17:14:24 2015
@@ -0,0 +1,332 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="sv">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>DefaultCheckstyleExecutor (Apache Maven Checkstyle Plugin 2.16
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="DefaultCheckstyleExecutor (Apache Maven
Checkstyle Plugin 2.16 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/DefaultCheckstyleExecutor.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleResults.html"
title="class in org.apache.maven.plugin.checkstyle.exec"><span
class="strong">Prev Class</span></a></li>
+<li>Next Class</li>
+</ul>
+<ul class="navList">
+<li><a
href="../../../../../../index.html?org/apache/maven/plugin/checkstyle/exec/DefaultCheckstyleExecutor.html"
target="_top">Frames</a></li>
+<li><a href="DefaultCheckstyleExecutor.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: </li>
+<li>Nested | </li>
+<li>Field | </li>
+<li><a href="#constructor_summary">Constr</a> | </li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail: </li>
+<li>Field | </li>
+<li><a href="#constructor_detail">Constr</a> | </li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.maven.plugin.checkstyle.exec</div>
+<h2 title="Class DefaultCheckstyleExecutor" class="title">Class
DefaultCheckstyleExecutor</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.codehaus.plexus.logging.AbstractLogEnabled</li>
+<li>
+<ul class="inheritance">
+<li>org.apache.maven.plugin.checkstyle.exec.DefaultCheckstyleExecutor</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutor.html"
title="interface in
org.apache.maven.plugin.checkstyle.exec">CheckstyleExecutor</a>,
org.codehaus.plexus.logging.LogEnabled</dd>
+</dl>
+<hr>
+<br>
+<pre>@Component(role=<a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutor.html"
title="interface in
org.apache.maven.plugin.checkstyle.exec">CheckstyleExecutor.class</a>,
+ hint="default",
+ instantiationStrategy="per-lookup")
+public class <span class="strong">DefaultCheckstyleExecutor</span>
+extends org.codehaus.plexus.logging.AbstractLogEnabled
+implements <a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutor.html"
title="interface in
org.apache.maven.plugin.checkstyle.exec">CheckstyleExecutor</a></pre>
+<dl><dt><span class="strong">Since:</span></dt>
+ <dd>2.5</dd>
+<dt><span class="strong">Version:</span></dt>
+ <dd>$Id$</dd>
+<dt><span class="strong">Author:</span></dt>
+ <dd>Olivier Lamy</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"> </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/plugin/checkstyle/exec/DefaultCheckstyleExecutor.html#DefaultCheckstyleExecutor()">DefaultCheckstyleExecutor</a></strong>()</code> </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"> </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>protected void</code></td>
+<td class="colLast"><code><strong><a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/DefaultCheckstyleExecutor.html#addSourceDirectory(org.apache.maven.plugin.checkstyle.exec.CheckstyleCheckerListener,%20java.util.Collection,%20java.util.Collection,%20java.util.List,%20org.apache.maven.plugin.checkstyle.exec.CheckstyleExecutorRequest)">addSourceDirectory</a></strong>(<a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleCheckerListener.html"
title="class in
org.apache.maven.plugin.checkstyle.exec">CheckstyleCheckerListener</a> sinkListener,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true"
title="class or interface in java.util">Collection</a><<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>> sourceDirectories,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true"
title="class or interface in java.util">Collection</a><<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>> testSourceDirectories,
+ <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><<a
href="http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true"
title="class or interface in
org.apache.maven.model">Resource</a>> resources,
+ <a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutorRequest.html"
title="class in
org.apache.maven.plugin.checkstyle.exec">CheckstyleExecutorRequest</a> request)</code> </td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleResults.html"
title="class in
org.apache.maven.plugin.checkstyle.exec">CheckstyleResults</a></code></td>
+<td class="colLast"><code><strong><a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/DefaultCheckstyleExecutor.html#executeCheckstyle(org.apache.maven.plugin.checkstyle.exec.CheckstyleExecutorRequest)">executeCheckstyle</a></strong>(<a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutorRequest.html"
title="class in
org.apache.maven.plugin.checkstyle.exec">CheckstyleExecutorRequest</a> request)</code> </td>
+</tr>
+<tr class="altColor">
+<td
class="colFirst"><code>com.puppycrawl.tools.checkstyle.api.Configuration</code></td>
+<td class="colLast"><code><strong><a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/DefaultCheckstyleExecutor.html#getConfiguration(org.apache.maven.plugin.checkstyle.exec.CheckstyleExecutorRequest)">getConfiguration</a></strong>(<a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutorRequest.html"
title="class in
org.apache.maven.plugin.checkstyle.exec">CheckstyleExecutorRequest</a> request)</code> </td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a
name="methods_inherited_from_class_org.codehaus.plexus.logging.AbstractLogEnabled">
+<!-- -->
+</a>
+<h3>Methods inherited from
class org.codehaus.plexus.logging.AbstractLogEnabled</h3>
+<code>enableLogging, getLogger, setupLogger, setupLogger,
setupLogger</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!-- -->
+</a>
+<h3>Methods inherited from class 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="DefaultCheckstyleExecutor()">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>DefaultCheckstyleExecutor</h4>
+<pre>public DefaultCheckstyleExecutor()</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!-- -->
+</a>
+<h3>Method Detail</h3>
+<a
name="executeCheckstyle(org.apache.maven.plugin.checkstyle.exec.CheckstyleExecutorRequest)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>executeCheckstyle</h4>
+<pre>public <a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleResults.html"
title="class in
org.apache.maven.plugin.checkstyle.exec">CheckstyleResults</a> executeCheckstyle(<a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutorRequest.html"
title="class in
org.apache.maven.plugin.checkstyle.exec">CheckstyleExecutorRequest</a> request)
+ throws <a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutorException.html"
title="class in
org.apache.maven.plugin.checkstyle.exec">CheckstyleExecutorException</a>,
+
com.puppycrawl.tools.checkstyle.api.CheckstyleException</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutor.html#executeCheckstyle(org.apache.maven.plugin.checkstyle.exec.CheckstyleExecutorRequest)">executeCheckstyle</a></code> in
interface <code><a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutor.html"
title="interface in
org.apache.maven.plugin.checkstyle.exec">CheckstyleExecutor</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>request</code> - <a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutorRequest.html"
title="class in
org.apache.maven.plugin.checkstyle.exec"><code>CheckstyleExecutorRequest</code></a></dd>
+<dt><span class="strong">Returns:</span></dt><dd><a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleResults.html"
title="class in
org.apache.maven.plugin.checkstyle.exec"><code>CheckstyleResults</code></a></dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutorException.html"
title="class in
org.apache.maven.plugin.checkstyle.exec">CheckstyleExecutorException</a></code></dd>
+<dd><code>com.puppycrawl.tools.checkstyle.api.CheckstyleException</code></dd></dl>
+</li>
+</ul>
+<a
name="addSourceDirectory(org.apache.maven.plugin.checkstyle.exec.CheckstyleCheckerListener,
java.util.Collection, java.util.Collection, java.util.List,
org.apache.maven.plugin.checkstyle.exec.CheckstyleExecutorRequest)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addSourceDirectory</h4>
+<pre>protected void addSourceDirectory(<a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleCheckerListener.html"
title="class in
org.apache.maven.plugin.checkstyle.exec">CheckstyleCheckerListener</a> sinkListener,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true"
title="class or interface in java.util">Collection</a><<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>> sourceDirectories,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true"
title="class or interface in java.util">Collection</a><<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>> testSourceDirectories,
+ <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><<a
href="http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true"
title="class or interface in
org.apache.maven.model">Resource</a>> resources,
+ <a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutorRequest.html"
title="class in
org.apache.maven.plugin.checkstyle.exec">CheckstyleExecutorRequest</a> request)</pre>
+</li>
+</ul>
+<a
name="getConfiguration(org.apache.maven.plugin.checkstyle.exec.CheckstyleExecutorRequest)">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getConfiguration</h4>
+<pre>public com.puppycrawl.tools.checkstyle.api.Configuration getConfiguration(<a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutorRequest.html"
title="class in
org.apache.maven.plugin.checkstyle.exec">CheckstyleExecutorRequest</a> request)
+ throws <a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutorException.html"
title="class in
org.apache.maven.plugin.checkstyle.exec">CheckstyleExecutorException</a></pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutor.html#getConfiguration(org.apache.maven.plugin.checkstyle.exec.CheckstyleExecutorRequest)">getConfiguration</a></code> in
interface <code><a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutor.html"
title="interface in
org.apache.maven.plugin.checkstyle.exec">CheckstyleExecutor</a></code></dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutorException.html"
title="class in
org.apache.maven.plugin.checkstyle.exec">CheckstyleExecutorException</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/DefaultCheckstyleExecutor.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a
href="../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleResults.html"
title="class in org.apache.maven.plugin.checkstyle.exec"><span
class="strong">Prev Class</span></a></li>
+<li>Next Class</li>
+</ul>
+<ul class="navList">
+<li><a
href="../../../../../../index.html?org/apache/maven/plugin/checkstyle/exec/DefaultCheckstyleExecutor.html"
target="_top">Frames</a></li>
+<li><a href="DefaultCheckstyleExecutor.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: </li>
+<li>Nested | </li>
+<li>Field | </li>
+<li><a href="#constructor_summary">Constr</a> | </li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail: </li>
+<li>Field | </li>
+<li><a href="#constructor_detail">Constr</a> | </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 © 2005–2015 <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/components/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/exec/DefaultCheckstyleExecutor.html
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/exec/DefaultCheckstyleExecutor.html
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
Added:
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/exec/class-use/CheckstyleCheckerListener.html
==============================================================================
---
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/exec/class-use/CheckstyleCheckerListener.html
(added)
+++
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/exec/class-use/CheckstyleCheckerListener.html
Mon Jul 20 17:14:24 2015
@@ -0,0 +1,159 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="sv">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class
org.apache.maven.plugin.checkstyle.exec.CheckstyleCheckerListener (Apache Maven
Checkstyle Plugin 2.16 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="Uses of Class
org.apache.maven.plugin.checkstyle.exec.CheckstyleCheckerListener (Apache Maven
Checkstyle Plugin 2.16 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><a
href="../../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleCheckerListener.html"
title="class in org.apache.maven.plugin.checkstyle.exec">Class</a></li>
+<li class="navBarCell1Rev">Use</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>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a
href="../../../../../../../index.html?org/apache/maven/plugin/checkstyle/exec/class-use/CheckstyleCheckerListener.html"
target="_top">Frames</a></li>
+<li><a href="CheckstyleCheckerListener.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>
+<a name="skip-navbar_top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class
org.apache.maven.plugin.checkstyle.exec.CheckstyleCheckerListener"
class="title">Uses of
Class<br>org.apache.maven.plugin.checkstyle.exec.CheckstyleCheckerListener</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing
packages, and an explanation">
+<caption><span>Packages that use <a
href="../../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleCheckerListener.html"
title="class in
org.apache.maven.plugin.checkstyle.exec">CheckstyleCheckerListener</a></span><span
class="tabEnd"> </span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a
href="#org.apache.maven.plugin.checkstyle.exec">org.apache.maven.plugin.checkstyle.exec</a></td>
+<td class="colLast"> </td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.apache.maven.plugin.checkstyle.exec">
+<!-- -->
+</a>
+<h3>Uses of <a
href="../../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleCheckerListener.html"
title="class in
org.apache.maven.plugin.checkstyle.exec">CheckstyleCheckerListener</a> in <a
href="../../../../../../../org/apache/maven/plugin/checkstyle/exec/package-summary.html">org.apache.maven.plugin.checkstyle.exec</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing
methods, and an explanation">
+<caption><span>Methods in <a
href="../../../../../../../org/apache/maven/plugin/checkstyle/exec/package-summary.html">org.apache.maven.plugin.checkstyle.exec</a>
with parameters of type <a
href="../../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleCheckerListener.html"
title="class in
org.apache.maven.plugin.checkstyle.exec">CheckstyleCheckerListener</a></span><span
class="tabEnd"> </span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><span
class="strong">DefaultCheckstyleExecutor.</span><code><strong><a
href="../../../../../../../org/apache/maven/plugin/checkstyle/exec/DefaultCheckstyleExecutor.html#addSourceDirectory(org.apache.maven.plugin.checkstyle.exec.CheckstyleCheckerListener,%20java.util.Collection,%20java.util.Collection,%20java.util.List,%20org.apache.maven.plugin.checkstyle.exec.CheckstyleExecutorRequest)">addSourceDirectory</a></strong>(<a
href="../../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleCheckerListener.html"
title="class in
org.apache.maven.plugin.checkstyle.exec">CheckstyleCheckerListener</a> sinkListener,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true"
title="class or interface in java.util">Collection</a><<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>> sourceDirectories,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true"
title="class or interface in java.util">Collection</a><<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>> testSourceDirectories,
+ <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><<a
href="http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true"
title="class or interface in
org.apache.maven.model">Resource</a>> resources,
+ <a
href="../../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutorRequest.html"
title="class in
org.apache.maven.plugin.checkstyle.exec">CheckstyleExecutorRequest</a> request)</code> </td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= 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><a
href="../../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleCheckerListener.html"
title="class in org.apache.maven.plugin.checkstyle.exec">Class</a></li>
+<li class="navBarCell1Rev">Use</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>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a
href="../../../../../../../index.html?org/apache/maven/plugin/checkstyle/exec/class-use/CheckstyleCheckerListener.html"
target="_top">Frames</a></li>
+<li><a href="CheckstyleCheckerListener.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>
+<a name="skip-navbar_bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 2005–2015 <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/components/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/exec/class-use/CheckstyleCheckerListener.html
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/exec/class-use/CheckstyleCheckerListener.html
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
Added:
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/exec/class-use/CheckstyleExecutor.html
==============================================================================
---
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/exec/class-use/CheckstyleExecutor.html
(added)
+++
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/exec/class-use/CheckstyleExecutor.html
Mon Jul 20 17:14:24 2015
@@ -0,0 +1,181 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="sv">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Interface
org.apache.maven.plugin.checkstyle.exec.CheckstyleExecutor (Apache Maven
Checkstyle Plugin 2.16 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="Uses of Interface
org.apache.maven.plugin.checkstyle.exec.CheckstyleExecutor (Apache Maven
Checkstyle Plugin 2.16 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><a
href="../../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutor.html"
title="interface in org.apache.maven.plugin.checkstyle.exec">Class</a></li>
+<li class="navBarCell1Rev">Use</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>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a
href="../../../../../../../index.html?org/apache/maven/plugin/checkstyle/exec/class-use/CheckstyleExecutor.html"
target="_top">Frames</a></li>
+<li><a href="CheckstyleExecutor.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>
+<a name="skip-navbar_top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Interface
org.apache.maven.plugin.checkstyle.exec.CheckstyleExecutor" class="title">Uses
of Interface<br>org.apache.maven.plugin.checkstyle.exec.CheckstyleExecutor</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing
packages, and an explanation">
+<caption><span>Packages that use <a
href="../../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutor.html"
title="interface in
org.apache.maven.plugin.checkstyle.exec">CheckstyleExecutor</a></span><span
class="tabEnd"> </span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a
href="#org.apache.maven.plugin.checkstyle">org.apache.maven.plugin.checkstyle</a></td>
+<td class="colLast"> </td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a
href="#org.apache.maven.plugin.checkstyle.exec">org.apache.maven.plugin.checkstyle.exec</a></td>
+<td class="colLast"> </td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.apache.maven.plugin.checkstyle">
+<!-- -->
+</a>
+<h3>Uses of <a
href="../../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutor.html"
title="interface in
org.apache.maven.plugin.checkstyle.exec">CheckstyleExecutor</a> in <a
href="../../../../../../../org/apache/maven/plugin/checkstyle/package-summary.html">org.apache.maven.plugin.checkstyle</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing
fields, and an explanation">
+<caption><span>Fields in <a
href="../../../../../../../org/apache/maven/plugin/checkstyle/package-summary.html">org.apache.maven.plugin.checkstyle</a>
declared as <a
href="../../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutor.html"
title="interface in
org.apache.maven.plugin.checkstyle.exec">CheckstyleExecutor</a></span><span
class="tabEnd"> </span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>protected <a
href="../../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutor.html"
title="interface in
org.apache.maven.plugin.checkstyle.exec">CheckstyleExecutor</a></code></td>
+<td class="colLast"><span
class="strong">CheckstyleViolationCheckMojo.</span><code><strong><a
href="../../../../../../../org/apache/maven/plugin/checkstyle/CheckstyleViolationCheckMojo.html#checkstyleExecutor">checkstyleExecutor</a></strong></code> </td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected <a
href="../../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutor.html"
title="interface in
org.apache.maven.plugin.checkstyle.exec">CheckstyleExecutor</a></code></td>
+<td class="colLast"><span
class="strong">AbstractCheckstyleReport.</span><code><strong><a
href="../../../../../../../org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.html#checkstyleExecutor">checkstyleExecutor</a></strong></code> </td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.maven.plugin.checkstyle.exec">
+<!-- -->
+</a>
+<h3>Uses of <a
href="../../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutor.html"
title="interface in
org.apache.maven.plugin.checkstyle.exec">CheckstyleExecutor</a> in <a
href="../../../../../../../org/apache/maven/plugin/checkstyle/exec/package-summary.html">org.apache.maven.plugin.checkstyle.exec</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing
classes, and an explanation">
+<caption><span>Classes in <a
href="../../../../../../../org/apache/maven/plugin/checkstyle/exec/package-summary.html">org.apache.maven.plugin.checkstyle.exec</a>
that implement <a
href="../../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutor.html"
title="interface in
org.apache.maven.plugin.checkstyle.exec">CheckstyleExecutor</a></span><span
class="tabEnd"> </span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>class </code></td>
+<td class="colLast"><code><strong><a
href="../../../../../../../org/apache/maven/plugin/checkstyle/exec/DefaultCheckstyleExecutor.html"
title="class in
org.apache.maven.plugin.checkstyle.exec">DefaultCheckstyleExecutor</a></strong></code> </td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= 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><a
href="../../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutor.html"
title="interface in org.apache.maven.plugin.checkstyle.exec">Class</a></li>
+<li class="navBarCell1Rev">Use</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>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a
href="../../../../../../../index.html?org/apache/maven/plugin/checkstyle/exec/class-use/CheckstyleExecutor.html"
target="_top">Frames</a></li>
+<li><a href="CheckstyleExecutor.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>
+<a name="skip-navbar_bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 2005–2015 <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/components/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/exec/class-use/CheckstyleExecutor.html
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/exec/class-use/CheckstyleExecutor.html
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
Added:
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/exec/class-use/CheckstyleExecutorException.html
==============================================================================
---
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/exec/class-use/CheckstyleExecutorException.html
(added)
+++
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/exec/class-use/CheckstyleExecutorException.html
Mon Jul 20 17:14:24 2015
@@ -0,0 +1,167 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="sv">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class
org.apache.maven.plugin.checkstyle.exec.CheckstyleExecutorException (Apache
Maven Checkstyle Plugin 2.16 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="Uses of Class
org.apache.maven.plugin.checkstyle.exec.CheckstyleExecutorException (Apache
Maven Checkstyle Plugin 2.16 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><a
href="../../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutorException.html"
title="class in org.apache.maven.plugin.checkstyle.exec">Class</a></li>
+<li class="navBarCell1Rev">Use</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>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a
href="../../../../../../../index.html?org/apache/maven/plugin/checkstyle/exec/class-use/CheckstyleExecutorException.html"
target="_top">Frames</a></li>
+<li><a href="CheckstyleExecutorException.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>
+<a name="skip-navbar_top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class
org.apache.maven.plugin.checkstyle.exec.CheckstyleExecutorException"
class="title">Uses of
Class<br>org.apache.maven.plugin.checkstyle.exec.CheckstyleExecutorException</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing
packages, and an explanation">
+<caption><span>Packages that use <a
href="../../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutorException.html"
title="class in
org.apache.maven.plugin.checkstyle.exec">CheckstyleExecutorException</a></span><span
class="tabEnd"> </span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a
href="#org.apache.maven.plugin.checkstyle.exec">org.apache.maven.plugin.checkstyle.exec</a></td>
+<td class="colLast"> </td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.apache.maven.plugin.checkstyle.exec">
+<!-- -->
+</a>
+<h3>Uses of <a
href="../../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutorException.html"
title="class in
org.apache.maven.plugin.checkstyle.exec">CheckstyleExecutorException</a> in <a
href="../../../../../../../org/apache/maven/plugin/checkstyle/exec/package-summary.html">org.apache.maven.plugin.checkstyle.exec</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing
methods, and an explanation">
+<caption><span>Methods in <a
href="../../../../../../../org/apache/maven/plugin/checkstyle/exec/package-summary.html">org.apache.maven.plugin.checkstyle.exec</a>
that throw <a
href="../../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutorException.html"
title="class in
org.apache.maven.plugin.checkstyle.exec">CheckstyleExecutorException</a></span><span
class="tabEnd"> </span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a
href="../../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleResults.html"
title="class in
org.apache.maven.plugin.checkstyle.exec">CheckstyleResults</a></code></td>
+<td class="colLast"><span
class="strong">DefaultCheckstyleExecutor.</span><code><strong><a
href="../../../../../../../org/apache/maven/plugin/checkstyle/exec/DefaultCheckstyleExecutor.html#executeCheckstyle(org.apache.maven.plugin.checkstyle.exec.CheckstyleExecutorRequest)">executeCheckstyle</a></strong>(<a
href="../../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutorRequest.html"
title="class in
org.apache.maven.plugin.checkstyle.exec">CheckstyleExecutorRequest</a> request)</code> </td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a
href="../../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleResults.html"
title="class in
org.apache.maven.plugin.checkstyle.exec">CheckstyleResults</a></code></td>
+<td class="colLast"><span
class="strong">CheckstyleExecutor.</span><code><strong><a
href="../../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutor.html#executeCheckstyle(org.apache.maven.plugin.checkstyle.exec.CheckstyleExecutorRequest)">executeCheckstyle</a></strong>(<a
href="../../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutorRequest.html"
title="class in
org.apache.maven.plugin.checkstyle.exec">CheckstyleExecutorRequest</a> request)</code> </td>
+</tr>
+<tr class="altColor">
+<td
class="colFirst"><code>com.puppycrawl.tools.checkstyle.api.Configuration</code></td>
+<td class="colLast"><span
class="strong">DefaultCheckstyleExecutor.</span><code><strong><a
href="../../../../../../../org/apache/maven/plugin/checkstyle/exec/DefaultCheckstyleExecutor.html#getConfiguration(org.apache.maven.plugin.checkstyle.exec.CheckstyleExecutorRequest)">getConfiguration</a></strong>(<a
href="../../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutorRequest.html"
title="class in
org.apache.maven.plugin.checkstyle.exec">CheckstyleExecutorRequest</a> request)</code> </td>
+</tr>
+<tr class="rowColor">
+<td
class="colFirst"><code>com.puppycrawl.tools.checkstyle.api.Configuration</code></td>
+<td class="colLast"><span
class="strong">CheckstyleExecutor.</span><code><strong><a
href="../../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutor.html#getConfiguration(org.apache.maven.plugin.checkstyle.exec.CheckstyleExecutorRequest)">getConfiguration</a></strong>(<a
href="../../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutorRequest.html"
title="class in
org.apache.maven.plugin.checkstyle.exec">CheckstyleExecutorRequest</a> request)</code> </td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= 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><a
href="../../../../../../../org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutorException.html"
title="class in org.apache.maven.plugin.checkstyle.exec">Class</a></li>
+<li class="navBarCell1Rev">Use</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>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a
href="../../../../../../../index.html?org/apache/maven/plugin/checkstyle/exec/class-use/CheckstyleExecutorException.html"
target="_top">Frames</a></li>
+<li><a href="CheckstyleExecutorException.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>
+<a name="skip-navbar_bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 2005–2015 <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/components/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/exec/class-use/CheckstyleExecutorException.html
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
websites/production/maven/components/plugins-archives/maven-checkstyle-plugin-LATEST/apidocs/org/apache/maven/plugin/checkstyle/exec/class-use/CheckstyleExecutorException.html
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision