Return-Path: X-Original-To: apmail-commons-notifications-archive@minotaur.apache.org Delivered-To: apmail-commons-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ED04C17E60 for ; Sun, 19 Apr 2015 16:02:31 +0000 (UTC) Received: (qmail 93764 invoked by uid 500); 19 Apr 2015 16:02:31 -0000 Delivered-To: apmail-commons-notifications-archive@commons.apache.org Received: (qmail 93742 invoked by uid 500); 19 Apr 2015 16:02:31 -0000 Mailing-List: contact notifications-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list notifications@commons.apache.org Received: (qmail 93550 invoked by uid 99); 19 Apr 2015 16:02:31 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Apr 2015 16:02:31 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 53E2FAC07D1 for ; Sun, 19 Apr 2015 16:02:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r948234 [9/39] - in /websites/production/commons/content/proper/commons-csv: ./ apidocs/ apidocs/org/apache/commons/csv/ apidocs/org/apache/commons/csv/class-use/ apidocs/resources/ apidocs/src-html/org/apache/commons/csv/ cobertura/ css/ j... Date: Sun, 19 Apr 2015 16:02:28 -0000 To: notifications@commons.apache.org From: britter@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150419160231.53E2FAC07D1@hades.apache.org> 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 Sun Apr 19 16:02:26 2015 @@ -1,21 +1,15 @@ - + - - -Uses of Class org.apache.commons.csv.CSVRecord (Apache Commons CSV 1.1 API) + +Uses of Class org.apache.commons.csv.CSVRecord (Apache Commons CSV 1.1.1-SNAPSHOT API) - @@ -23,11 +17,9 @@
JavaScript is disabled on your browser.
-
+
- - - +
- +
@@ -79,7 +71,7 @@

Uses of CSVRecord in org.apache.commons.csv

- +
@@ -87,15 +79,15 @@ - - + - - + @@ -107,11 +99,9 @@ -
+
- - - +
- +
-

Copyright © 2014 The Apache Software Foundation. All rights reserved.

+

Copyright © 2015 The Apache Software Foundation. All rights reserved.

- + \ 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 Sun Apr 19 16:02:26 2015 @@ -1,21 +1,15 @@ - + - - -Uses of Class org.apache.commons.csv.QuoteMode (Apache Commons CSV 1.1 API) + +Uses of Class org.apache.commons.csv.QuoteMode (Apache Commons CSV 1.1.1-SNAPSHOT API) - @@ -23,11 +17,9 @@
JavaScript is disabled on your browser.
-
+
- - - +
- +
@@ -79,7 +71,7 @@

Uses of QuoteMode in org.apache.commons.csv

-
Methods in org.apache.commons.csv that return types with arguments of type CSVRecord 
Modifier and Type
List<CSVRecord>CSVParser.getRecords() +List<CSVRecord>CSVParser.getRecords()
Parses the CSV input according to the given format and returns the content as a list of CSVRecords.
Iterator<CSVRecord>CSVParser.iterator() +Iterator<CSVRecord>CSVParser.iterator()
Returns an iterator on the records.
+
@@ -88,26 +80,26 @@ - - -
Methods in org.apache.commons.csv that return QuoteMode 
Modifier and Type
QuoteModeCSVFormat.getQuoteMode() +CSVFormat.getQuoteMode()
Returns the quote policy output fields.
static QuoteModeQuoteMode.valueOf(String name) +QuoteMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
static QuoteMode[]QuoteMode.values() +QuoteMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.
- +
@@ -116,7 +108,7 @@ the order they are declared. - @@ -128,11 +120,9 @@ the order they are declared. -
+
- - - +
- +
-

Copyright © 2014 The Apache Software Foundation. All rights reserved.

+

Copyright © 2015 The Apache Software Foundation. All rights reserved.

- + \ 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 Sun Apr 19 16:02:26 2015 @@ -1,27 +1,25 @@ - - - - - - -org.apache.commons.csv (Apache Commons CSV 1.1 API) - - - - -

org.apache.commons.csv

-
-

Classes

- -

Enums

- -
- - + + + + + +org.apache.commons.csv (Apache Commons CSV 1.1.1-SNAPSHOT API) + + + +

org.apache.commons.csv

+
+

Classes

+ +

Enums

