net.sf.jxls.reader
Class SimpleBlockReaderImpl

java.lang.Object
  extended by net.sf.jxls.reader.BaseBlockReader
      extended by net.sf.jxls.reader.SimpleBlockReaderImpl
All Implemented Interfaces:
SimpleBlockReader, XLSBlockReader

public class SimpleBlockReaderImpl
extends BaseBlockReader
implements SimpleBlockReader

Author:
Leonid Vysochyn

Field Summary
protected  org.apache.commons.logging.Log log
           
 
Constructor Summary
SimpleBlockReaderImpl()
           
SimpleBlockReaderImpl(int startRow, int endRow)
           
SimpleBlockReaderImpl(int startRow, int endRow, java.util.List beanCellMappings)
           
 
Method Summary
 void addMapping(BeanCellMapping mapping)
           
 SectionCheck getLoopBreakCondition()
           
 java.util.List getMappings()
           
 XLSReadStatus read(XLSRowCursor cursor, java.util.Map beans)
           
 void setLoopBreakCondition(SectionCheck sectionCheck)
           
 
Methods inherited from class net.sf.jxls.reader.BaseBlockReader
getEndRow, getReadStatus, getStartRow, setEndRow, setReadStatus, setStartRow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.jxls.reader.XLSBlockReader
getEndRow, getStartRow, setEndRow, setStartRow
 

Field Detail

log

protected final org.apache.commons.logging.Log log
Constructor Detail

SimpleBlockReaderImpl

public SimpleBlockReaderImpl()

SimpleBlockReaderImpl

public SimpleBlockReaderImpl(int startRow,
                             int endRow,
                             java.util.List beanCellMappings)

SimpleBlockReaderImpl

public SimpleBlockReaderImpl(int startRow,
                             int endRow)
Method Detail

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-2014 jXLS Team. All Rights Reserved.