| Package | Description |
|---|---|
| org.forgerock.opendj.ldif |
Classes and interfaces for reading and writing LDIF.
|
| Modifier and Type | Method and 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.
|
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.