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:
- org.eclipse.core.runtime.IExecutableExtension
- public class JETBuilder
- extends org.eclipse.core.resources.IncrementalProjectBuilder
Fields inherited from class org.eclipse.core.resources.IncrementalProjectBuilder |
AUTO_BUILD, FULL_BUILD, INCREMENTAL_BUILD |
Constructor Summary |
JETBuilder()
Creates a new instances. |
Method Summary |
protected org.eclipse.core.resources.IProject[] |
build(int kind,
java.util.Map arguments,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
protected void |
fullBuild(org.eclipse.core.runtime.IProgressMonitor monitor)
Does a full build. |
protected void |
incrementalBuild(org.eclipse.core.resources.IResourceDelta delta,
org.eclipse.core.runtime.IProgressMonitor monitor)
Does an incremental build. |
Methods inherited from class org.eclipse.core.resources.IncrementalProjectBuilder |
forgetLastBuiltState, getDelta, getProject, hasBeenBuilt, needRebuild, setInitializationData, startupOnInitialize |
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 org.eclipse.core.resources.IProject[] build(int kind,
java.util.Map arguments,
org.eclipse.core.runtime.IProgressMonitor monitor)
throws org.eclipse.core.runtime.CoreException
- Overrides:
build
in class org.eclipse.core.resources.IncrementalProjectBuilder
fullBuild
protected void fullBuild(org.eclipse.core.runtime.IProgressMonitor monitor)
throws org.eclipse.core.runtime.CoreException
- Does a full build.
incrementalBuild
protected void incrementalBuild(org.eclipse.core.resources.IResourceDelta delta,
org.eclipse.core.runtime.IProgressMonitor monitor)
throws org.eclipse.core.runtime.CoreException
- Does an incremental build.