com.atlassian.jira.imports.csv
Class CsvConfiguration

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

public class CsvConfiguration
extends java.lang.Object


Field Summary
static java.lang.String MAPPER_PREFIX
           
static java.util.List USER_FIELDS
           
 
Constructor Summary
CsvConfiguration(org.apache.commons.configuration.Configuration configFile)
           
CsvConfiguration(java.io.File configDataFile)
           
 
Method Summary
 ExternalCommentMapper getCustomCommentMapper()
           
 java.util.List getCustomUserMappers()
           
 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 java.util.List USER_FIELDS

MAPPER_PREFIX

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

CsvConfiguration

public CsvConfiguration(java.io.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

isSingleProjectCsv

public boolean isSingleProjectCsv()

getSingleProjectBean

public ExternalProject getSingleProjectBean()
                                     throws java.lang.IllegalAccessException,
                                            java.lang.reflect.InvocationTargetException
Throws:
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException

getMaxIssues

public int getMaxIssues()

getCustomUserMappers

public java.util.List getCustomUserMappers()
                                    throws CsvImportException
Throws:
CsvImportException

getCustomCommentMapper

public ExternalCommentMapper getCustomCommentMapper()
                                             throws CsvImportException
Throws:
CsvImportException


Copyright © 2002-2006 Atlassian. All Rights Reserved.