Uses of Class
org.forgerock.opendj.ldif.ConnectionEntryWriter
-
Packages that use ConnectionEntryWriter Package Description org.forgerock.opendj.ldif Classes and interfaces for reading and writing LDIF. -
-
Uses of ConnectionEntryWriter in org.forgerock.opendj.ldif
Methods in org.forgerock.opendj.ldif that return ConnectionEntryWriter Modifier and Type Method Description ConnectionEntryWriter
ConnectionEntryWriter. writeComment(CharSequence comment)
Connection entry writers do not support comments, so the provided comment will be ignored.ConnectionEntryWriter
ConnectionEntryWriter. writeEntry(Entry entry)
Writes an entry to the underlying connection using an Add request, blocking until the request completes.
-