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 org.jboss.dashboard.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() |
org.jboss.dashboard.export.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 org.jboss.dashboard.LocaleManager localeManager
protected CSVDataLoaderXMLFormat xmlFormat
public String getUid()
getUid
in interface DataProviderType
public org.jboss.dashboard.export.DataLoaderXMLFormat getXmlFormat()
getXmlFormat
in interface DataProviderType
public String getDescription(Locale l)
getDescription
in interface DataProviderType
public DataLoader createDataLoader()
createDataLoader
in interface DataProviderType
Copyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.