|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PostProcessor
Interface for all PostProcessor
| Method Summary | |
|---|---|
boolean |
acceptFile(File pFile)
Determines if this file should be postprocessed in current postprocessor |
String |
postProcess(String pSource,
String pPreviousData)
Postprocess the source |
| Method Detail |
|---|
boolean acceptFile(File pFile)
pFile - file for postprocessing
String postProcess(String pSource,
String pPreviousData)
throws Exception
pSource - the Source for postprocessingpPreviousData - the Source of existing file, may be null or empty
Exception - on errors occurred
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||