public abstract class CsvMapper<T> extends Object
Modifier and Type | Field and Description |
---|---|
protected Long |
directoryId |
Constructor and Description |
---|
CsvMapper(Long directoryId,
org.apache.commons.collections.OrderedBidiMap configuration) |
Modifier and Type | Method and Description |
---|---|
boolean |
getBoolean(String[] userLine,
String key) |
String |
getString(String[] userline,
String key) |
protected boolean |
hasColumnFor(String key) |
protected final Long directoryId
public CsvMapper(Long directoryId, org.apache.commons.collections.OrderedBidiMap configuration)
protected boolean hasColumnFor(String key)
public String getString(String[] userline, String key) throws ImporterException
ImporterException
public boolean getBoolean(String[] userLine, String key) throws ImporterException
ImporterException
Copyright © 2021 Atlassian. All rights reserved.