Added: 
websites/production/commons/content/proper/commons-csv/archives/1.4/apidocs/org/apache/commons/csv/class-use/CSVFormat.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-csv/archives/1.4/apidocs/org/apache/commons/csv/class-use/CSVFormat.html
 (added)
+++ 
websites/production/commons/content/proper/commons-csv/archives/1.4/apidocs/org/apache/commons/csv/class-use/CSVFormat.html
 Sun May 29 02:48:43 2016
@@ -0,0 +1,449 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.commons.csv.CSVFormat (Apache Commons CSV 1.4 
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.commons.csv.CSVFormat 
(Apache Commons CSV 1.4 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a 
href="../../../../../org/apache/commons/csv/package-summary.html">Package</a></li>
+<li><a href="../../../../../org/apache/commons/csv/CSVFormat.html" 
title="class in org.apache.commons.csv">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/commons/csv/class-use/CSVFormat.html"
 target="_top">Frames</a></li>
+<li><a href="CSVFormat.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.commons.csv.CSVFormat" class="title">Uses 
of Class<br>org.apache.commons.csv.CSVFormat</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.apache.commons.csv">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../org/apache/commons/csv/CSVFormat.html" 
title="class in org.apache.commons.csv">CSVFormat</a> in <a 
href="../../../../../org/apache/commons/csv/package-summary.html">org.apache.commons.csv</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/commons/csv/package-summary.html">org.apache.commons.csv</a>
 declared as <a href="../../../../../org/apache/commons/csv/CSVFormat.html" 
title="class in org.apache.commons.csv">CSVFormat</a></span><span 
class="tabEnd">&nbsp;</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>static <a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#DEFAULT">DEFAULT</a></strong></code>
+<div class="block">Standard comma separated format, as for <a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#RFC4180"><code>RFC4180</code></a>
 but allowing empty lines.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#EXCEL">EXCEL</a></strong></code>
+<div class="block">Excel file format (using a comma as the value 
delimiter).</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#INFORMIX_UNLOAD">INFORMIX_UNLOAD</a></strong></code>
+<div class="block">Default Informix CSV UNLOAD format used by the <code>UNLOAD 
TO file_name</code> operation.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#INFORMIX_UNLOAD_CSV">INFORMIX_UNLOAD_CSV</a></strong></code>
+<div class="block">Default Informix CSV UNLOAD format used by the <code>UNLOAD 
TO file_name</code> operation (escaping is disabled.)</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#MYSQL">MYSQL</a></strong></code>
+<div class="block">Default MySQL format used by the <code>SELECT INTO 
OUTFILE</code> and <code>LOAD DATA INFILE</code> operations.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#RFC4180">RFC4180</a></strong></code>
+<div class="block">Comma separated format as defined by <a 
href="http://tools.ietf.org/html/rfc4180";>RFC 4180</a>.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#TDF">TDF</a></strong></code>
+<div class="block">Tab-delimited format.</div>
+</td>
+</tr>
+</tbody>
+</table>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing 
methods, and an explanation">
+<caption><span>Methods in <a 
href="../../../../../org/apache/commons/csv/package-summary.html">org.apache.commons.csv</a>
 that return <a href="../../../../../org/apache/commons/csv/CSVFormat.html" 
title="class in org.apache.commons.csv">CSVFormat</a></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>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span 
class="strong">CSVFormat.Predefined.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.Predefined.html#getFormat()">getFormat</a></strong>()</code>
+<div class="block">Gets the format.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#newFormat(char)">newFormat</a></strong>(char&nbsp;delimiter)</code>
+<div class="block">Creates a new CSV format with the specified delimiter.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#valueOf(java.lang.String)">valueOf</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;format)</code>
+<div class="block">Gets one of the predefined formats from <a 
href="../../../../../org/apache/commons/csv/CSVFormat.Predefined.html" 
title="enum in 
org.apache.commons.csv"><code>CSVFormat.Predefined</code></a>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withAllowMissingColumnNames()">withAllowMissingColumnNames</a></strong>()</code>
+<div class="block">Returns a new <code>CSVFormat</code> with the missing 
column names behavior of the format set to <code>true</code></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withAllowMissingColumnNames(boolean)">withAllowMissingColumnNames</a></strong>(boolean&nbsp;allowMissingColumnNames)</code>
+<div class="block">Returns a new <code>CSVFormat</code> with the missing 
column names behavior of the format set to the given value.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withCommentMarker(char)">withCommentMarker</a></strong>(char&nbsp;commentMarker)</code>
+<div class="block">Returns a new <code>CSVFormat</code> with the comment start 
marker of the format set to the specified character.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withCommentMarker(java.lang.Character)">withCommentMarker</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Character.html?is-external=true";
 title="class or interface in 
java.lang">Character</a>&nbsp;commentMarker)</code>
+<div class="block">Returns a new <code>CSVFormat</code> with the comment start 
marker of the format set to the specified character.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withDelimiter(char)">withDelimiter</a></strong>(char&nbsp;delimiter)</code>
+<div class="block">Returns a new <code>CSVFormat</code> with the delimiter of 
the format set to the specified character.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withEscape(char)">withEscape</a></strong>(char&nbsp;escape)</code>
+<div class="block">Returns a new <code>CSVFormat</code> with the escape 
character of the format set to the specified character.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withEscape(java.lang.Character)">withEscape</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Character.html?is-external=true";
 title="class or interface in java.lang">Character</a>&nbsp;escape)</code>
+<div class="block">Returns a new <code>CSVFormat</code> with the escape 
character of the format set to the specified character.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withFirstRecordAsHeader()">withFirstRecordAsHeader</a></strong>()</code>
+<div class="block">Returns a new <code>CSVFormat</code> using the first record 
as header.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withHeader(java.lang.Class)">withHeader</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;? extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in 
java.lang">Enum</a>&lt;?&gt;&gt;&nbsp;headerEnum)</code>
+<div class="block">Returns a new <code>CSVFormat</code> with the header of the 
format defined by the enum class.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withHeader(java.sql.ResultSet)">withHeader</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/sql/ResultSet.html?is-external=true";
 title="class or interface in java.sql">ResultSet</a>&nbsp;resultSet)</code>
