Interface ResourceAwareFSAFactory

All Known Implementing Classes:
TestResourceAwareFSAFactory

public interface ResourceAwareFSAFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    afterGenerate(org.eclipse.emf.ecore.resource.Resource resource)
     
    void
    beforeGenerate(org.eclipse.emf.ecore.resource.Resource resource)
     
    org.eclipse.xtext.generator.IFileSystemAccess2
    resourceAwareFSA(org.eclipse.emf.ecore.resource.Resource resource, org.eclipse.xtext.generator.IFileSystemAccess2 fsa, boolean wholeModel)
     
  • Method Details

    • resourceAwareFSA

      org.eclipse.xtext.generator.IFileSystemAccess2 resourceAwareFSA(org.eclipse.emf.ecore.resource.Resource resource, org.eclipse.xtext.generator.IFileSystemAccess2 fsa, boolean wholeModel)
      Parameters:
      resource - The resource changing that caused this FSA to be invoked
      fsa - -the Xtext supplied FSA to potentially delegate to
      wholeModel - - Whether the generators are being called with the whole model rather than a single resource (i.e. in after generate)
      Returns:
    • beforeGenerate

      void beforeGenerate(org.eclipse.emf.ecore.resource.Resource resource)
    • afterGenerate

      void afterGenerate(org.eclipse.emf.ecore.resource.Resource resource)