@NonNullByDefault
public interface IFilePostProcessor
IFilePostProcessor allows to rewrite the contents that will
 be written into a given file. A common use case is to fix-up the line 
 delimiters and make all of them homogeneous.
 
 The extension interface IFilePostProcessorExtension provides
 additional information for implementors which is the target encoding of the file.LineSeparatorHarmonizer, 
(since 2.4)| Modifier and Type | Method and Description | 
|---|---|
java.lang.CharSequence | 
postProcess(org.eclipse.emf.common.util.URI fileURI,
           java.lang.CharSequence content)  |