+<div class="block">Returns a new <code>CSVFormat</code> with the header of the 
format set from the result set metadata.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withHeader(java.sql.ResultSetMetaData)">withHeader</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/sql/ResultSetMetaData.html?is-external=true";
 title="class or interface in 
java.sql">ResultSetMetaData</a>&nbsp;metaData)</code>
+<div class="block">Returns a new <code>CSVFormat</code> with the header of the 
format set from the result set metadata.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withHeader(java.lang.String...)">withHeader</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;header)</code>
+<div class="block">Returns a new <code>CSVFormat</code> with the header of the 
format set to the given values.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withHeaderComments(java.lang.Object...)">withHeaderComments</a></strong>(<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>...&nbsp;headerComments)</code>
+<div class="block">Returns a new <code>CSVFormat</code> with the header 
comments of the format set to the given values.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withIgnoreEmptyLines()">withIgnoreEmptyLines</a></strong>()</code>
+<div class="block">Returns a new <code>CSVFormat</code> with the empty line 
skipping behavior of the format set to <code>true</code>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withIgnoreEmptyLines(boolean)">withIgnoreEmptyLines</a></strong>(boolean&nbsp;ignoreEmptyLines)</code>
+<div class="block">Returns a new <code>CSVFormat</code> with the empty line 
skipping behavior of the format set to the given value.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withIgnoreHeaderCase()">withIgnoreHeaderCase</a></strong>()</code>
+<div class="block">Returns a new <code>CSVFormat</code> with the header ignore 
case behavior set to <code>true</code>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withIgnoreHeaderCase(boolean)">withIgnoreHeaderCase</a></strong>(boolean&nbsp;ignoreHeaderCase)</code>
+<div class="block">Returns a new <code>CSVFormat</code> with whether header 
names should be accessed ignoring case.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withIgnoreSurroundingSpaces()">withIgnoreSurroundingSpaces</a></strong>()</code>
+<div class="block">Returns a new <code>CSVFormat</code> with the trimming 
behavior of the format set to <code>true</code>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withIgnoreSurroundingSpaces(boolean)">withIgnoreSurroundingSpaces</a></strong>(boolean&nbsp;ignoreSurroundingSpaces)</code>
+<div class="block">Returns a new <code>CSVFormat</code> with the trimming 
behavior of the format set to the given value.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withNullString(java.lang.String)">withNullString</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;nullString)</code>
+<div class="block">Returns a new <code>CSVFormat</code> with conversions to 
and from null for strings on input and output.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withQuote(char)">withQuote</a></strong>(char&nbsp;quoteChar)</code>
+<div class="block">Returns a new <code>CSVFormat</code> with the quoteChar of 
the format set to the specified character.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withQuote(java.lang.Character)">withQuote</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Character.html?is-external=true";
 title="class or interface in java.lang">Character</a>&nbsp;quoteChar)</code>
+<div class="block">Returns a new <code>CSVFormat</code> with the quoteChar of 
the format set to the specified character.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withQuoteMode(org.apache.commons.csv.QuoteMode)">withQuoteMode</a></strong>(<a
 href="../../../../../org/apache/commons/csv/QuoteMode.html" title="enum in 
