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 classConnectionEntryWriterAConnectionEntryWriteris a bridge fromConnections toEntryWriters.classLdifEntryWriterAn 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 EntryWriterLdif. copyTo(EntryReader input, EntryWriter output)Copies the content ofinputtooutput.EntryWriterEntryWriter. writeComment(CharSequence comment)Writes a comment.EntryWriterEntryWriter. writeEntry(Entry entry)Writes an entry.Methods in org.forgerock.opendj.ldif with parameters of type EntryWriter Modifier and Type Method Description static EntryWriterLdif. copyTo(EntryReader input, EntryWriter output)Copies the content ofinputtooutput.
-