public class CSVDataProviderType extends Object implements DataProviderType
| Modifier and Type | Field and Description |
|---|---|
protected String |
csvDatePattern |
protected String |
csvEscapeChar |
protected String |
csvNumberPattern |
protected String |
csvQuoteChar |
protected String |
csvSeparatedBy |
protected LocaleManager |
localeManager |
protected String |
uid |
static String |
UID |
protected CSVDataLoaderXMLFormat |
xmlFormat |
| Constructor and Description |
|---|
CSVDataProviderType() |
| Modifier and Type | Method and Description |
|---|---|
DataLoader |
createDataLoader() |
String |
getDescription(Locale l) |
String |
getUid() |
DataLoaderXMLFormat |
getXmlFormat() |
public static final String UID
@Inject protected String uid
@Inject protected String csvSeparatedBy
@Inject protected String csvQuoteChar
@Inject protected String csvEscapeChar
@Inject protected String csvDatePattern
@Inject protected String csvNumberPattern
@Inject protected LocaleManager localeManager
protected CSVDataLoaderXMLFormat xmlFormat
public String getUid()
getUid in interface DataProviderTypepublic DataLoaderXMLFormat getXmlFormat()
getXmlFormat in interface DataProviderTypepublic String getDescription(Locale l)
getDescription in interface DataProviderTypepublic DataLoader createDataLoader()
createDataLoader in interface DataProviderTypeCopyright © 2012–2016 JBoss by Red Hat. All rights reserved.