net.sf.jxls.reader
Class SimpleBlockReaderImpl
java.lang.Object
net.sf.jxls.reader.BaseBlockReader
net.sf.jxls.reader.SimpleBlockReaderImpl
- All Implemented Interfaces:
- SimpleBlockReader, XLSBlockReader
public class SimpleBlockReaderImpl
- extends BaseBlockReader
- implements SimpleBlockReader
- Author:
- Leonid Vysochyn
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected final org.apache.commons.logging.Log log
beanCellMappings
java.util.List beanCellMappings
sectionCheck
SectionCheck sectionCheck
SimpleBlockReaderImpl
public SimpleBlockReaderImpl()
SimpleBlockReaderImpl
public SimpleBlockReaderImpl(int startRow,
int endRow,
java.util.List beanCellMappings)
SimpleBlockReaderImpl
public SimpleBlockReaderImpl(int startRow,
int endRow)
read
public XLSReadStatus read(XLSRowCursor cursor,
java.util.Map beans)
- Specified by:
read in interface XLSBlockReader
getLoopBreakCondition
public SectionCheck getLoopBreakCondition()
setLoopBreakCondition
public void setLoopBreakCondition(SectionCheck sectionCheck)
addMapping
public void addMapping(BeanCellMapping mapping)
- Specified by:
addMapping in interface SimpleBlockReader
getMappings
public java.util.List getMappings()
- Specified by:
getMappings in interface SimpleBlockReader
Copyright 2005-2005-2007 jXLS Team. All Rights Reserved.