org.springframework.batch.item.file.transform
Interface FieldSetFactory

All Known Implementing Classes:
DefaultFieldSetFactory

public interface FieldSetFactory

Factory interface for creating FieldSet instances.

Author:
Dave Syer

Method Summary
 FieldSet create(String[] values)
           
 FieldSet create(String[] names, String[] values)
           
 

Method Detail

create

FieldSet create(String[] names,
                String[] values)

create

FieldSet create(String[] values)


Copyright © 2009 SpringSource. All Rights Reserved.