public interface IFilePostProcessorExtension
IFilePostProcessor. It allows to process
the content with respect to the target charset. Implementors should handle
a postProcess request
without an explicit target charset in the same way as a plain
IFilePostProcessor.postProcess(URI, CharSequence) request.IFilePostProcessor| Modifier and Type | Method and Description |
|---|---|
CharSequence |
postProcess(org.eclipse.emf.common.util.URI fileURI,
CharSequence content,
Charset targetCharset) |
CharSequence postProcess(org.eclipse.emf.common.util.URI fileURI, CharSequence content, Charset targetCharset)
Copyright © 2015. All Rights Reserved.