+ +
+ + \ No newline at end of file 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 Sun Apr 19 16:02:26 2015 @@ -1,247 +1,237 @@ - - - - - - -org.apache.commons.csv (Apache Commons CSV 1.1 API) - - - - - - - - - - -
-

Package org.apache.commons.csv

-
-
Apache Commons CSV Format Support.
-
-

See: Description

-
-
-
    -
  • -
Methods in org.apache.commons.csv with parameters of type QuoteMode 
Modifier and Type
CSVFormatCSVFormat.withQuoteMode(QuoteMode quoteModePolicy) +CSVFormat.withQuoteMode(QuoteMode quoteModePolicy)
Sets the output quote policy of the format to the specified value.
- - - - - - - - - - - - - - - - - - - - - - - -
Class Summary 
ClassDescription
CSVFormat -
Specifies the format of a CSV file and parses input.
-
CSVParser -
Parses CSV files according to the specified format.
-
CSVPrinter -
Prints values in a CSV format.
-
CSVRecord -
A CSV record parsed from a CSV file.
-
- -
  • - - - - - - - - - - - - -
    Enum Summary 
    EnumDescription
    QuoteMode -
    Defines quote behavior when printing.
    -
    -
  • - - - - -

    Package org.apache.commons.csv Description

    -
    Apache Commons CSV Format Support. - -

    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 - RFC 4180 - but many dialects exist.

    - -

    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:

    -
    -       csv    := records*
    -       record := values*
    - 
    - -

    The following list contains the CSV aspects the Commons CSV parser supports:

    -
    -
    Separators (for lines)
    -
    The record separators are hardcoded and cannot be changed. The must be '\r', '\n' or '\r\n'.
    - -
    Delimiter (for values)
    -
    The delimiter for values is freely configurable (default ',').
    - -
    Comments
    -
    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)
    - -
    Encapsulator
    -
    Two encapsulator characters (default '"') are used to enclose -> complex values.
    - -
    Simple values
    -
    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).
    - -
    Complex values
    -
    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 -> multiline-values)
    - -
    Empty line skipping
    -
    Optionally empty lines in CSV files can be skipped. - Otherwise, empty lines will return a record with a single empty value.
    -
    - -

    In addition to individually defined dialects, two predefined dialects (strict-csv, and excel-csv) - can be set directly.

    - -

    Example usage:

    -
    - 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();
    - }
    - 
    -
    - - - - -

    Copyright © 2014 The Apache Software Foundation. All rights reserved.

    - - + + + + + +org.apache.commons.csv (Apache Commons CSV 1.1.1-SNAPSHOT API) + + + + + + + + + +
    +

    Package org.apache.commons.csv

    +
    +
    Apache Commons CSV Format Support.
    +
    +

    See: Description

    +
    +
    +
      +
    • + + + + + + + + + + + + + + + + + + + + + + + + +
      Class Summary 
      ClassDescription
      CSVFormat +
      Specifies the format of a CSV file and parses input.
      +
      CSVParser +
      Parses CSV files according to the specified format.
      +
      CSVPrinter +
      Prints values in a CSV format.
      +
      CSVRecord +
      A CSV record parsed from a CSV file.
      +
      +
    • +
    • + + + + + + + + + + + + +
      Enum Summary 
      EnumDescription
      QuoteMode +
      Defines quote behavior when printing.
      +
      +
    • +
    + + + +

    Package org.apache.commons.csv Description

    +
    Apache Commons CSV Format Support. + +

    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 + RFC 4180 + but many dialects exist.

    + +

    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:

    +
    +       csv    := records*
    +       record := values*
    + 
    + +

    The following list contains the CSV aspects the Commons CSV parser supports:

    +
    +
    Separators (for lines)
    +
    The record separators are hardcoded and cannot be changed. The must be '\r', '\n' or '\r\n'.
    + +
    Delimiter (for values)
    +
    The delimiter for values is freely configurable (default ',').
    + +
    Comments
    +
    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)
    + +
    Encapsulator
    +
    Two encapsulator characters (default '"') are used to enclose -> complex values.
    + +
    Simple values
    +
    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).
    + +
    Complex values
    +
    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 -> multiline-values)
    + +
    Empty line skipping
    +
    Optionally empty lines in CSV files can be skipped. + Otherwise, empty lines will return a record with a single empty value.
    +
    + +

    In addition to individually defined dialects, two predefined dialects (strict-csv, and excel-csv) + can be set directly.

    + +

    Example usage:

    +
    + 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();
    + }
    + 
    +
    + + + + +

    Copyright © 2015 The Apache Software Foundation. All rights reserved.

    + + \ 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 Sun Apr 19 16:02:26 2015 @@ -1,147 +1,137 @@ - - - - - - -org.apache.commons.csv Class Hierarchy (Apache Commons CSV 1.1 API) - - - - - - - - - - -
    -

    Hierarchy For Package org.apache.commons.csv

    -
    -
    -

    Class Hierarchy

    - -

    Enum Hierarchy

    - -
    - - - - -

    Copyright © 2014 The Apache Software Foundation. All rights reserved.

    - - + + + + + +org.apache.commons.csv Class Hierarchy (Apache Commons CSV 1.1.1-SNAPSHOT API) + + + + + + +
    + + + + + +
    + + +
    +

    Hierarchy For Package org.apache.commons.csv

    +
    +
    +

    Class Hierarchy

    + +

    Enum Hierarchy

    + +
    + +
    + + + + + +
    + + +

    Copyright © 2015 The Apache Software Foundation. All rights reserved.

    + + \ 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 Sun Apr 19 16:02:26 2015 @@ -1,163 +1,153 @@ - - - - - - -Uses of Package org.apache.commons.csv (Apache Commons CSV 1.1 API) - - - - - - - - - - -
    -

    Uses of Package
    org.apache.commons.csv

    -
    -
    - -
    - - - - -

    Copyright © 2014 The Apache Software Foundation. All rights reserved.

    - - + + + + + +Uses of Package org.apache.commons.csv (Apache Commons CSV 1.1.1-SNAPSHOT API) + + + + + + +
    + + + + + +
    + + +
    +

    Uses of Package
    org.apache.commons.csv

    +
    +
    + +
    + +
    + + + + + +
    + + +

    Copyright © 2015 The Apache Software Foundation. All rights reserved.

    + + \ 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 Sun Apr 19 16:02:26 2015 @@ -1,151 +1,141 @@ - - - - - - -Class Hierarchy (Apache Commons CSV 1.1 API) - - - - - - - - - - -
    -

    Hierarchy For All Packages

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -

    Enum Hierarchy

    - -
    - - - - -

    Copyright © 2014 The Apache Software Foundation. All rights reserved.

    - - + + + + + +Class Hierarchy (Apache Commons CSV 1.1.1-SNAPSHOT API) + + + + + + +
    + + + + + +
    + + +
    +

    Hierarchy For All Packages

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +

    Enum Hierarchy

    + +
    + +
    + + + + + +
    + + +

    Copyright © 2015 The Apache Software Foundation. All rights reserved.

    + + \ No newline at end of file Modified: websites/production/commons/content/proper/commons-csv/apidocs/package-list ============================================================================== --- websites/production/commons/content/proper/commons-csv/apidocs/package-list (original) +++ websites/production/commons/content/proper/commons-csv/apidocs/package-list Sun Apr 19 16:02:26 2015 @@ -1 +1 @@ -org.apache.commons.csv +org.apache.commons.csv Added: websites/production/commons/content/proper/commons-csv/apidocs/resources/background.gif ============================================================================== Binary file - no diff available. Propchange: websites/production/commons/content/proper/commons-csv/apidocs/resources/background.gif ------------------------------------------------------------------------------ svn:mime-type = image/gif Added: websites/production/commons/content/proper/commons-csv/apidocs/resources/tab.gif ============================================================================== Binary file - no diff available. Propchange: websites/production/commons/content/proper/commons-csv/apidocs/resources/tab.gif ------------------------------------------------------------------------------ svn:mime-type = image/gif Added: websites/production/commons/content/proper/commons-csv/apidocs/resources/titlebar.gif ============================================================================== Binary file - no diff available. Propchange: websites/production/commons/content/proper/commons-csv/apidocs/resources/titlebar.gif ------------------------------------------------------------------------------ svn:mime-type = image/gif Added: websites/production/commons/content/proper/commons-csv/apidocs/resources/titlebar_end.gif ============================================================================== Binary file - no diff available. Propchange: websites/production/commons/content/proper/commons-csv/apidocs/resources/titlebar_end.gif ------------------------------------------------------------------------------ svn:mime-type = image/gif