org.springframework.batch.sample
Class StubLineAggregator
java.lang.Object
org.springframework.batch.sample.StubLineAggregator
- All Implemented Interfaces:
- LineAggregator
public class StubLineAggregator
- extends Object
- implements LineAggregator
Stub implementation of LineAggregator
interface for testing purposes.
- Author:
- robert.kasanicky
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StubLineAggregator
public StubLineAggregator()
aggregate
public String aggregate(FieldSet fieldSet)
- Concatenates arguments. Ignores the LineDescriptor.
- Specified by:
aggregate
in interface LineAggregator
Copyright © 2008 SpringSource. All Rights Reserved.