public interface PostProcessor
Modifier and Type | Method and Description |
---|---|
boolean |
acceptFile(File pFile)
Determines if this file should be postprocessed in current postprocessor
|
String |
postProcess(String pSource,
String pPreviousData)
Postprocess the source
|
boolean acceptFile(File pFile)
pFile
- file for postprocessingCopyright © 2003–2014 AndroMDA.org. All rights reserved.