public class ImportBeautifierPostProcessorImpl extends Object implements PostProcessor
Constructor and Description |
---|
ImportBeautifierPostProcessorImpl() |
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
|
public ImportBeautifierPostProcessorImpl()
public boolean acceptFile(File pFile)
acceptFile
in interface PostProcessor
pFile
- file for postprocessingpublic String postProcess(String pSource, String pPreviousData) throws Exception
postProcess
in interface PostProcessor
pSource
- the Source for postprocessingpPreviousData
- the Source of existing file, may be null or emptyException
- on errors occurredCopyright © 2003–2014 AndroMDA.org. All rights reserved.