public static interface IXtextBuilderParticipant.IBuildContext
deltas URI's 
 are not necessarily matching the expected file extension.| Modifier and Type | Method and Description | 
|---|---|
IXtextBuilderParticipant.BuildType | 
getBuildType()
The current build type. 
 | 
org.eclipse.core.resources.IProject | 
getBuiltProject()
Returns the current project. 
 | 
java.util.List<IResourceDescription.Delta> | 
getDeltas()
Returns the list of resource deltas that was produced by this run of the incremental project builder. 
 | 
org.eclipse.emf.ecore.resource.ResourceSet | 
getResourceSet()
The correctly configured resource set for this run of the incremental project builder. 
 | 
void | 
needRebuild()
Request a rebuild after the this build run. 
 | 
org.eclipse.core.resources.IProject getBuiltProject()
null.java.util.List<IResourceDescription.Delta> getDeltas()
resource set by means of
 getResource.null.org.eclipse.emf.ecore.resource.ResourceSet getResourceSet()
null.IXtextBuilderParticipant.BuildType getBuildType()
void needRebuild()
needRebuild() if this
 participant generates file that need to be compiled or processed by another builder.