|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PostProcessor
PostProcessors can be added to the Xpand Generator component to implement manipulations on the generated file content. This is usually helpful for auto-format the generated code.
| Method Summary | |
|---|---|
void |
afterClose(FileHandle impl)
Called after the file has been written. |
void |
beforeWriteAndClose(FileHandle impl)
Called before the file will be written. |
| Method Detail |
|---|
void beforeWriteAndClose(FileHandle impl)
impl - A handle to the file that will be writtenvoid afterClose(FileHandle impl)
impl - A handle to the file that has been written
|
Copyright 2007 committers of openArchitectureWare and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||