Package org.eclipse.xtext.generator
Interface IFilePostProcessorExtension
-
public interface IFilePostProcessorExtensionExtension interface toIFilePostProcessor. It allows to process the content with respect to the target charset. Implementors should handle apostProcessrequest without an explicit target charset in the same way as a plainIFilePostProcessor.postProcess(URI, CharSequence)request.- Since:
- 2.4
- See Also:
IFilePostProcessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.CharSequencepostProcess(org.eclipse.emf.common.util.URI fileURI, java.lang.CharSequence content, java.nio.charset.Charset targetCharset)
-