org.eclipse.emf.codegen.jet
Class JETBuilder
java.lang.Object
org.eclipse.core.internal.events.InternalBuilder
org.eclipse.core.resources.IncrementalProjectBuilder
org.eclipse.emf.codegen.jet.JETBuilder
- All Implemented Interfaces:
- IExecutableExtension
- public class JETBuilder
- extends IncrementalProjectBuilder
Constructor Summary |
JETBuilder()
Creates a new instances. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JETBuilder
public JETBuilder()
- Creates a new instances.
build
protected IProject[] build(int kind,
Map arguments,
IProgressMonitor monitor)
throws CoreException
- Throws:
CoreException
fullBuild
protected void fullBuild(IProgressMonitor monitor)
throws CoreException
- Does a full build.
- Throws:
CoreException
incrementalBuild
protected void incrementalBuild(IResourceDelta delta,
IProgressMonitor monitor)
throws CoreException
- Does an incremental build.
- Throws:
CoreException