public class LdifAggregator extends Object implements org.springframework.batch.item.file.transform.LineAggregator<LdapAttributes>
LdifAggregator
object is an implementation of the LineAggregator
interface for use with a FlatFileItemWriter
to write LDIF records to a file.Constructor and Description |
---|
LdifAggregator() |
Modifier and Type | Method and Description |
---|---|
String |
aggregate(LdapAttributes item)
Returns a
String containing a properly formated LDIF. |
public String aggregate(LdapAttributes item)
String
containing a properly formated LDIF.aggregate
in interface org.springframework.batch.item.file.transform.LineAggregator<LdapAttributes>
item
- LdapAttributes object to convert to string.Copyright © 2005–2015 The Spring LDAP Framework. All rights reserved.