public class CSVDataSource extends AbstractDataSource
CSVDataSourceBuilder to configure and build one
of these, or the csvfile command in an eval script.CSVDataSourceBuilderlogger| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDelimiter() |
EventDAO |
getEventDAO()
Get an event DAO for this data source.
|
java.io.File |
getFile() |
java.lang.String |
getName()
Get the data source name.
|
PreferenceDomain |
getPreferenceDomain()
Get the preference domain of this data source.
|
long |
lastModified() |
java.lang.String |
toString() |
getConfiguration, getItemDAO, getItemEventDAO, getUserDAO, getUserEventDAOpublic java.lang.String getName()
DataSourcepublic java.io.File getFile()
public java.lang.String getDelimiter()
public PreferenceDomain getPreferenceDomain()
DataSourcepublic long lastModified()
public EventDAO getEventDAO()
DataSourcepublic java.lang.String toString()
toString in class java.lang.Object