String |
DataProviderCompiler.compile(DataProvider dataProvider,
InputStream templateStream) |
Generates DRL from a data provider for the spreadsheet data and templates.
|
String |
DataProviderCompiler.compile(DataProvider dataProvider,
InputStream templateStream,
boolean replaceOptionals) |
Generates DRL from a data provider for the spreadsheet data and templates.
|
String |
DataProviderCompiler.compile(DataProvider dataProvider,
String template) |
Generates DRL from a data provider for the spreadsheet data and templates.
|
String |
DataProviderCompiler.compile(DataProvider dataProvider,
String template,
boolean replaceOptionals) |
Generates DRL from a data provider for the spreadsheet data and templates.
|
String |
DataProviderCompiler.compile(DataProvider dataProvider,
TemplateDataListener listener) |
Generates DRL from a data provider for the spreadsheet data and templates.
|
String |
DataProviderCompiler.compile(DataProvider dataProvider,
TemplateDataListener listener,
boolean replaceOptionals) |
Generates DRL from a data provider for the spreadsheet data and templates.
|