Package | Description |
---|---|
org.forgerock.opendj.ldif |
Classes and interfaces for reading and writing LDIF.
|
Modifier and Type | Field and Description |
---|---|
static RejectedChangeRecordListener |
RejectedChangeRecordListener.FAIL_FAST
A handler which terminates processing by throwing a
DecodeException as soon as a change is rejected. |
static RejectedChangeRecordListener |
RejectedChangeRecordListener.OVERWRITE
The default handler which ignores changes applied to missing entries and
tolerates duplicate entries by overwriting the existing entry with the
new entry.
|
Modifier and Type | Method and Description |
---|---|
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.