Package org.dashbuilder.dataprovider
Class CSVProviderType
- java.lang.Object
-
- org.dashbuilder.dataprovider.AbstractProviderType<CSVDataSetDef>
-
- org.dashbuilder.dataprovider.CSVProviderType
-
- All Implemented Interfaces:
DataSetProviderType<CSVDataSetDef>
public class CSVProviderType extends AbstractProviderType<CSVDataSetDef>
For accessing data sets that are the result of loading all the rows of a CSV file.
-
-
Field Summary
-
Fields inherited from interface org.dashbuilder.dataprovider.DataSetProviderType
BEAN, CSV, ELASTICSEARCH, KAFKA, PROMETHEUS, SQL, STATIC
-
-
Constructor Summary
Constructors Constructor Description CSVProviderType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CSVDataSetDefcreateDataSetDef()Create a brand newDataSetDefinstance for this given provider type.DataSetDefJSONMarshallerExt<CSVDataSetDef>getJsonMarshaller()A marshaller interface used during the JSON read/write ofDataSetDefinstances.StringgetName()The type's name.-
Methods inherited from class org.dashbuilder.dataprovider.AbstractProviderType
equals
-
-
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:DataSetProviderTypeThe type's name. It must be unique and do not clash with other existing types.
-
createDataSetDef
public CSVDataSetDef createDataSetDef()
Description copied from interface:DataSetProviderTypeCreate a brand newDataSetDefinstance for this given provider type.
-
getJsonMarshaller
public DataSetDefJSONMarshallerExt<CSVDataSetDef> getJsonMarshaller()
Description copied from interface:DataSetProviderTypeA marshaller interface used during the JSON read/write ofDataSetDefinstances.
-
-