Uses of Class
org.apache.solr.internal.csv.CSVStrategy

Packages that use CSVStrategy
org.apache.solr.internal.csv   
 

Uses of CSVStrategy in org.apache.solr.internal.csv
 

Fields in org.apache.solr.internal.csv declared as CSVStrategy
static CSVStrategy CSVStrategy.DEFAULT_STRATEGY
           
static CSVStrategy CSVStrategy.EXCEL_STRATEGY
           
protected  CSVStrategy CSVPrinter.strategy
           
static CSVStrategy CSVStrategy.TDF_STRATEGY
           
 

Methods in org.apache.solr.internal.csv that return CSVStrategy
 CSVStrategy CSVParser.getStrategy()
          Obtain the specified CSV Strategy.
 

Methods in org.apache.solr.internal.csv with parameters of type CSVStrategy
static String CSVUtils.printLine(String[] values, CSVStrategy strategy)
          Converts an array of string values into a single CSV line.
 

Constructors in org.apache.solr.internal.csv with parameters of type CSVStrategy
CSVParser(Reader input, CSVStrategy strategy)
          Customized CSV parser using the given CSVStrategy
CSVPrinter(Writer out, CSVStrategy strategy)
          Create a printer that will print values to the given stream following the CSVStrategy.
 



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.