| Package | Description |
|---|---|
| org.forgerock.opendj.ldif |
Classes and interfaces for reading and writing LDIF.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionEntryWriter
A
ConnectionEntryWriter is a bridge from Connections to
EntryWriters. |
class |
LDIFEntryWriter
An LDIF entry writer writes attribute value records (entries) using the LDAP
Data Interchange Format (LDIF) to a user defined destination.
|
| Modifier and Type | Method and Description |
|---|---|
static EntryWriter |
LDIF.copyTo(EntryReader input,
EntryWriter output)
Copies the content of
input to output. |
EntryWriter |
EntryWriter.writeComment(CharSequence comment)
Writes a comment.
|
EntryWriter |
EntryWriter.writeEntry(Entry entry)
Writes an entry.
|
| Modifier and Type | Method and Description |
|---|---|
static EntryWriter |
LDIF.copyTo(EntryReader input,
EntryWriter output)
Copies the content of
input to output. |
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.