public class CSVSpecification extends java.lang.Object implements DataSourceSpecification
Constructor and Description |
---|
CSVSpecification() |
Modifier and Type | Method and Description |
---|---|
DataSource |
create()
Create a UI component to configure this kind of data source.
|
java.lang.String |
name()
Get a human-readable name for this kind of data source:
for example,
"Text file" or "Mathematical function" . |
public DataSource create()
DataSourceSpecification
create
in interface DataSourceSpecification
DataSource
objectpublic java.lang.String name()
DataSourceSpecification
"Text file"
or "Mathematical function"
.name
in interface DataSourceSpecification