Uses of Class
org.apache.solr.internal.csv.writer.CSVConfig

Packages that use CSVConfig
org.apache.solr.internal.csv.writer   
 

Uses of CSVConfig in org.apache.solr.internal.csv.writer
 

Fields in org.apache.solr.internal.csv.writer declared as CSVConfig
protected  CSVConfig CSVConfigGuesser.config
          The found config
 

Methods in org.apache.solr.internal.csv.writer that return CSVConfig
 CSVConfig CSVWriter.getConfig()
           
 CSVConfig CSVConfigGuesser.guess()
          Guess the config based on the first 10 (or less when less available) records of a CSV file.
static CSVConfig CSVConfig.guessConfig(InputStream inputStream)
          Creates a config based on a stream.
 

Methods in org.apache.solr.internal.csv.writer with parameters of type CSVConfig
 void CSVWriter.setConfig(CSVConfig config)
          Set the CSVConfig
 

Constructors in org.apache.solr.internal.csv.writer with parameters of type CSVConfig
CSVWriter(CSVConfig config)
           
 



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