|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Extensible @ThreadSafety(level=INTERFACE_THREADSAFE) public interface EntryTransformation
This class defines an API that may be used to apply some kind of transformation to an entry to alter its contents or suppress it from further processing.
Method Summary | |
---|---|
Entry |
transformEntry(Entry entry)
Applies an appropriate transformation to the provided entry. |
Methods inherited from interface com.unboundid.ldif.LDIFReaderEntryTranslator |
---|
translate |
Methods inherited from interface com.unboundid.ldif.LDIFWriterEntryTranslator |
---|
translateEntryToWrite |
Method Detail |
---|
Entry transformEntry(Entry entry)
entry
- The entry to transform.
null
if the entry should be suppressed.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |