|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResourceContentAnnotator
Implemented by classes that want to annotate the write of a plugin resource.
| Method Summary | |
|---|---|
void |
after(OutputStream stream)
Called after the resource content is written. |
void |
before(OutputStream stream)
Called before the resource content is written. |
| Method Detail |
|---|
void before(OutputStream stream)
throws IOException
stream -
IOException - if there is a problem writing the annotation.
void after(OutputStream stream)
throws IOException
stream -
IOException - if there is a problem writing the annotation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||