|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WriterPlugin
An interface for writer plugins.
| Method Summary | |
|---|---|
java.lang.Object |
begin()
Called as the first thing. |
java.lang.Object |
end()
Called as the last thing. |
long |
flush()
Flush out any remainig data. |
java.io.OutputStream |
getOutputStream()
Get the OutputStream for the OutputPlugin. |
WriterPlugin |
setOutputStream(java.io.OutputStream out)
Set the OutputStream for the OutputPlugin. |
long |
write(IndexItem item,
IndexProperties properties)
|
| Method Detail |
|---|
java.io.OutputStream getOutputStream()
WriterPlugin setOutputStream(java.io.OutputStream out)
long write(IndexItem item,
IndexProperties properties)
throws java.io.IOException
java.io.IOException
long flush()
throws java.io.IOException
java.io.IOException
java.lang.Object begin()
throws java.io.IOException
java.io.IOException
java.lang.Object end()
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||