Added:
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/DuplicateHeaderMode.html
==============================================================================
---
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/DuplicateHeaderMode.html
(added)
+++
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/DuplicateHeaderMode.html
Thu Feb 2 12:12:49 2023
@@ -0,0 +1,367 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>DuplicateHeaderMode (Apache Commons CSV 1.10.0 API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css"
title="Style">
+<script type="text/javascript" src="../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+ try {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="DuplicateHeaderMode (Apache Commons CSV
1.10.0 API)";
+ }
+ }
+ catch(err) {
+ }
+//-->
+var methods = {"i0":9,"i1":9};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation
links">Skip navigation links</a></div>
+<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="navBarCell1Rev">Class</li>
+<li><a href="class-use/DuplicateHeaderMode.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/commons/csv/CSVRecord.html" title="class
in org.apache.commons.csv"><span
class="typeNameLink">Prev Class</span></a></li>
+<li><a href="../../../../org/apache/commons/csv/QuoteMode.html" title="enum in
org.apache.commons.csv"><span
class="typeNameLink">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a
href="../../../../index.html?org/apache/commons/csv/DuplicateHeaderMode.html"
target="_top">Frames</a></li>
+<li><a href="DuplicateHeaderMode.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><a href="#enum.constant.summary">Enum Constants</a> | </li>
+<li>Field | </li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail: </li>
+<li><a href="#enum.constant.detail">Enum Constants</a> | </li>
+<li>Field | </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.commons.csv</div>
+<h2 title="Enum DuplicateHeaderMode" class="title">Enum
DuplicateHeaderMode</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">java.lang.Object</a></li>
+<li>
+<ul class="inheritance">
+<li><a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true"
title="class or interface in java.lang">java.lang.Enum</a><<a
href="../../../../org/apache/commons/csv/DuplicateHeaderMode.html" title="enum
in org.apache.commons.csv">DuplicateHeaderMode</a>></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.commons.csv.DuplicateHeaderMode</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><a
href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true"
title="class or interface in java.io">Serializable</a>, <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true"
title="class or interface in java.lang">Comparable</a><<a
href="../../../../org/apache/commons/csv/DuplicateHeaderMode.html" title="enum
in org.apache.commons.csv">DuplicateHeaderMode</a>></dd>
+</dl>
+<hr>
+<br>
+<pre>public enum <a
href="../../../../src-html/org/apache/commons/csv/DuplicateHeaderMode.html#line.26">DuplicateHeaderMode</a>
+extends <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true"
title="class or interface in java.lang">Enum</a><<a
href="../../../../org/apache/commons/csv/DuplicateHeaderMode.html" title="enum
in org.apache.commons.csv">DuplicateHeaderMode</a>></pre>
+<div class="block">Determines how duplicate header fields should be handled
+ if <a
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html#setHeader-java.lang.Class-"><code>CSVFormat.Builder.setHeader(Class)</code></a>
is not null.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>1.10.0</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== ENUM CONSTANT SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="enum.constant.summary">
+<!-- -->
+</a>
+<h3>Enum Constant Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0"
summary="Enum Constant Summary table, listing enum constants, and an
explanation">
+<caption><span>Enum Constants</span><span
class="tabEnd"> </span></caption>
+<tr>
+<th class="colOne" scope="col">Enum Constant and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a
href="../../../../org/apache/commons/csv/DuplicateHeaderMode.html#ALLOW_ALL">ALLOW_ALL</a></span></code>
+<div class="block">Allows all duplicate headers.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a
href="../../../../org/apache/commons/csv/DuplicateHeaderMode.html#ALLOW_EMPTY">ALLOW_EMPTY</a></span></code>
+<div class="block">Allows duplicate headers only if they're empty, blank, or
null strings.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a
href="../../../../org/apache/commons/csv/DuplicateHeaderMode.html#DISALLOW">DISALLOW</a></span></code>
+<div class="block">Disallows duplicate headers entirely.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!-- -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0"
summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span
class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a
href="javascript:show(1);">Static Methods</a></span><span
class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a
href="javascript:show(8);">Concrete Methods</a></span><span
class="tabEnd"> </span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>static <a
href="../../../../org/apache/commons/csv/DuplicateHeaderMode.html" title="enum
in org.apache.commons.csv">DuplicateHeaderMode</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/apache/commons/csv/DuplicateHeaderMode.html#valueOf-java.lang.String-">valueOf</a></span>(<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> name)</code>
+<div class="block">Returns the enum constant of this type with the specified
name.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>static <a
href="../../../../org/apache/commons/csv/DuplicateHeaderMode.html" title="enum
in org.apache.commons.csv">DuplicateHeaderMode</a>[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/apache/commons/csv/DuplicateHeaderMode.html#values--">values</a></span>()</code>
+<div class="block">Returns an array containing the constants of this enum
type, in
+the order they are declared.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Enum">
+<!-- -->
+</a>
+<h3>Methods inherited from class java.lang.<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true"
title="class or interface in java.lang">Enum</a></h3>
+<code><a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#clone--"
title="class or interface in java.lang">clone</a>, <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#compareTo-E-"
title="class or interface in java.lang">compareTo</a>, <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#equals-java.lang.Object-"
title="class or interface in java.lang">equals</a>, <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#finalize--"
title="class or interface in java.lang">finalize</a>, <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#getDeclaringClass--"
title="class or interface in java.lang">getDeclaringClass</a>, <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#hashCode--"
title="class or interface in java.lang">hashCode</a>, <a
href="https://docs.oracle.com/javase/
8/docs/api/java/lang/Enum.html?is-external=true#name--" title="class or
interface in java.lang">name</a>, <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#ordinal--"
title="class or interface in java.lang">ordinal</a>, <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#toString--"
title="class or interface in java.lang">toString</a>, <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#valueOf-java.lang.Class-java.lang.String-"
title="class or interface in java.lang">valueOf</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!-- -->
+</a>
+<h3>Methods inherited from class java.lang.<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a></h3>
+<code><a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--"
title="class or interface in java.lang">getClass</a>, <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--"
title="class or interface in java.lang">notify</a>, <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--"
title="class or interface in java.lang">notifyAll</a>, <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--"
title="class or interface in java.lang">wait</a>, <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-"
title="class or interface in java.lang">wait</a>, <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-"
title="class or interface in java.lang">wait</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ ENUM CONSTANT DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="enum.constant.detail">
+<!-- -->
+</a>
+<h3>Enum Constant Detail</h3>
+<a name="ALLOW_ALL">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>ALLOW_ALL</h4>
+<pre>public static final <a
href="../../../../org/apache/commons/csv/DuplicateHeaderMode.html" title="enum
in org.apache.commons.csv">DuplicateHeaderMode</a> <a
href="../../../../src-html/org/apache/commons/csv/DuplicateHeaderMode.html#line.31">ALLOW_ALL</a></pre>
+<div class="block">Allows all duplicate headers.</div>
+</li>
+</ul>
+<a name="ALLOW_EMPTY">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>ALLOW_EMPTY</h4>
+<pre>public static final <a
href="../../../../org/apache/commons/csv/DuplicateHeaderMode.html" title="enum
in org.apache.commons.csv">DuplicateHeaderMode</a> <a
href="../../../../src-html/org/apache/commons/csv/DuplicateHeaderMode.html#line.36">ALLOW_EMPTY</a></pre>
+<div class="block">Allows duplicate headers only if they're empty, blank, or
null strings.</div>
+</li>
+</ul>
+<a name="DISALLOW">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>DISALLOW</h4>
+<pre>public static final <a
href="../../../../org/apache/commons/csv/DuplicateHeaderMode.html" title="enum
in org.apache.commons.csv">DuplicateHeaderMode</a> <a
href="../../../../src-html/org/apache/commons/csv/DuplicateHeaderMode.html#line.41">DISALLOW</a></pre>
+<div class="block">Disallows duplicate headers entirely.</div>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!-- -->
+</a>
+<h3>Method Detail</h3>
+<a name="values--">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>values</h4>
+<pre>public static <a
href="../../../../org/apache/commons/csv/DuplicateHeaderMode.html" title="enum
in org.apache.commons.csv">DuplicateHeaderMode</a>[] <a
href="../../../../src-html/org/apache/commons/csv/DuplicateHeaderMode.html#line.21">values</a>()</pre>
+<div class="block">Returns an array containing the constants of this enum
type, in
+the order they are declared. This method may be used to iterate
+over the constants as follows:
+<pre>
+for (DuplicateHeaderMode c : DuplicateHeaderMode.values())
+ System.out.println(c);
+</pre></div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>an array containing the constants of this enum type, in the order they are
declared</dd>
+</dl>
+</li>
+</ul>
+<a name="valueOf-java.lang.String-">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>valueOf</h4>
+<pre>public static <a
href="../../../../org/apache/commons/csv/DuplicateHeaderMode.html" title="enum
in org.apache.commons.csv">DuplicateHeaderMode</a> <a
href="../../../../src-html/org/apache/commons/csv/DuplicateHeaderMode.html#line.21">valueOf</a>(<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> name)</pre>
+<div class="block">Returns the enum constant of this type with the specified
name.
+The string must match <i>exactly</i> an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>name</code> - the name of the enum constant to be returned.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the enum constant with the specified name</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true"
title="class or interface in java.lang">IllegalArgumentException</a></code> -
if this enum type has no constant with the specified name</dd>
+<dd><code><a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/NullPointerException.html?is-external=true"
title="class or interface in java.lang">NullPointerException</a></code> - if
the argument is null</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>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation
links">Skip navigation links</a></div>
+<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="navBarCell1Rev">Class</li>
+<li><a href="class-use/DuplicateHeaderMode.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/commons/csv/CSVRecord.html" title="class
in org.apache.commons.csv"><span
class="typeNameLink">Prev Class</span></a></li>
+<li><a href="../../../../org/apache/commons/csv/QuoteMode.html" title="enum in
org.apache.commons.csv"><span
class="typeNameLink">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a
href="../../../../index.html?org/apache/commons/csv/DuplicateHeaderMode.html"
target="_top">Frames</a></li>
+<li><a href="DuplicateHeaderMode.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><a href="#enum.constant.summary">Enum Constants</a> | </li>
+<li>Field | </li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail: </li>
+<li><a href="#enum.constant.detail">Enum Constants</a> | </li>
+<li>Field | </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–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+</body>
+</html>
\ No newline at end of file
Modified:
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/QuoteMode.html
==============================================================================
---
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/QuoteMode.html
(original)
+++
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/QuoteMode.html
Thu Feb 2 12:12:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>QuoteMode (Apache Commons CSV 1.9.0 API)</title>
+<title>QuoteMode (Apache Commons CSV 1.10.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="QuoteMode (Apache Commons CSV 1.9.0 API)";
+ parent.document.title="QuoteMode (Apache Commons CSV 1.10.0 API)";
}
}
catch(err) {
@@ -48,7 +48,7 @@ var activeTableTab = "activeTableTab";
</div>
<div class="subNav">
<ul class="navList">
-<li><a href="../../../../org/apache/commons/csv/CSVRecord.html" title="class
in org.apache.commons.csv"><span
class="typeNameLink">Prev Class</span></a></li>
+<li><a href="../../../../org/apache/commons/csv/DuplicateHeaderMode.html"
title="enum in org.apache.commons.csv"><span
class="typeNameLink">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
@@ -349,7 +349,7 @@ not permitted.)</div>
</div>
<div class="subNav">
<ul class="navList">
-<li><a href="../../../../org/apache/commons/csv/CSVRecord.html" title="class
in org.apache.commons.csv"><span
class="typeNameLink">Prev Class</span></a></li>
+<li><a href="../../../../org/apache/commons/csv/DuplicateHeaderMode.html"
title="enum in org.apache.commons.csv"><span
class="typeNameLink">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
@@ -390,6 +390,6 @@ not permitted.)</div>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2005–2020 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2005–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
</body>
</html>
\ No newline at end of file
Modified:
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/class-use/CSVFormat.Builder.html
==============================================================================
---
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/class-use/CSVFormat.Builder.html
(original)
+++
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/class-use/CSVFormat.Builder.html
Thu Feb 2 12:12:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.commons.csv.CSVFormat.Builder (Apache Commons
CSV 1.9.0 API)</title>
+<title>Uses of Class org.apache.commons.csv.CSVFormat.Builder (Apache Commons
CSV 1.10.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.commons.csv.CSVFormat.Builder (Apache Commons CSV 1.9.0 API)";
+ parent.document.title="Uses of Class
org.apache.commons.csv.CSVFormat.Builder (Apache Commons CSV 1.10.0 API)";
}
}
catch(err) {
@@ -107,13 +107,15 @@
<tr class="rowColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html"
title="class in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
<td class="colLast"><span
class="typeNameLabel">CSVFormat.Builder.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html#setAllowDuplicateHeaderNames-boolean-">setAllowDuplicateHeaderNames</a></span>(boolean allowDuplicateHeaderNames)</code>
-<div class="block">Sets the duplicate header names behavior, true to allow,
false to disallow.</div>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>
+<div class="block"><span class="deprecationComment">Use <a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html#setDuplicateHeaderMode-org.apache.commons.csv.DuplicateHeaderMode-"><code>setDuplicateHeaderMode(DuplicateHeaderMode)</code></a>.</span></div>
+</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html"
title="class in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
<td class="colLast"><span
class="typeNameLabel">CSVFormat.Builder.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html#setAllowMissingColumnNames-boolean-">setAllowMissingColumnNames</a></span>(boolean allowMissingColumnNames)</code>
-<div class="block">Sets the missing column names behavior, <code>true</code>
to allow missing column names in the header line, <code>false</code> to cause an
+<div class="block">Sets the parser missing column names behavior,
<code>true</code> to allow missing column names in the header line,
<code>false</code> to cause an
<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true"
title="class or interface in
java.lang"><code>IllegalArgumentException</code></a> to be thrown.</div>
</td>
</tr>
@@ -149,120 +151,126 @@
</tr>
<tr class="altColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html"
title="class in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
+<td class="colLast"><span
class="typeNameLabel">CSVFormat.Builder.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html#setDuplicateHeaderMode-org.apache.commons.csv.DuplicateHeaderMode-">setDuplicateHeaderMode</a></span>(<a
href="../../../../../org/apache/commons/csv/DuplicateHeaderMode.html"
title="enum in
org.apache.commons.csv">DuplicateHeaderMode</a> duplicateHeaderMode)</code>
+<div class="block">Sets the duplicate header names behavior.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html"
title="class in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
<td class="colLast"><span
class="typeNameLabel">CSVFormat.Builder.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html#setEscape-char-">setEscape</a></span>(char escapeCharacter)</code>
<div class="block">Sets the escape character.</div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html"
title="class in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
<td class="colLast"><span
class="typeNameLabel">CSVFormat.Builder.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html#setEscape-java.lang.Character-">setEscape</a></span>(<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Character.html?is-external=true"
title="class or interface in
java.lang">Character</a> escapeCharacter)</code>
<div class="block">Sets the escape character.</div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html"
title="class in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
<td class="colLast"><span
class="typeNameLabel">CSVFormat.Builder.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html#setHeader-java.lang.Class-">setHeader</a></span>(<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true"
title="class or interface in java.lang">Class</a><? extends <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true"
title="class or interface in
java.lang">Enum</a><?>> headerEnum)</code>
<div class="block">Sets the header defined by the given <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true"
title="class or interface in java.lang"><code>Enum</code></a> class.</div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html"
title="class in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
<td class="colLast"><span
class="typeNameLabel">CSVFormat.Builder.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html#setHeader-java.sql.ResultSet-">setHeader</a></span>(<a
href="https://docs.oracle.com/javase/8/docs/api/java/sql/ResultSet.html?is-external=true"
title="class or interface in java.sql">ResultSet</a> resultSet)</code>
<div class="block">Sets the header from the result set metadata.</div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html"
title="class in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
<td class="colLast"><span
class="typeNameLabel">CSVFormat.Builder.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html#setHeader-java.sql.ResultSetMetaData-">setHeader</a></span>(<a
href="https://docs.oracle.com/javase/8/docs/api/java/sql/ResultSetMetaData.html?is-external=true"
title="class or interface in
java.sql">ResultSetMetaData</a> resultSetMetaData)</code>
<div class="block">Sets the header from the result set metadata.</div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html"
title="class in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
<td class="colLast"><span
class="typeNameLabel">CSVFormat.Builder.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html#setHeader-java.lang.String...-">setHeader</a></span>(<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a>... header)</code>
<div class="block">Sets the header to the given values.</div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html"
title="class in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
<td class="colLast"><span
class="typeNameLabel">CSVFormat.Builder.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html#setHeaderComments-java.lang.Object...-">setHeaderComments</a></span>(<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in
java.lang">Object</a>... headerComments)</code>
<div class="block">Sets the header comments set to the given values.</div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html"
title="class in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
<td class="colLast"><span
class="typeNameLabel">CSVFormat.Builder.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html#setHeaderComments-java.lang.String...-">setHeaderComments</a></span>(<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in
java.lang">String</a>... headerComments)</code>
<div class="block">Sets the header comments set to the given values.</div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html"
title="class in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
<td class="colLast"><span
class="typeNameLabel">CSVFormat.Builder.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html#setIgnoreEmptyLines-boolean-">setIgnoreEmptyLines</a></span>(boolean ignoreEmptyLines)</code>
<div class="block">Sets the empty line skipping behavior, <code>true</code> to
ignore the empty lines between the records, <code>false</code> to translate
empty lines to empty
records.</div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html"
title="class in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
<td class="colLast"><span
class="typeNameLabel">CSVFormat.Builder.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html#setIgnoreHeaderCase-boolean-">setIgnoreHeaderCase</a></span>(boolean ignoreHeaderCase)</code>
-<div class="block">Sets the case mapping behavior, <code>true</code> to access
name/values, <code>false</code> to leave the mapping as is.</div>
+<div class="block">Sets the parser case mapping behavior, <code>true</code> to
access name/values, <code>false</code> to leave the mapping as is.</div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html"
title="class in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
<td class="colLast"><span
class="typeNameLabel">CSVFormat.Builder.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html#setIgnoreSurroundingSpaces-boolean-">setIgnoreSurroundingSpaces</a></span>(boolean ignoreSurroundingSpaces)</code>
<div class="block">Sets the parser trimming behavior, <code>true</code> to
remove the surrounding spaces, <code>false</code> to leave the spaces as
is.</div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html"
title="class in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
<td class="colLast"><span
class="typeNameLabel">CSVFormat.Builder.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html#setNullString-java.lang.String-">setNullString</a></span>(<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> nullString)</code>
<div class="block">Sets the String to convert to and from
<code>null</code>.</div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html"
title="class in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
<td class="colLast"><span
class="typeNameLabel">CSVFormat.Builder.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html#setQuote-char-">setQuote</a></span>(char quoteCharacter)</code>
<div class="block">Sets the quote character.</div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html"
title="class in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
<td class="colLast"><span
class="typeNameLabel">CSVFormat.Builder.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html#setQuote-java.lang.Character-">setQuote</a></span>(<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Character.html?is-external=true"
title="class or interface in
java.lang">Character</a> quoteCharacter)</code>
<div class="block">Sets the quote character, use <code>null</code> to
disable.</div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html"
title="class in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
<td class="colLast"><span
class="typeNameLabel">CSVFormat.Builder.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html#setQuoteMode-org.apache.commons.csv.QuoteMode-">setQuoteMode</a></span>(<a
href="../../../../../org/apache/commons/csv/QuoteMode.html" title="enum in
org.apache.commons.csv">QuoteMode</a> quoteMode)</code>
<div class="block">Sets the quote policy to use for output.</div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html"
title="class in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
<td class="colLast"><span
class="typeNameLabel">CSVFormat.Builder.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html#setRecordSeparator-char-">setRecordSeparator</a></span>(char recordSeparator)</code>
<div class="block">Sets the record separator to use for output.</div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html"
title="class in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
<td class="colLast"><span
class="typeNameLabel">CSVFormat.Builder.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html#setRecordSeparator-java.lang.String-">setRecordSeparator</a></span>(<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> recordSeparator)</code>
<div class="block">Sets the record separator to use for output.</div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html"
title="class in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
<td class="colLast"><span
class="typeNameLabel">CSVFormat.Builder.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html#setSkipHeaderRecord-boolean-">setSkipHeaderRecord</a></span>(boolean skipHeaderRecord)</code>
<div class="block">Sets whether to skip the header record.</div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html"
title="class in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
<td class="colLast"><span
class="typeNameLabel">CSVFormat.Builder.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html#setTrailingDelimiter-boolean-">setTrailingDelimiter</a></span>(boolean trailingDelimiter)</code>
<div class="block">Sets whether to add a trailing delimiter.</div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html"
title="class in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
<td class="colLast"><span
class="typeNameLabel">CSVFormat.Builder.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html#setTrim-boolean-">setTrim</a></span>(boolean trim)</code>
<div class="block">Sets whether to trim leading and trailing blanks.</div>
@@ -321,6 +329,6 @@
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2005–2020 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2005–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
</body>
</html>
\ No newline at end of file
Modified:
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/class-use/CSVFormat.Predefined.html
==============================================================================
---
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/class-use/CSVFormat.Predefined.html
(original)
+++
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/class-use/CSVFormat.Predefined.html
Thu Feb 2 12:12:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.commons.csv.CSVFormat.Predefined (Apache
Commons CSV 1.9.0 API)</title>
+<title>Uses of Class org.apache.commons.csv.CSVFormat.Predefined (Apache
Commons CSV 1.10.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.commons.csv.CSVFormat.Predefined (Apache Commons CSV 1.9.0 API)";
+ parent.document.title="Uses of Class
org.apache.commons.csv.CSVFormat.Predefined (Apache Commons CSV 1.10.0 API)";
}
}
catch(err) {
@@ -152,6 +152,6 @@ the order they are declared.</div>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2005–2020 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2005–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
</body>
</html>
\ No newline at end of file
Modified:
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/class-use/CSVFormat.html
==============================================================================
---
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/class-use/CSVFormat.html
(original)
+++
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/class-use/CSVFormat.html
Thu Feb 2 12:12:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.commons.csv.CSVFormat (Apache Commons CSV
1.9.0 API)</title>
+<title>Uses of Class org.apache.commons.csv.CSVFormat (Apache Commons CSV
1.10.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.commons.csv.CSVFormat (Apache Commons CSV 1.9.0 API)";
+ parent.document.title="Uses of Class
org.apache.commons.csv.CSVFormat (Apache Commons CSV 1.10.0 API)";
}
}
catch(err) {
@@ -89,7 +89,8 @@
<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="typeNameLabel">CSVFormat.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/commons/csv/CSVFormat.html#DEFAULT">DEFAULT</a></span></code>
-<div class="block">Standard Comma Separated Value format, as for <a
href="../../../../../org/apache/commons/csv/CSVFormat.html#RFC4180"><code>RFC4180</code></a>
but allowing empty lines.</div>
+<div class="block">Standard Comma Separated Value 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">
@@ -543,7 +544,7 @@
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/commons/csv/CSVParser.html#CSVParser-java.io.Reader-org.apache.commons.csv.CSVFormat-">CSVParser</a></span>(<a
href="https://docs.oracle.com/javase/8/docs/api/java/io/Reader.html?is-external=true"
title="class or interface in java.io">Reader</a> reader,
<a href="../../../../../org/apache/commons/csv/CSVFormat.html"
title="class in org.apache.commons.csv">CSVFormat</a> 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>
+<div class="block">Constructs a new instance 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">
@@ -551,7 +552,7 @@
<a href="../../../../../org/apache/commons/csv/CSVFormat.html"
title="class in org.apache.commons.csv">CSVFormat</a> format,
long characterOffset,
long 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>
+<div class="block">Constructs a new instance 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">
@@ -613,6 +614,6 @@
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2005–2020 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2005–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
</body>
</html>
\ No newline at end of file
Modified:
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/class-use/CSVParser.html
==============================================================================
---
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/class-use/CSVParser.html
(original)
+++
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/class-use/CSVParser.html
Thu Feb 2 12:12:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.commons.csv.CSVParser (Apache Commons CSV
1.9.0 API)</title>
+<title>Uses of Class org.apache.commons.csv.CSVParser (Apache Commons CSV
1.10.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.commons.csv.CSVParser (Apache Commons CSV 1.9.0 API)";
+ parent.document.title="Uses of Class
org.apache.commons.csv.CSVParser (Apache Commons CSV 1.10.0 API)";
}
}
catch(err) {
@@ -197,6 +197,6 @@
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2005–2020 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2005–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
</body>
</html>
\ No newline at end of file
Modified:
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/class-use/CSVPrinter.html
==============================================================================
---
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/class-use/CSVPrinter.html
(original)
+++
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/class-use/CSVPrinter.html
Thu Feb 2 12:12:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.commons.csv.CSVPrinter (Apache Commons CSV
1.9.0 API)</title>
+<title>Uses of Class org.apache.commons.csv.CSVPrinter (Apache Commons CSV
1.10.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.commons.csv.CSVPrinter (Apache Commons CSV 1.9.0 API)";
+ parent.document.title="Uses of Class
org.apache.commons.csv.CSVPrinter (Apache Commons CSV 1.10.0 API)";
}
}
catch(err) {
@@ -165,6 +165,6 @@
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2005–2020 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2005–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
</body>
</html>
\ No newline at end of file
Modified:
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/class-use/CSVRecord.html
==============================================================================
---
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/class-use/CSVRecord.html
(original)
+++
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/class-use/CSVRecord.html
Thu Feb 2 12:12:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.commons.csv.CSVRecord (Apache Commons CSV
1.9.0 API)</title>
+<title>Uses of Class org.apache.commons.csv.CSVRecord (Apache Commons CSV
1.10.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.commons.csv.CSVRecord (Apache Commons CSV 1.9.0 API)";
+ parent.document.title="Uses of Class
org.apache.commons.csv.CSVRecord (Apache Commons CSV 1.10.0 API)";
}
}
catch(err) {
@@ -158,6 +158,6 @@
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2005–2020 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2005–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
</body>
</html>
\ No newline at end of file
Added:
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/class-use/DuplicateHeaderMode.html
==============================================================================
---
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/class-use/DuplicateHeaderMode.html
(added)
+++
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/class-use/DuplicateHeaderMode.html
Thu Feb 2 12:12:49 2023
@@ -0,0 +1,178 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.commons.csv.DuplicateHeaderMode (Apache
Commons CSV 1.10.0 API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
+<script type="text/javascript" src="../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+ try {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="Uses of Class
org.apache.commons.csv.DuplicateHeaderMode (Apache Commons CSV 1.10.0 API)";
+ }
+ }
+ catch(err) {
+ }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation
links">Skip navigation links</a></div>
+<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/DuplicateHeaderMode.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/DuplicateHeaderMode.html"
target="_top">Frames</a></li>
+<li><a href="DuplicateHeaderMode.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.DuplicateHeaderMode"
class="title">Uses of Class<br>org.apache.commons.csv.DuplicateHeaderMode</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/DuplicateHeaderMode.html"
title="enum in org.apache.commons.csv">DuplicateHeaderMode</a> in <a
href="../../../../../org/apache/commons/csv/package-summary.html">org.apache.commons.csv</a></h3>
+<table class="useSummary" 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/DuplicateHeaderMode.html"
title="enum in org.apache.commons.csv">DuplicateHeaderMode</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/commons/csv/DuplicateHeaderMode.html"
title="enum in org.apache.commons.csv">DuplicateHeaderMode</a></code></td>
+<td class="colLast"><span class="typeNameLabel">CSVFormat.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/commons/csv/CSVFormat.html#getDuplicateHeaderMode--">getDuplicateHeaderMode</a></span>()</code>
+<div class="block">Gets how duplicate headers are handled.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a
href="../../../../../org/apache/commons/csv/DuplicateHeaderMode.html"
title="enum in org.apache.commons.csv">DuplicateHeaderMode</a></code></td>
+<td class="colLast"><span
class="typeNameLabel">DuplicateHeaderMode.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/commons/csv/DuplicateHeaderMode.html#valueOf-java.lang.String-">valueOf</a></span>(<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> 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/DuplicateHeaderMode.html"
title="enum in org.apache.commons.csv">DuplicateHeaderMode</a>[]</code></td>
+<td class="colLast"><span
class="typeNameLabel">DuplicateHeaderMode.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/commons/csv/DuplicateHeaderMode.html#values--">values</a></span>()</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 class="useSummary" 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/DuplicateHeaderMode.html"
title="enum in org.apache.commons.csv">DuplicateHeaderMode</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/commons/csv/CSVFormat.Builder.html"
title="class in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
+<td class="colLast"><span
class="typeNameLabel">CSVFormat.Builder.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/commons/csv/CSVFormat.Builder.html#setDuplicateHeaderMode-org.apache.commons.csv.DuplicateHeaderMode-">setDuplicateHeaderMode</a></span>(<a
href="../../../../../org/apache/commons/csv/DuplicateHeaderMode.html"
title="enum in
org.apache.commons.csv">DuplicateHeaderMode</a> duplicateHeaderMode)</code>
+<div class="block">Sets the duplicate header names behavior.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation
links">Skip navigation links</a></div>
+<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/DuplicateHeaderMode.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/DuplicateHeaderMode.html"
target="_top">Frames</a></li>
+<li><a href="DuplicateHeaderMode.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–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+</body>
+</html>
\ No newline at end of file
Modified:
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/class-use/QuoteMode.html
==============================================================================
---
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/class-use/QuoteMode.html
(original)
+++
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/class-use/QuoteMode.html
Thu Feb 2 12:12:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.commons.csv.QuoteMode (Apache Commons CSV
1.9.0 API)</title>
+<title>Uses of Class org.apache.commons.csv.QuoteMode (Apache Commons CSV
1.10.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.commons.csv.QuoteMode (Apache Commons CSV 1.9.0 API)";
+ parent.document.title="Uses of Class
org.apache.commons.csv.QuoteMode (Apache Commons CSV 1.10.0 API)";
}
}
catch(err) {
@@ -89,7 +89,7 @@
<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="typeNameLabel">CSVFormat.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/commons/csv/CSVFormat.html#getQuoteMode--">getQuoteMode</a></span>()</code>
-<div class="block">Returns the quote policy output fields.</div>
+<div class="block">Gets the quote policy output fields.</div>
</td>
</tr>
<tr class="rowColor">
@@ -181,6 +181,6 @@ the order they are declared.</div>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2005–2020 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2005–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
</body>
</html>
\ No newline at end of file
Modified:
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/package-frame.html
==============================================================================
---
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/package-frame.html
(original)
+++
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/package-frame.html
Thu Feb 2 12:12:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.commons.csv (Apache Commons CSV 1.9.0 API)</title>
+<title>org.apache.commons.csv (Apache Commons CSV 1.10.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@@ -22,6 +22,7 @@
<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="DuplicateHeaderMode.html" title="enum in org.apache.commons.csv"
target="classFrame">DuplicateHeaderMode</a></li>
<li><a href="QuoteMode.html" title="enum in org.apache.commons.csv"
target="classFrame">QuoteMode</a></li>
</ul>
</div>
Modified:
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/package-summary.html
==============================================================================
---
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/package-summary.html
(original)
+++
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/package-summary.html
Thu Feb 2 12:12:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.commons.csv (Apache Commons CSV 1.9.0 API)</title>
+<title>org.apache.commons.csv (Apache Commons CSV 1.10.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="org.apache.commons.csv (Apache Commons CSV
1.9.0 API)";
+ parent.document.title="org.apache.commons.csv (Apache Commons CSV
1.10.0 API)";
}
}
catch(err) {
@@ -88,7 +88,7 @@
<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>
+<div class="block">Specifies the format of a CSV file for parsing and
writing.</div>
</td>
</tr>
<tr class="rowColor">
@@ -133,6 +133,13 @@
</td>
</tr>
<tr class="rowColor">
+<td class="colFirst"><a
href="../../../../org/apache/commons/csv/DuplicateHeaderMode.html" title="enum
in org.apache.commons.csv">DuplicateHeaderMode</a></td>
+<td class="colLast">
+<div class="block">Determines how duplicate header fields should be handled
+ if <a
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html#setHeader-java.lang.Class-"><code>CSVFormat.Builder.setHeader(Class)</code></a>
is not null.</div>
+</td>
+</tr>
+<tr class="altColor">
<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 quoting behavior.</div>
@@ -254,6 +261,6 @@
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2005–2020 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2005–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
</body>
</html>
\ No newline at end of file
Modified:
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/package-tree.html
==============================================================================
---
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/package-tree.html
(original)
+++
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/package-tree.html
Thu Feb 2 12:12:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.commons.csv Class Hierarchy (Apache Commons CSV 1.9.0
API)</title>
+<title>org.apache.commons.csv Class Hierarchy (Apache Commons CSV 1.10.0
API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="org.apache.commons.csv Class Hierarchy
(Apache Commons CSV 1.9.0 API)";
+ parent.document.title="org.apache.commons.csv Class Hierarchy
(Apache Commons CSV 1.10.0 API)";
}
}
catch(err) {
@@ -90,6 +90,7 @@
<ul>
<li type="circle">java.lang.<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true"
title="class or interface in java.lang"><span
class="typeNameLink">Enum</span></a><E> (implements java.lang.<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true"
title="class or interface in java.lang">Comparable</a><T>, java.io.<a
href="https://docs.oracle.com/javase/8/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/DuplicateHeaderMode.html" title="enum
in org.apache.commons.csv"><span
class="typeNameLink">DuplicateHeaderMode</span></a></li>
<li type="circle">org.apache.commons.csv.<a
href="../../../../org/apache/commons/csv/QuoteMode.html" title="enum in
org.apache.commons.csv"><span class="typeNameLink">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="typeNameLink">CSVFormat.Predefined</span></a></li>
</ul>
@@ -144,6 +145,6 @@
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2005–2020 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2005–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
</body>
</html>
\ No newline at end of file
Modified:
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/package-use.html
==============================================================================
---
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/package-use.html
(original)
+++
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/package-use.html
Thu Feb 2 12:12:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.commons.csv (Apache Commons CSV 1.9.0
API)</title>
+<title>Uses of Package org.apache.commons.csv (Apache Commons CSV 1.10.0
API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Package org.apache.commons.csv
(Apache Commons CSV 1.9.0 API)";
+ parent.document.title="Uses of Package org.apache.commons.csv
(Apache Commons CSV 1.10.0 API)";
}
}
catch(err) {
@@ -84,7 +84,7 @@
<tbody>
<tr class="altColor">
<td class="colOne"><a
href="../../../../org/apache/commons/csv/class-use/CSVFormat.html#org.apache.commons.csv">CSVFormat</a>
-<div class="block">Specifies the format of a CSV file and parses input.</div>
+<div class="block">Specifies the format of a CSV file for parsing and
writing.</div>
</td>
</tr>
<tr class="rowColor">
@@ -113,6 +113,12 @@
</td>
</tr>
<tr class="altColor">
+<td class="colOne"><a
href="../../../../org/apache/commons/csv/class-use/DuplicateHeaderMode.html#org.apache.commons.csv">DuplicateHeaderMode</a>
+<div class="block">Determines how duplicate header fields should be handled
+ if <a
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html#setHeader-java.lang.Class-"><code>CSVFormat.Builder.setHeader(Class)</code></a>
is not null.</div>
+</td>
+</tr>
+<tr class="rowColor">
<td class="colOne"><a
href="../../../../org/apache/commons/csv/class-use/QuoteMode.html#org.apache.commons.csv">QuoteMode</a>
<div class="block">Defines quoting behavior.</div>
</td>
@@ -168,6 +174,6 @@
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2005–2020 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2005–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
</body>
</html>
\ No newline at end of file
Modified:
websites/production/commons/content/proper/commons-csv/apidocs/overview-tree.html
==============================================================================
---
websites/production/commons/content/proper/commons-csv/apidocs/overview-tree.html
(original)
+++
websites/production/commons/content/proper/commons-csv/apidocs/overview-tree.html
Thu Feb 2 12:12:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Class Hierarchy (Apache Commons CSV 1.9.0 API)</title>
+<title>Class Hierarchy (Apache Commons CSV 1.10.0 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Class Hierarchy (Apache Commons CSV 1.9.0
API)";
+ parent.document.title="Class Hierarchy (Apache Commons CSV 1.10.0
API)";
}
}
catch(err) {
@@ -94,6 +94,7 @@
<ul>
<li type="circle">java.lang.<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true"
title="class or interface in java.lang"><span
class="typeNameLink">Enum</span></a><E> (implements java.lang.<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true"
title="class or interface in java.lang">Comparable</a><T>, java.io.<a
href="https://docs.oracle.com/javase/8/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/DuplicateHeaderMode.html" title="enum in
org.apache.commons.csv"><span
class="typeNameLink">DuplicateHeaderMode</span></a></li>
<li type="circle">org.apache.commons.csv.<a
href="org/apache/commons/csv/QuoteMode.html" title="enum in
org.apache.commons.csv"><span class="typeNameLink">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="typeNameLink">CSVFormat.Predefined</span></a></li>
</ul>
@@ -148,6 +149,6 @@
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2005–2020 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2005–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
</body>
</html>
\ No newline at end of file
Modified:
websites/production/commons/content/proper/commons-csv/apidocs/serialized-form.html
==============================================================================
---
websites/production/commons/content/proper/commons-csv/apidocs/serialized-form.html
(original)
+++
websites/production/commons/content/proper/commons-csv/apidocs/serialized-form.html
Thu Feb 2 12:12:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Serialized Form (Apache Commons CSV 1.9.0 API)</title>
+<title>Serialized Form (Apache Commons CSV 1.10.0 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Serialized Form (Apache Commons CSV 1.9.0
API)";
+ parent.document.title="Serialized Form (Apache Commons CSV 1.10.0
API)";
}
}
catch(err) {
@@ -82,15 +82,15 @@
<h3>Class <a href="org/apache/commons/csv/CSVFormat.html" title="class in
org.apache.commons.csv">org.apache.commons.csv.CSVFormat</a> extends <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
-<dd>1L</dd>
+<dd>2L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
-<h4>allowDuplicateHeaderNames</h4>
-<pre>boolean allowDuplicateHeaderNames</pre>
+<h4>duplicateHeaderMode</h4>
+<pre><a href="org/apache/commons/csv/DuplicateHeaderMode.html" title="enum in
org.apache.commons.csv">DuplicateHeaderMode</a> duplicateHeaderMode</pre>
</li>
<li class="blockList">
<h4>allowMissingColumnNames</h4>
@@ -113,8 +113,8 @@
<pre><a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Character.html?is-external=true"
title="class or interface in java.lang">Character</a> escapeCharacter</pre>
</li>
<li class="blockList">
-<h4>header</h4>
-<pre><a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a>[] header</pre>
+<h4>headers</h4>
+<pre><a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a>[] headers</pre>
</li>
<li class="blockList">
<h4>headerComments</h4>
@@ -253,6 +253,6 @@
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2005–2020 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2005–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
</body>
</html>
\ No newline at end of file