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,
IFilePostProcessorExtension (since 2.4)| Modifier and Type | Method and Description |
|---|---|
CharSequence |
postProcess(org.eclipse.emf.common.util.URI fileURI,
CharSequence content) |
CharSequence postProcess(org.eclipse.emf.common.util.URI fileURI, CharSequence content)
Copyright © 2015. All Rights Reserved.