com.atlassian.crowd.importer.mappers.csv
Class CsvMapper<T>

java.lang.Object
  extended by com.atlassian.crowd.importer.mappers.csv.CsvMapper<T>
Direct Known Subclasses:
GroupMapper, MembershipMapper, UserMapper

public abstract class CsvMapper<T>
extends Object

Abstract class that contains a common method that all sub-classes will require to read and manage the mapping of attributes from a CSV line.


Field Summary
protected  Long directoryId
           
 
Constructor Summary
CsvMapper(Long directoryId, org.apache.commons.collections.OrderedBidiMap configuration)
           
 
Method Summary
 String getString(String[] userline, String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

directoryId

protected final Long directoryId
Constructor Detail

CsvMapper

public CsvMapper(Long directoryId,
                 org.apache.commons.collections.OrderedBidiMap configuration)
Method Detail

getString

public String getString(String[] userline,
                        String key)


Copyright © 2012 Atlassian. All Rights Reserved.