Interface FieldSetFactory
- All Known Implementing Classes:
DefaultFieldSetFactory
public interface FieldSetFactory
Factory interface for creating
FieldSet
instances.- Author:
- Dave Syer
-
Method Summary
-
Method Details
-
create
Create a FieldSet with named tokens. The token values can then be retrieved either by name or by column number.- Parameters:
values
- the token valuesnames
- the names of the tokens- Returns:
- an instance of
FieldSet
. - See Also:
-
create
Create a FieldSet with anonymous tokens. They can only be retrieved by column number.- Parameters:
values
- the token values- Returns:
- an instance of
FieldSet
. - See Also:
-