Interface RowSetFactory
- All Known Implementing Classes:
DefaultRowSetFactory
public interface RowSetFactory
Contract for factories which will construct a
RowSet implementation.- Since:
- 0.1.0
- Author:
- Marten Deinum
-
Method Summary
-
Method Details
-
create
Create a rowset instance.- Parameters:
sheet- an Excel sheet.- Returns:
- a
RowSetinstance.
-