Uses of Interface
org.forgerock.opendj.ldif.EntryWriter
Packages that use EntryWriter
-
Uses of EntryWriter in org.forgerock.opendj.ldif
Classes in org.forgerock.opendj.ldif that implement EntryWriterModifier and TypeClassDescriptionfinal class
AConnectionEntryWriter
is a bridge fromConnection
s toEntryWriter
s.final class
An LDIF entry writer writes attribute value records (entries) using the LDAP Data Interchange Format (LDIF) to a user defined destination.Methods in org.forgerock.opendj.ldif that return EntryWriterModifier and TypeMethodDescriptionstatic EntryWriter
Ldif.copyTo
(EntryReader input, EntryWriter output) Copies the content ofinput
tooutput
.EntryWriter.writeComment
(CharSequence comment) Writes a comment.EntryWriter.writeEntry
(Entry entry) Writes an entry.Methods in org.forgerock.opendj.ldif with parameters of type EntryWriterModifier and TypeMethodDescriptionstatic EntryWriter
Ldif.copyTo
(EntryReader input, EntryWriter output) Copies the content ofinput
tooutput
.