Uses of Interface
org.forgerock.opendj.ldif.EntryWriter
-
Packages that use EntryWriter Package Description org.forgerock.opendj.ldif Classes and interfaces for reading and writing LDIF. -
-
Uses of EntryWriter in org.forgerock.opendj.ldif
Classes in org.forgerock.opendj.ldif that implement EntryWriter Modifier and Type Class Description class
ConnectionEntryWriter
AConnectionEntryWriter
is a bridge fromConnection
s toEntryWriter
s.class
LdifEntryWriter
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 EntryWriter Modifier and Type Method Description static EntryWriter
Ldif. copyTo(EntryReader input, EntryWriter output)
Copies the content ofinput
tooutput
.EntryWriter
EntryWriter. writeComment(CharSequence comment)
Writes a comment.EntryWriter
EntryWriter. writeEntry(Entry entry)
Writes an entry.Methods in org.forgerock.opendj.ldif with parameters of type EntryWriter Modifier and Type Method Description static EntryWriter
Ldif. copyTo(EntryReader input, EntryWriter output)
Copies the content ofinput
tooutput
.
-