|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IWriterListenerExtension
Extension interface to IWriterListener allowing finalizeContent
handlers to receive existing file contents
| Method Summary | |
|---|---|
void |
finalizeContent(JET2Writer writer,
java.lang.Object fileObject,
java.lang.String existingContent)
Perform any finalization of the content in the writer. |
| Method Detail |
|---|
void finalizeContent(JET2Writer writer,
java.lang.Object fileObject,
java.lang.String existingContent)
throws JET2TagException
IWriterListener.finalizeContent(JET2Writer, Object)
is called.
writer - the writer in the process of being finalizedfile - a handle to object to which the content will ultimately be
written. The standard JET2 Workspace tags pass an
org.eclipse.core.resources.IFile, but other tags may pass
objects of other types.existingContent - the existing file content
JET2TagException - if the method cannot complete normally
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||