org.eclipse.xtend.ide.builder
Class XtendBuilderParticipant

java.lang.Object
  extended by org.eclipse.xtext.builder.BuilderParticipant
      extended by org.eclipse.xtend.ide.builder.XtendBuilderParticipant
All Implemented Interfaces:
IXtextBuilderParticipant

public class XtendBuilderParticipant
extends BuilderParticipant

Author:
Sven Efftinge - Initial contribution and API

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.xtext.builder.IXtextBuilderParticipant
IXtextBuilderParticipant.BuildType, IXtextBuilderParticipant.IBuildContext
 
Constructor Summary
XtendBuilderParticipant()
           
 
Method Summary
protected  void handleChangedContents(IResourceDescription.Delta delta, IXtextBuilderParticipant.IBuildContext context, EclipseResourceFileSystemAccess2 fileSystemAccess)
           
protected  void registerCurrentSourceFolder(IResourceDescription.Delta delta, EclipseResourceFileSystemAccess2 fileSystemAccess)
           
 
Methods inherited from class org.eclipse.xtext.builder.BuilderParticipant
build, cleanOutput, getBuilderPreferenceAccess, getGenerator, getOutputConfigurationProvider, getOutputConfigurations, getRelevantDeltas, getResourceServiceProvider, isEnabled, refreshOutputFolders, setBuilderPreferenceAccess, setOutputConfigurationProvider, shouldGenerate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XtendBuilderParticipant

public XtendBuilderParticipant()
Method Detail

handleChangedContents

protected void handleChangedContents(IResourceDescription.Delta delta,
                                     IXtextBuilderParticipant.IBuildContext context,
                                     EclipseResourceFileSystemAccess2 fileSystemAccess)
                              throws org.eclipse.core.runtime.CoreException
Overrides:
handleChangedContents in class BuilderParticipant
Throws:
org.eclipse.core.runtime.CoreException

registerCurrentSourceFolder

protected void registerCurrentSourceFolder(IResourceDescription.Delta delta,
                                           EclipseResourceFileSystemAccess2 fileSystemAccess)