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.DataListenerpublic void finishSheet()
finishSheet in interface org.drools.template.parser.DataListenerpublic void newRow(int rowNumber,
int columns)
newRow in interface org.drools.template.parser.DataListenerrowNumber - 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.DataListenerCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.