org.eclipse.xtext.generator
Interface IFilePostProcessor

All Known Implementing Classes:
LineSeparatorHarmonizer, TraceAwarePostProcessor

@NonNullByDefault
public interface IFilePostProcessor

Since:
2.3
Author:
Jan Koehnlein - Initial contribution and API

Method Summary
 java.lang.CharSequence postProcess(org.eclipse.emf.common.util.URI fileURI, java.lang.CharSequence content)
           
 

Method Detail

postProcess

java.lang.CharSequence postProcess(org.eclipse.emf.common.util.URI fileURI,
                                   java.lang.CharSequence content)