org.apache.commons.csv">QuoteMode</a>&nbsp;quoteModePolicy)</code>
+<div class="block">Returns a new <code>CSVFormat</code> with the output quote 
policy of the format set to the specified value.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withRecordSeparator(char)">withRecordSeparator</a></strong>(char&nbsp;recordSeparator)</code>
+<div class="block">Returns a new <code>CSVFormat</code> with the record 
separator of the format set to the specified character.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withRecordSeparator(java.lang.String)">withRecordSeparator</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;recordSeparator)</code>
+<div class="block">Returns a new <code>CSVFormat</code> with the record 
separator of the format set to the specified String.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withSkipHeaderRecord()">withSkipHeaderRecord</a></strong>()</code>
+<div class="block">Returns a new <code>CSVFormat</code> with skipping the 
header record set to <code>true</code>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withSkipHeaderRecord(boolean)">withSkipHeaderRecord</a></strong>(boolean&nbsp;skipHeaderRecord)</code>
+<div class="block">Returns a new <code>CSVFormat</code> with whether to skip 
the header record.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withTrailingDelimiter()">withTrailingDelimiter</a></strong>()</code>
+<div class="block">Returns a new <code>CSVFormat</code> to add a trailing 
delimiter.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withTrailingDelimiter(boolean)">withTrailingDelimiter</a></strong>(boolean&nbsp;trailingDelimiter)</code>
+<div class="block">Returns a new <code>CSVFormat</code> with whether to add a 
trailing delimiter.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withTrim()">withTrim</a></strong>()</code>
+<div class="block">Returns a new <code>CSVFormat</code> to trim leading and 
trailing blanks.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withTrim(boolean)">withTrim</a></strong>(boolean&nbsp;trim)</code>
+<div class="block">Returns a new <code>CSVFormat</code> with whether to trim 
leading and trailing blanks.</div>
+</td>
+</tr>
+</tbody>
+</table>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing 
methods, and an explanation">
+<caption><span>Methods in <a 
href="../../../../../org/apache/commons/csv/package-summary.html">org.apache.commons.csv</a>
 with parameters of type <a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></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>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>static <a 
href="../../../../../org/apache/commons/csv/CSVParser.html" title="class in 
org.apache.commons.csv">CSVParser</a></code></td>
+<td class="colLast"><span class="strong">CSVParser.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVParser.html#parse(java.io.File,%20java.nio.charset.Charset,%20org.apache.commons.csv.CSVFormat)">parse</a></strong>(<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;file,
+          <a 
href="http://docs.oracle.com/javase/7/docs/api/java/nio/charset/Charset.html?is-external=true";
 title="class or interface in java.nio.charset">Charset</a>&nbsp;charset,
+          <a href="../../../../../org/apache/commons/csv/CSVFormat.html" 
title="class in org.apache.commons.csv">CSVFormat</a>&nbsp;format)</code>
+<div class="block">Creates a parser for the given <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true";
 title="class or interface in java.io"><code>File</code></a>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a 
href="../../../../../org/apache/commons/csv/CSVParser.html" title="class in 
org.apache.commons.csv">CSVParser</a></code></td>
+<td class="colLast"><span class="strong">CSVParser.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVParser.html#parse(java.lang.String,%20org.apache.commons.csv.CSVFormat)">parse</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;string,
+          <a href="../../../../../org/apache/commons/csv/CSVFormat.html" 
title="class in org.apache.commons.csv">CSVFormat</a>&nbsp;format)</code>
+<div class="block">Creates a parser for the given <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang"><code>String</code></a>.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a 
href="../../../../../org/apache/commons/csv/CSVParser.html" title="class in 
org.apache.commons.csv">CSVParser</a></code></td>
+<td class="colLast"><span class="strong">CSVParser.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVParser.html#parse(java.net.URL,%20java.nio.charset.Charset,%20org.apache.commons.csv.CSVFormat)">parse</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true";
 title="class or interface in java.net">URL</a>&nbsp;url,
+          <a 
href="http://docs.oracle.com/javase/7/docs/api/java/nio/charset/Charset.html?is-external=true";
 title="class or interface in java.nio.charset">Charset</a>&nbsp;charset,
+          <a href="../../../../../org/apache/commons/csv/CSVFormat.html" 
title="class in org.apache.commons.csv">CSVFormat</a>&nbsp;format)</code>
+<div class="block">Creates a parser for the given URL.</div>
+</td>
+</tr>
+</tbody>
+</table>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing 
constructors, and an explanation">
+<caption><span>Constructors in <a 
href="../../../../../org/apache/commons/csv/package-summary.html">org.apache.commons.csv</a>
 with parameters of type <a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVParser.html#CSVParser(java.io.Reader,%20org.apache.commons.csv.CSVFormat)">CSVParser</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true";
 title="class or interface in java.io">Reader</a>&nbsp;reader,
+                  <a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a>&nbsp;format)</code>
+<div class="block">Customized CSV parser using the given <a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv"><code>CSVFormat</code></a></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVParser.html#CSVParser(java.io.Reader,%20org.apache.commons.csv.CSVFormat,%20long,%20long)">CSVParser</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true";
 title="class or interface in java.io">Reader</a>&nbsp;reader,
+                  <a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a>&nbsp;format,
+                  long&nbsp;characterOffset,
+                  long&nbsp;recordNumber)</code>
+<div class="block">Customized CSV parser using the given <a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv"><code>CSVFormat</code></a></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVPrinter.html#CSVPrinter(java.lang.Appendable,%20org.apache.commons.csv.CSVFormat)">CSVPrinter</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Appendable.html?is-external=true";
 title="class or interface in java.lang">Appendable</a>&nbsp;out,
+                    <a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a>&nbsp;format)</code>
+<div class="block">Creates a printer that will print values to the given 
stream following the CSVFormat.</div>
+</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="../../../../../org/apache/commons/csv/package-summary.html">Package</a></li>
+<li><a href="../../../../../org/apache/commons/csv/CSVFormat.html" 
title="class in org.apache.commons.csv">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/commons/csv/class-use/CSVFormat.html"
 target="_top">Frames</a></li>
