|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Extensible @ThreadSafety(level=INTERFACE_THREADSAFE) public interface LDIFWriterEntryTranslator
This interface is used by the LDIFWriter to translate or exclude entries before they are written.
Method Summary | |
---|---|
Entry |
translateEntryToWrite(Entry original)
Applies some special transformation or filtering to the original Entry. |
Method Detail |
---|
Entry translateEntryToWrite(Entry original)
original
- The original Entry that was to be written.
null
to
signal that this Entry should not be written. Note, however, that
if the original entry provided as a parameter is altered, then
the change will be visible to anything that references that entry.
If you are not sure about whether changes to the original entry
are acceptable, it is recommended that you use the
duplicate()
method to create a copy of the original and
make the necessary changes to that duplicate.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |