org.jboss.dashboard.provider.csv
Class CSVDataProviderType
java.lang.Object
org.jboss.dashboard.provider.csv.CSVDataProviderType
- All Implemented Interfaces:
- DataProviderType
public class CSVDataProviderType
- extends Object
- implements DataProviderType
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UID
public static final String UID
- See Also:
- Constant Field Values
uid
@Inject
protected String uid
csvSeparatedBy
@Inject
protected String csvSeparatedBy
csvQuoteChar
@Inject
protected String csvQuoteChar
csvEscapeChar
@Inject
protected String csvEscapeChar
csvDatePattern
@Inject
protected String csvDatePattern
csvNumberPattern
@Inject
protected String csvNumberPattern
localeManager
@Inject
protected org.jboss.dashboard.LocaleManager localeManager
xmlFormat
protected CSVDataLoaderXMLFormat xmlFormat
CSVDataProviderType
public CSVDataProviderType()
getUid
public String getUid()
- Specified by:
getUid in interface DataProviderType
getXmlFormat
public org.jboss.dashboard.export.DataLoaderXMLFormat getXmlFormat()
- Specified by:
getXmlFormat in interface DataProviderType
getDescription
public String getDescription(Locale l)
- Specified by:
getDescription in interface DataProviderType
createDataLoader
public DataLoader createDataLoader()
- Specified by:
createDataLoader in interface DataProviderType
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.