Dashboard Builder CSV Provider 6.0.1.Final

org.jboss.dashboard.provider.csv
Class CSVDataProviderType

java.lang.Object
  extended by org.jboss.dashboard.provider.csv.CSVDataProviderType
All Implemented Interfaces:
DataProviderType

public class CSVDataProviderType
extends Object
implements DataProviderType


Field Summary
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 Summary
CSVDataProviderType()
           
 
Method Summary
 DataLoader createDataLoader()
           
 String getDescription(Locale l)
           
 String getUid()
           
 org.jboss.dashboard.export.DataLoaderXMLFormat getXmlFormat()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

CSVDataProviderType

public CSVDataProviderType()
Method Detail

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

Dashboard Builder CSV Provider 6.0.1.Final

Copyright © 2012-2013 JBoss by Red Hat. All Rights Reserved.