Uses of Interface
org.forgerock.opendj.ldif.EntryWriter
-
Uses of EntryWriter in org.forgerock.opendj.ldif
Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionstatic EntryWriter
Ldif.copyTo
(EntryReader input, EntryWriter output) Copies the content ofinput
tooutput
.