+<li><a href="CSVFormat.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 &#169; 2016 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>
\ No newline at end of file

Added: 
websites/production/commons/content/proper/commons-csv/archives/1.4/apidocs/org/apache/commons/csv/class-use/CSVParser.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-csv/archives/1.4/apidocs/org/apache/commons/csv/class-use/CSVParser.html
 (added)
+++ 
websites/production/commons/content/proper/commons-csv/archives/1.4/apidocs/org/apache/commons/csv/class-use/CSVParser.html
 Sun May 29 02:48:43 2016
@@ -0,0 +1,163 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.commons.csv.CSVParser (Apache Commons CSV 1.4 
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.commons.csv.CSVParser 
(Apache Commons CSV 1.4 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a 
href="../../../../../org/apache/commons/csv/package-summary.html">Package</a></li>
+<li><a href="../../../../../org/apache/commons/csv/CSVParser.html" 
title="class in org.apache.commons.csv">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/commons/csv/class-use/CSVParser.html"
 target="_top">Frames</a></li>
+<li><a href="CSVParser.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.commons.csv.CSVParser" class="title">Uses 
of Class<br>org.apache.commons.csv.CSVParser</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.apache.commons.csv">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../org/apache/commons/csv/CSVParser.html" 
title="class in org.apache.commons.csv">CSVParser</a> in <a 
href="../../../../../org/apache/commons/csv/package-summary.html">org.apache.commons.csv</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/commons/csv/package-summary.html">org.apache.commons.csv</a>
 that return <a href="../../../../../org/apache/commons/csv/CSVParser.html" 
title="class in org.apache.commons.csv">CSVParser</a></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>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>static <a 
href="../../../../../org/apache/commons/csv/CSVParser.html" title="class in 
org.apache.commons.csv">CSVParser</a></code></td>
+<td class="colLast"><span class="strong">CSVParser.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVParser.html#parse(java.io.File,%20java.nio.charset.Charset,%20org.apache.commons.csv.CSVFormat)">parse</a></strong>(<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;file,
+          <a 
href="http://docs.oracle.com/javase/7/docs/api/java/nio/charset/Charset.html?is-external=true";
 title="class or interface in java.nio.charset">Charset</a>&nbsp;charset,
+          <a href="../../../../../org/apache/commons/csv/CSVFormat.html" 
title="class in org.apache.commons.csv">CSVFormat</a>&nbsp;format)</code>
+<div class="block">Creates a parser for the given <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true";
 title="class or interface in java.io"><code>File</code></a>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVParser.html" title="class in 
org.apache.commons.csv">CSVParser</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#parse(java.io.Reader)">parse</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true";
 title="class or interface in java.io">Reader</a>&nbsp;in)</code>
+<div class="block">Parses the specified content.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a 
href="../../../../../org/apache/commons/csv/CSVParser.html" title="class in 
org.apache.commons.csv">CSVParser</a></code></td>
+<td class="colLast"><span class="strong">CSVParser.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVParser.html#parse(java.lang.String,%20org.apache.commons.csv.CSVFormat)">parse</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;string,
+          <a href="../../../../../org/apache/commons/csv/CSVFormat.html" 
title="class in org.apache.commons.csv">CSVFormat</a>&nbsp;format)</code>
+<div class="block">Creates a parser for the given <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang"><code>String</code></a>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a 
href="../../../../../org/apache/commons/csv/CSVParser.html" title="class in 
org.apache.commons.csv">CSVParser</a></code></td>
+<td class="colLast"><span class="strong">CSVParser.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVParser.html#parse(java.net.URL,%20java.nio.charset.Charset,%20org.apache.commons.csv.CSVFormat)">parse</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true";
 title="class or interface in java.net">URL</a>&nbsp;url,
+          <a 
href="http://docs.oracle.com/javase/7/docs/api/java/nio/charset/Charset.html?is-external=true";
 title="class or interface in java.nio.charset">Charset</a>&nbsp;charset,
+          <a href="../../../../../org/apache/commons/csv/CSVFormat.html" 
title="class in org.apache.commons.csv">CSVFormat</a>&nbsp;format)</code>
+<div class="block">Creates a parser for the given URL.</div>
+</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="../../../../../org/apache/commons/csv/package-summary.html">Package</a></li>
+<li><a href="../../../../../org/apache/commons/csv/CSVParser.html" 
title="class in org.apache.commons.csv">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/commons/csv/class-use/CSVParser.html"
 target="_top">Frames</a></li>
+<li><a href="CSVParser.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 &#169; 2016 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>
\ No newline at end of file

Added: 
websites/production/commons/content/proper/commons-csv/archives/1.4/apidocs/org/apache/commons/csv/class-use/CSVPrinter.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-csv/archives/1.4/apidocs/org/apache/commons/csv/class-use/CSVPrinter.html
 (added)
