public class PropertiesSheetListener extends Object implements org.drools.template.parser.DataListener
Modifier and Type | Class and Description |
---|---|
static class |
PropertiesSheetListener.CaseInsensitiveMap |
Constructor and Description |
---|
PropertiesSheetListener() |
Modifier and Type | Method and Description |
---|---|
void |
finishSheet() |
PropertiesSheetListener.CaseInsensitiveMap |
getProperties()
Return the key value pairs.
|
void |
newCell(int row,
int column,
String value,
int mergedColStart) |
void |
newRow(int rowNumber,
int columns)
Enter a new row.
|
void |
startSheet(String name) |
public PropertiesSheetListener.CaseInsensitiveMap getProperties()
public void startSheet(String name)
startSheet
in interface org.drools.template.parser.DataListener
public void finishSheet()
finishSheet
in interface org.drools.template.parser.DataListener
public void newRow(int rowNumber, int columns)
newRow
in interface org.drools.template.parser.DataListener
rowNumber
- The row number.columns
- The Colum number.public void newCell(int row, int column, String value, int mergedColStart)
newCell
in interface org.drools.template.parser.DataListener
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.