com.atlassian.jira.imports.csv
Class PropertiesCsvMapper

java.lang.Object
  extended bycom.atlassian.jira.imports.csv.HeaderRowCsvMapper
      extended bycom.atlassian.jira.imports.csv.PropertiesCsvMapper
All Implemented Interfaces:
CsvMapper

public class PropertiesCsvMapper
extends HeaderRowCsvMapper


Field Summary
 
Fields inherited from class com.atlassian.jira.imports.csv.HeaderRowCsvMapper
keyMappings, originalDataHeader
 
Fields inherited from interface com.atlassian.jira.imports.csv.CsvMapper
log
 
Constructor Summary
PropertiesCsvMapper(File configFile, Locale locale)
           
 
Method Summary
 String getKey(int number)
           
 Locale getLocale()
           
 String getValue(int number, String[] dataRow)
           
 void init(String[] dataHeader)
           
 
Methods inherited from class com.atlassian.jira.imports.csv.HeaderRowCsvMapper
getHeaderRow, mapDataRow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesCsvMapper

public PropertiesCsvMapper(File configFile,
                           Locale locale)
                    throws org.apache.commons.configuration.ConfigurationException
Method Detail

init

public void init(String[] dataHeader)
          throws CsvImportException
Specified by:
init in interface CsvMapper
Overrides:
init in class HeaderRowCsvMapper
Throws:
CsvImportException

getKey

public String getKey(int number)
Specified by:
getKey in interface CsvMapper
Overrides:
getKey in class HeaderRowCsvMapper

getValue

public String getValue(int number,
                       String[] dataRow)
Specified by:
getValue in interface CsvMapper
Overrides:
getValue in class HeaderRowCsvMapper

getLocale

public Locale getLocale()


Copyright © 2002-2006 Atlassian. All Rights Reserved.