com.atlassian.jira.imports.csv
Class CsvConfiguration

java.lang.Object
  extended by com.atlassian.jira.imports.csv.CsvConfiguration

public class CsvConfiguration
extends Object


Field Summary
static String MAPPER_PREFIX
           
static List USER_FIELDS
           
 
Constructor Summary
CsvConfiguration(org.apache.commons.configuration.Configuration configFile)
           
CsvConfiguration(File configDataFile)
           
 
Method Summary
 ExternalCommentMapper getCustomCommentMapper()
           
 TimeEstimateConverter getCustomTimeEstimateConverter()
           
 List getCustomUserMappers()
           
 Character getDelimiter()
           
 int getMaxIssues()
           
 ExternalProject getSingleProjectBean()
           
 boolean isImportSingleProject()
           
 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

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
Throws:
org.apache.commons.configuration.ConfigurationException

CsvConfiguration

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

isImportSingleProject

public boolean isImportSingleProject()

isSingleProjectCsv

public boolean isSingleProjectCsv()

getSingleProjectBean

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

getMaxIssues

public int getMaxIssues()

getCustomUserMappers

public List getCustomUserMappers()
                          throws ImportException
Throws:
ImportException

getCustomCommentMapper

public ExternalCommentMapper getCustomCommentMapper()
                                             throws ImportException
Throws:
ImportException

getCustomTimeEstimateConverter

public TimeEstimateConverter getCustomTimeEstimateConverter()
                                                     throws ImportException
Throws:
ImportException

getDelimiter

public Character getDelimiter()


Copyright © 2002-2009 Atlassian. All Rights Reserved.