Interface ResourceAwareFSAFactory
- All Known Implementing Classes:
TestResourceAwareFSAFactory
public interface ResourceAwareFSAFactory
-
Method Summary
Modifier and TypeMethodDescriptionvoidafterGenerate(org.eclipse.emf.ecore.resource.Resource resource) voidbeforeGenerate(org.eclipse.emf.ecore.resource.Resource resource) org.eclipse.xtext.generator.IFileSystemAccess2resourceAwareFSA(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 invokedfsa- -the Xtext supplied FSA to potentially delegate towholeModel- - 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)
-