JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.springframework.batch.item.excel.support.rowset
Interface RowSetFactory
All Known Implementing Classes:
DefaultRowSetFactory
,
GenericRowSetFactory
public interface
RowSetFactory
Contract for factories which will construct a
RowSet
implementation.
Since:
0.5.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
RowSet
create
(
Sheet
sheet)
Create a rowset instance.
Method Detail
create
RowSet
create(
Sheet
sheet)
Create a rowset instance.
Parameters:
sheet
- an Excel sheet.
Returns:
a
RowSet
instance.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method