com.atlassian.jira.imports.csv
Class CsvConfiguration

java.lang.Object
  extended bycom.atlassian.jira.imports.csv.CsvConfiguration

public class CsvConfiguration
extends Object


Field Summary
(package private)  org.apache.commons.configuration.Configuration config
           
static String MAPPER_PREFIX
           
static List USER_FIELDS
           
 
Constructor Summary
CsvConfiguration(org.apache.commons.configuration.Configuration configFile)
           
CsvConfiguration(File configDataFile)
           
 
Method Summary
 ExternalCommentMapper getCustomCommentMapper()
           
 List getCustomUserMappers()
           
 Character getDelimiter()
           
 int getMaxIssues()
           
 ExternalProject getSingleProjectBean()
           
 boolean isSingleProjectCsv()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USER_FIELDS

public static final List USER_FIELDS

config

org.apache.commons.configuration.Configuration config

MAPPER_PREFIX

public static final String MAPPER_PREFIX
See Also:
Constant Field Values
Constructor Detail

CsvConfiguration

public CsvConfiguration(File configDataFile)
                 throws org.apache.commons.configuration.ConfigurationException

CsvConfiguration

public CsvConfiguration(org.apache.commons.configuration.Configuration configFile)
                 throws org.apache.commons.configuration.ConfigurationException
Method Detail

isSingleProjectCsv

public boolean isSingleProjectCsv()

getSingleProjectBean

public ExternalProject getSingleProjectBean()
                                     throws IllegalAccessException,
                                            InvocationTargetException
Throws:
IllegalAccessException
InvocationTargetException

getMaxIssues

public int getMaxIssues()

getCustomUserMappers

public List getCustomUserMappers()
                          throws CsvImportException
Throws:
CsvImportException

getCustomCommentMapper

public ExternalCommentMapper getCustomCommentMapper()
                                             throws CsvImportException
Throws:
CsvImportException

getDelimiter

public Character getDelimiter()


Copyright © 2002-2006 Atlassian. All Rights Reserved.