Interface IFilePostProcessorExtension

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.CharSequence postProcess​(org.eclipse.emf.common.util.URI fileURI, java.lang.CharSequence content, java.nio.charset.Charset targetCharset)  
    • Method Detail

      • postProcess

        java.lang.CharSequence postProcess​(org.eclipse.emf.common.util.URI fileURI,
                                           java.lang.CharSequence content,
                                           java.nio.charset.Charset targetCharset)