+++ 
websites/production/commons/content/proper/commons-csv/archives/1.4/apidocs/org/apache/commons/csv/class-use/CSVPrinter.html
 Sun May 29 02:48:43 2016
@@ -0,0 +1,140 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.commons.csv.CSVPrinter (Apache Commons CSV 1.4 
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.commons.csv.CSVPrinter 
(Apache Commons CSV 1.4 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a 
href="../../../../../org/apache/commons/csv/package-summary.html">Package</a></li>
+<li><a href="../../../../../org/apache/commons/csv/CSVPrinter.html" 
title="class in org.apache.commons.csv">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/commons/csv/class-use/CSVPrinter.html"
 target="_top">Frames</a></li>
+<li><a href="CSVPrinter.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.commons.csv.CSVPrinter" class="title">Uses 
of Class<br>org.apache.commons.csv.CSVPrinter</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.apache.commons.csv">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../org/apache/commons/csv/CSVPrinter.html" 
title="class in org.apache.commons.csv">CSVPrinter</a> in <a 
href="../../../../../org/apache/commons/csv/package-summary.html">org.apache.commons.csv</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/commons/csv/package-summary.html">org.apache.commons.csv</a>
 that return <a href="../../../../../org/apache/commons/csv/CSVPrinter.html" 
title="class in org.apache.commons.csv">CSVPrinter</a></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>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVPrinter.html" title="class in 
org.apache.commons.csv">CSVPrinter</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#print(java.lang.Appendable)">print</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Appendable.html?is-external=true";
 title="class or interface in java.lang">Appendable</a>&nbsp;out)</code>
+<div class="block">Prints to the specified output.</div>
+</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="../../../../../org/apache/commons/csv/package-summary.html">Package</a></li>
+<li><a href="../../../../../org/apache/commons/csv/CSVPrinter.html" 
title="class in org.apache.commons.csv">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/commons/csv/class-use/CSVPrinter.html"
 target="_top">Frames</a></li>
+<li><a href="CSVPrinter.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 &#169; 2016 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>
\ No newline at end of file

Added: 
websites/production/commons/content/proper/commons-csv/archives/1.4/apidocs/org/apache/commons/csv/class-use/CSVRecord.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-csv/archives/1.4/apidocs/org/apache/commons/csv/class-use/CSVRecord.html
 (added)
+++ 
websites/production/commons/content/proper/commons-csv/archives/1.4/apidocs/org/apache/commons/csv/class-use/CSVRecord.html
 Sun May 29 02:48:43 2016
@@ -0,0 +1,147 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.commons.csv.CSVRecord (Apache Commons CSV 1.4 
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.commons.csv.CSVRecord 
(Apache Commons CSV 1.4 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a 
href="../../../../../org/apache/commons/csv/package-summary.html">Package</a></li>
+<li><a href="../../../../../org/apache/commons/csv/CSVRecord.html" 
title="class in org.apache.commons.csv">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/commons/csv/class-use/CSVRecord.html"
 target="_top">Frames</a></li>
+<li><a href="CSVRecord.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.commons.csv.CSVRecord" class="title">Uses 
of Class<br>org.apache.commons.csv.CSVRecord</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.apache.commons.csv">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../org/apache/commons/csv/CSVRecord.html" 
title="class in org.apache.commons.csv">CSVRecord</a> in <a 
href="../../../../../org/apache/commons/csv/package-summary.html">org.apache.commons.csv</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/commons/csv/package-summary.html">org.apache.commons.csv</a>
 that return types with arguments of type <a 
href="../../../../../org/apache/commons/csv/CSVRecord.html" title="class in 
org.apache.commons.csv">CSVRecord</a></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>
+<tbody>
+<tr class="altColor">
+<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;<a 
href="../../../../../org/apache/commons/csv/CSVRecord.html" title="class in 
org.apache.commons.csv">CSVRecord</a>&gt;</code></td>
+<td class="colLast"><span class="strong">CSVParser.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVParser.html#getRecords()">getRecords</a></strong>()</code>
+<div class="block">Parses the CSV input according to the given format and 
returns the content as a list of
+ <a href="../../../../../org/apache/commons/csv/CSVRecord.html" title="class 
in org.apache.commons.csv"><code>CSVRecords</code></a>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator</a>&lt;<a 
href="../../../../../org/apache/commons/csv/CSVRecord.html" title="class in 
org.apache.commons.csv">CSVRecord</a>&gt;</code></td>
+<td class="colLast"><span class="strong">CSVParser.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVParser.html#iterator()">iterator</a></strong>()</code>
+<div class="block">Returns an iterator on the records.</div>
+</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="../../../../../org/apache/commons/csv/package-summary.html">Package</a></li>
+<li><a href="../../../../../org/apache/commons/csv/CSVRecord.html" 
title="class in org.apache.commons.csv">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/commons/csv/class-use/CSVRecord.html"
 target="_top">Frames</a></li>
+<li><a href="CSVRecord.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 &#169; 2016 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>
\ No newline at end of file

Added: 
websites/production/commons/content/proper/commons-csv/archives/1.4/apidocs/org/apache/commons/csv/class-use/QuoteMode.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-csv/archives/1.4/apidocs/org/apache/commons/csv/class-use/QuoteMode.html
 (added)
+++ 
websites/production/commons/content/proper/commons-csv/archives/1.4/apidocs/org/apache/commons/csv/class-use/QuoteMode.html
 Sun May 29 02:48:43 2016
@@ -0,0 +1,168 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.commons.csv.QuoteMode (Apache Commons CSV 1.4 
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.commons.csv.QuoteMode 
(Apache Commons CSV 1.4 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a 
href="../../../../../org/apache/commons/csv/package-summary.html">Package</a></li>
+<li><a href="../../../../../org/apache/commons/csv/QuoteMode.html" title="enum 
in org.apache.commons.csv">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/commons/csv/class-use/QuoteMode.html"
 target="_top">Frames</a></li>
+<li><a href="QuoteMode.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.commons.csv.QuoteMode" class="title">Uses 
of Class<br>org.apache.commons.csv.QuoteMode</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.apache.commons.csv">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../org/apache/commons/csv/QuoteMode.html" 
title="enum in org.apache.commons.csv">QuoteMode</a> in <a 
href="../../../../../org/apache/commons/csv/package-summary.html">org.apache.commons.csv</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/commons/csv/package-summary.html">org.apache.commons.csv</a>
 that return <a href="../../../../../org/apache/commons/csv/QuoteMode.html" 
title="enum in org.apache.commons.csv">QuoteMode</a></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>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/QuoteMode.html" title="enum in 
org.apache.commons.csv">QuoteMode</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#getQuoteMode()">getQuoteMode</a></strong>()</code>
+<div class="block">Returns the quote policy output fields.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a 
href="../../../../../org/apache/commons/csv/QuoteMode.html" title="enum in 
org.apache.commons.csv">QuoteMode</a></code></td>
+<td class="colLast"><span class="strong">QuoteMode.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/QuoteMode.html#valueOf(java.lang.String)">valueOf</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">Returns the enum constant of this type with the specified 
name.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a 
href="../../../../../org/apache/commons/csv/QuoteMode.html" title="enum in 
org.apache.commons.csv">QuoteMode</a>[]</code></td>
+<td class="colLast"><span class="strong">QuoteMode.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/QuoteMode.html#values()">values</a></strong>()</code>
+<div class="block">Returns an array containing the constants of this enum 
type, in
+the order they are declared.</div>
+</td>
+</tr>
+</tbody>
+</table>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing 
methods, and an explanation">
+<caption><span>Methods in <a 
href="../../../../../org/apache/commons/csv/package-summary.html">org.apache.commons.csv</a>
 with parameters of type <a 
href="../../../../../org/apache/commons/csv/QuoteMode.html" title="enum in 
org.apache.commons.csv">QuoteMode</a></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>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><span class="strong">CSVFormat.</span><code><strong><a 
href="../../../../../org/apache/commons/csv/CSVFormat.html#withQuoteMode(org.apache.commons.csv.QuoteMode)">withQuoteMode</a></strong>(<a
 href="../../../../../org/apache/commons/csv/QuoteMode.html" title="enum in 
org.apache.commons.csv">QuoteMode</a>&nbsp;quoteModePolicy)</code>
+<div class="block">Returns a new <code>CSVFormat</code> with the output quote 
policy of the format set to the specified value.</div>
+</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="../../../../../org/apache/commons/csv/package-summary.html">Package</a></li>
+<li><a href="../../../../../org/apache/commons/csv/QuoteMode.html" title="enum 
in org.apache.commons.csv">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/commons/csv/class-use/QuoteMode.html"
 target="_top">Frames</a></li>
+<li><a href="QuoteMode.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 &#169; 2016 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>
\ No newline at end of file

Added: 
websites/production/commons/content/proper/commons-csv/archives/1.4/apidocs/org/apache/commons/csv/package-frame.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-csv/archives/1.4/apidocs/org/apache/commons/csv/package-frame.html
 (added)
+++ 
websites/production/commons/content/proper/commons-csv/archives/1.4/apidocs/org/apache/commons/csv/package-frame.html
 Sun May 29 02:48:43 2016
@@ -0,0 +1,26 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>org.apache.commons.csv (Apache Commons CSV 1.4 API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
+</head>
+<body>
+<h1 class="bar"><a 
href="../../../../org/apache/commons/csv/package-summary.html" 
target="classFrame">org.apache.commons.csv</a></h1>
+<div class="indexContainer">
+<h2 title="Classes">Classes</h2>
+<ul title="Classes">
+<li><a href="CSVFormat.html" title="class in org.apache.commons.csv" 
target="classFrame">CSVFormat</a></li>
+<li><a href="CSVParser.html" title="class in org.apache.commons.csv" 
target="classFrame">CSVParser</a></li>
+<li><a href="CSVPrinter.html" title="class in org.apache.commons.csv" 
target="classFrame">CSVPrinter</a></li>
+<li><a href="CSVRecord.html" title="class in org.apache.commons.csv" 
target="classFrame">CSVRecord</a></li>
+</ul>
+<h2 title="Enums">Enums</h2>
+<ul title="Enums">
+<li><a href="CSVFormat.Predefined.html" title="enum in org.apache.commons.csv" 
target="classFrame">CSVFormat.Predefined</a></li>
+<li><a href="QuoteMode.html" title="enum in org.apache.commons.csv" 
target="classFrame">QuoteMode</a></li>
+</ul>
+</div>
+</body>
+</html>
\ No newline at end of file

Added: 
websites/production/commons/content/proper/commons-csv/archives/1.4/apidocs/org/apache/commons/csv/package-summary.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-csv/archives/1.4/apidocs/org/apache/commons/csv/package-summary.html
 (added)
+++ 
websites/production/commons/content/proper/commons-csv/archives/1.4/apidocs/org/apache/commons/csv/package-summary.html
 Sun May 29 02:48:43 2016
@@ -0,0 +1,243 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>org.apache.commons.csv (Apache Commons CSV 1.4 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="org.apache.commons.csv (Apache Commons CSV 1.4 
API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a 
href="../../../../org/apache/commons/csv/package-summary.html">Package</a></li>
+<li>Class</li>
+<li><a href="package-use.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>Prev Package</li>
+<li>Next Package</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../index.html?org/apache/commons/csv/package-summary.html" 
target="_top">Frames</a></li>
+<li><a href="package-summary.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">
+<h1 title="Package" class="title">Package&nbsp;org.apache.commons.csv</h1>
+<div class="docSummary">
+<div class="block">Apache Commons CSV Format Support.</div>
+</div>
+<p>See:&nbsp;<a href="#package_description">Description</a></p>
+</div>
+<div class="contentContainer">
+<ul class="blockList">
+<li class="blockList">
+<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Class Summary table, listing classes, and an explanation">
+<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Class</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a 
href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a></td>
+<td class="colLast">
+<div class="block">Specifies the format of a CSV file and parses input.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a 
href="../../../../org/apache/commons/csv/CSVParser.html" title="class in 
org.apache.commons.csv">CSVParser</a></td>
+<td class="colLast">
+<div class="block">Parses CSV files according to the specified format.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a 
href="../../../../org/apache/commons/csv/CSVPrinter.html" title="class in 
org.apache.commons.csv">CSVPrinter</a></td>
+<td class="colLast">
+<div class="block">Prints values in a CSV format.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a 
href="../../../../org/apache/commons/csv/CSVRecord.html" title="class in 
org.apache.commons.csv">CSVRecord</a></td>
+<td class="colLast">
+<div class="block">A CSV record parsed from a CSV file.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Enum Summary table, listing enums, and an explanation">
+<caption><span>Enum Summary</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Enum</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a></td>
+<td class="colLast">
+<div class="block">Predefines formats.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a 
href="../../../../org/apache/commons/csv/QuoteMode.html" title="enum in 
org.apache.commons.csv">QuoteMode</a></td>
+<td class="colLast">
+<div class="block">Defines quote behavior when printing.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<a name="package_description">
+<!--   -->
+</a>
+<h2 title="Package org.apache.commons.csv Description">Package 
org.apache.commons.csv Description</h2>
+<div class="block">Apache Commons CSV Format Support.
+
+ <p>CSV are widely used as interfaces to legacy systems or manual data-imports.
+    CSV stands for "Comma Separated Values" (or sometimes "Character Separated
+    Values"). The CSV data format is defined in
+    <a href="http://tools.ietf.org/html/rfc4180"; target="_blank">RFC 4180</a>
+    but many dialects exist.</p>
+
+ <p>Common to all file dialects is its basic structure: The CSV data-format
+    is record oriented, whereas each record starts on a new textual line. A
+    record is build of a list of values. Keep in mind that not all records
+    must have an equal number of values:</p>
+ <pre>
+       csv    := records*
+       record := values*
+ </pre>
+
+ <p>The following list contains the CSV aspects the Commons CSV parser 
supports:</p>
+ <dl>
+   <dt>Separators (for lines)</dt>
+   <dd>The record separators are hardcoded and cannot be changed. The must be 
'\r', '\n' or '\r\n'.</dd>
+
+   <dt>Delimiter (for values)</dt>
+   <dd>The delimiter for values is freely configurable (default ',').</dd>
+
+   <dt>Comments</dt>
+   <dd>Some CSV-dialects support a simple comment syntax. A comment is a record
+       which must start with a designated character (the commentStarter). A 
record
+       of this kind is treated as comment and gets removed from the input 
(default none)</dd>
+
+   <dt>Encapsulator</dt>
+  <dd>Two encapsulator characters (default '"') are used to enclose -&gt; 
complex values.</dd>
+
+   <dt>Simple values</dt>
+   <dd>A simple value consist of all characters (except the delimiter) until
+       (but not including) the next delimiter or a record-terminator. 
Optionally
+       all surrounding whitespaces of a simple value can be ignored (default: 
true).</dd>
+
+   <dt>Complex values</dt>
+   <dd>Complex values are encapsulated within a pair of the defined 
encapsulator characters.
+       The encapsulator itself must be escaped or doubled when used inside 
complex values.
+       Complex values preserve all kind of formatting (including newlines 
-&gt; multiline-values)</dd>
+
+  <dt>Empty line skipping</dt>
+   <dd>Optionally empty lines in CSV files can be skipped.
+       Otherwise, empty lines will return a record with a single empty 
value.</dd>
+ </dl>
+
+ <p>In addition to individually defined dialects, two predefined dialects 
(strict-csv, and excel-csv)
+    can be set directly.</p> <!-- TODO fix -->
+
+ <p>Example usage:</p>
+ <blockquote><pre>
+ Reader in = new StringReader("a,b,c");
+ for (CSVRecord record : CSVFormat.DEFAULT.parse(in)) {
+     for (String field : record) {
+         System.out.print("\"" + field + "\", ");
+     }
+     System.out.println();
+ }
+ </pre></blockquote></div>
+</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="../../../../org/apache/commons/csv/package-summary.html">Package</a></li>
+<li>Class</li>
+<li><a href="package-use.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>Prev Package</li>
+<li>Next Package</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../index.html?org/apache/commons/csv/package-summary.html" 
target="_top">Frames</a></li>
+<li><a href="package-summary.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 &#169; 2016 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>
\ No newline at end of file

Added: 
websites/production/commons/content/proper/commons-csv/archives/1.4/apidocs/org/apache/commons/csv/package-tree.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-csv/archives/1.4/apidocs/org/apache/commons/csv/package-tree.html
 (added)
+++ 
websites/production/commons/content/proper/commons-csv/archives/1.4/apidocs/org/apache/commons/csv/package-tree.html
 Sun May 29 02:48:43 2016
@@ -0,0 +1,138 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>org.apache.commons.csv Class Hierarchy (Apache Commons CSV 1.4 
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="org.apache.commons.csv Class Hierarchy (Apache 
Commons CSV 1.4 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a 
href="../../../../org/apache/commons/csv/package-summary.html">Package</a></li>
+<li>Class</li>
+<li>Use</li>
+<li class="navBarCell1Rev">Tree</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/commons/csv/package-tree.html" 
target="_top">Frames</a></li>
+<li><a href="package-tree.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">
+<h1 class="title">Hierarchy For Package org.apache.commons.csv</h1>
+</div>
+<div class="contentContainer">
+<h2 title="Class Hierarchy">Class Hierarchy</h2>
+<ul>
+<li type="circle">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"><span class="strong">Object</span></a>
+<ul>
+<li type="circle">org.apache.commons.csv.<a 
href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv"><span class="strong">CSVFormat</span></a> (implements 
java.io.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true";
 title="class or interface in java.io">Serializable</a>)</li>
+<li type="circle">org.apache.commons.csv.<a 
href="../../../../org/apache/commons/csv/CSVParser.html" title="class in 
org.apache.commons.csv"><span class="strong">CSVParser</span></a> (implements 
java.io.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Closeable.html?is-external=true";
 title="class or interface in java.io">Closeable</a>, java.lang.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.html?is-external=true";
 title="class or interface in java.lang">Iterable</a>&lt;T&gt;)</li>
+<li type="circle">org.apache.commons.csv.<a 
href="../../../../org/apache/commons/csv/CSVPrinter.html" title="class in 
org.apache.commons.csv"><span class="strong">CSVPrinter</span></a> (implements 
java.io.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Closeable.html?is-external=true";
 title="class or interface in java.io">Closeable</a>, java.io.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Flushable.html?is-external=true";
 title="class or interface in java.io">Flushable</a>)</li>
+<li type="circle">org.apache.commons.csv.<a 
href="../../../../org/apache/commons/csv/CSVRecord.html" title="class in 
org.apache.commons.csv"><span class="strong">CSVRecord</span></a> (implements 
java.lang.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.html?is-external=true";
 title="class or interface in java.lang">Iterable</a>&lt;T&gt;, java.io.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true";
 title="class or interface in java.io">Serializable</a>)</li>
+</ul>
+</li>
+</ul>
+<h2 title="Enum Hierarchy">Enum Hierarchy</h2>
+<ul>
+<li type="circle">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"><span class="strong">Object</span></a>
+<ul>
+<li type="circle">java.lang.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang"><span 
class="strong">Enum</span></a>&lt;E&gt; (implements java.lang.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true";
 title="class or interface in java.lang">Comparable</a>&lt;T&gt;, java.io.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true";
 title="class or interface in java.io">Serializable</a>)
+<ul>
+<li type="circle">org.apache.commons.csv.<a 
href="../../../../org/apache/commons/csv/QuoteMode.html" title="enum in 
org.apache.commons.csv"><span class="strong">QuoteMode</span></a></li>
+<li type="circle">org.apache.commons.csv.<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv"><span 
class="strong">CSVFormat.Predefined</span></a></li>
+</ul>
+</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="../../../../org/apache/commons/csv/package-summary.html">Package</a></li>
+<li>Class</li>
+<li>Use</li>
+<li class="navBarCell1Rev">Tree</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/commons/csv/package-tree.html" 
target="_top">Frames</a></li>
+<li><a href="package-tree.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 &#169; 2016 <a 
href="http://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