org.eclipse.xtext.builder
Interface IXtextBuilderParticipant.IBuildContext

All Known Implementing Classes:
BuildContext
Enclosing interface:
IXtextBuilderParticipant

public static interface IXtextBuilderParticipant.IBuildContext

This class is not intended to be subclassed by clients.

Method Summary
 IXtextBuilderParticipant.BuildType getBuildType()
           
 org.eclipse.core.resources.IProject getBuiltProject()
           
 java.util.List<IResourceDescription.Delta> getDeltas()
           
 org.eclipse.emf.ecore.resource.ResourceSet getResourceSet()
           
 void needRebuild()
           
 

Method Detail

getBuiltProject

org.eclipse.core.resources.IProject getBuiltProject()

getDeltas

java.util.List<IResourceDescription.Delta> getDeltas()

getResourceSet

org.eclipse.emf.ecore.resource.ResourceSet getResourceSet()

getBuildType

IXtextBuilderParticipant.BuildType getBuildType()

needRebuild

void needRebuild()