org.springframework.batch.item.file.transform
Class StubLineAggregator

java.lang.Object
  extended by org.springframework.batch.item.file.transform.StubLineAggregator
All Implemented Interfaces:
LineAggregator

public class StubLineAggregator
extends Object
implements LineAggregator

Stub implementation of LineAggregator interface for testing purposes.

Author:
robert.kasanicky

Constructor Summary
StubLineAggregator()
           
 
Method Summary
 String aggregate(FieldSet fieldSet)
          Concatenates arguments.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StubLineAggregator

public StubLineAggregator()
Method Detail

aggregate

public String aggregate(FieldSet fieldSet)
Concatenates arguments.

Specified by:
aggregate in interface LineAggregator


Copyright © 2008 SpringSource. All Rights Reserved.