public class SimpleBlockReaderImpl extends BaseBlockReader implements SimpleBlockReader
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
SimpleBlockReaderImpl() |
SimpleBlockReaderImpl(int startRow,
int endRow) |
SimpleBlockReaderImpl(int startRow,
int endRow,
java.util.List beanCellMappings) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMapping(BeanCellMapping mapping) |
SectionCheck |
getLoopBreakCondition() |
java.util.List |
getMappings() |
XLSReadStatus |
read(XLSRowCursor cursor,
java.util.Map beans) |
void |
setLoopBreakCondition(SectionCheck sectionCheck) |
getEndRow, getReadStatus, getStartRow, setEndRow, setReadStatus, setStartRowclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEndRow, getStartRow, setEndRow, setStartRowpublic SimpleBlockReaderImpl()
public SimpleBlockReaderImpl(int startRow,
int endRow,
java.util.List beanCellMappings)
public SimpleBlockReaderImpl(int startRow,
int endRow)
public XLSReadStatus read(XLSRowCursor cursor, java.util.Map beans)
read in interface XLSBlockReaderpublic SectionCheck getLoopBreakCondition()
public void setLoopBreakCondition(SectionCheck sectionCheck)
public void addMapping(BeanCellMapping mapping)
addMapping in interface SimpleBlockReaderpublic java.util.List getMappings()
getMappings in interface SimpleBlockReaderCopyright © 2005-2014 jXLS Team. All Rights Reserved.