Support for specifying various types of data sources.
Type Params | Return Type | Name and description |
---|---|---|
|
Project |
getProject() |
|
java.lang.Object |
textFile(groovy.lang.Closure block) Configure a text file data source. |
|
java.lang.Object |
textFile(java.lang.Object fn) Configure a rating CSV file data source. |
Configure a text file data source.
block
- The configuration block, used to configure a data source.Configure a rating CSV file data source.
fn
- The file to use.