|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EntryWriter
This interface defines a method that may be used to write entries generated through the MakeLDIF utility.
| Method Summary | |
|---|---|
void |
closeEntryWriter()
Notifies the entry writer that no more entries will be provided and that any associated cleanup may be performed. |
boolean |
writeEntry(Entry entry)
Writes the provided entry to the appropriate target. |
| Method Detail |
|---|
boolean writeEntry(Entry entry)
throws java.io.IOException,
MakeLDIFException
entry - The entry to be written.
true if the entry writer will accept additional
entries, or false if no more entries should be
written.
java.io.IOException - If a problem occurs while writing the entry to its
intended destination.
MakeLDIFException - If some other problem occurs.void closeEntryWriter()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||