| Package | Description |
|---|---|
| org.forgerock.opendj.ldif |
Classes and interfaces for reading and writing LDIF.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LDIFChangeRecordReader
An LDIF change record reader reads change records using the LDAP Data
Interchange Format (LDIF) from a user defined source.
|
| Modifier and Type | Method and Description |
|---|---|
static ChangeRecordReader |
LDIF.diff(EntryReader source,
EntryReader target)
Compares the content of
source to the content of target
and returns the differences in a change record reader. |
| Modifier and Type | Method and Description |
|---|---|
static ChangeRecordWriter |
LDIF.copyTo(ChangeRecordReader input,
ChangeRecordWriter output)
Copies the content of
input to output. |
static EntryReader |
LDIF.patch(EntryReader input,
ChangeRecordReader patch)
Applies the set of changes contained in
patch to the content of
input and returns the result in an entry reader. |
static EntryReader |
LDIF.patch(EntryReader input,
ChangeRecordReader patch,
RejectedChangeRecordListener listener)
Applies the set of changes contained in
patch to the content of
input and returns the result in an entry reader. |
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.