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 classAConnectionEntryWriteris a bridge fromConnections toEntryWriters.final classAn 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 EntryWriterLdif.copyTo(EntryReader input, EntryWriter output) Copies the content ofinputtooutput.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 EntryWriterLdif.copyTo(EntryReader input, EntryWriter output) Copies the content ofinputtooutput.