Package | Description |
---|---|
org.drools.decisiontable |
This it a utility for using spreadsheets to manage rules.
|
Modifier and Type | Field and Description |
---|---|
static InputType |
InputType.CSV |
static InputType |
InputType.XLS |
Modifier and Type | Method and Description |
---|---|
String |
SpreadsheetCompiler.compile(boolean showPackage,
InputStream xlsStream,
InputType type)
Generates DRL from the input stream containing the spreadsheet.
|
String |
ExternalSpreadsheetCompiler.compile(InputStream xlsStream,
InputStream templateStream,
InputType type,
int startRow,
int startCol) |
String |
SpreadsheetCompiler.compile(InputStream xlsStream,
InputType type)
Generates DRL from the input stream containing the spreadsheet.
|
void |
ExternalSpreadsheetCompiler.compile(InputStream xlsStream,
InputType type,
List<org.drools.template.parser.DataListener> listeners) |
String |
SpreadsheetCompiler.compile(InputStream xlsStream,
InputType type,
RuleSheetListener listener)
Generates DRL from the input stream containing the spreadsheet.
|
String |
ExternalSpreadsheetCompiler.compile(InputStream xlsStream,
InputType type,
org.drools.template.parser.TemplateDataListener listener)
Generates DRL from the input stream containing the spreadsheet.
|
String |
SpreadsheetCompiler.compile(org.kie.api.io.Resource resource,
InputType type) |
String |
SpreadsheetCompiler.compile(org.kie.api.io.Resource resource,
InputType type,
RuleSheetListener listener) |
String |
SpreadsheetCompiler.compile(String classPathResource,
InputType inputType)
Convenience implementation, taking rules from the classpath.
|
void |
ExternalSpreadsheetCompiler.compile(String xls,
InputType type,
List<org.drools.template.parser.DataListener> listeners) |
String |
ExternalSpreadsheetCompiler.compile(String xls,
String template,
InputType type,
int startRow,
int startCol) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.