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. |
static ChangeRecordReader |
Ldif.diff(EntryReader source,
EntryReader target,
Entries.DiffOptions options)
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 © 2010-2020, ForgeRock All Rights Reserved.