org.granite.builder
Class GraniteBuilder

java.lang.Object
  extended by org.eclipse.core.internal.events.InternalBuilder
      extended by org.eclipse.core.resources.IncrementalProjectBuilder
          extended by org.granite.builder.GraniteBuilder
All Implemented Interfaces:
org.eclipse.core.runtime.IExecutableExtension

public class GraniteBuilder
extends org.eclipse.core.resources.IncrementalProjectBuilder

Author:
Franck WOLFF

Field Summary
static java.lang.String FLEX_BUILDER_ID
           
static java.lang.String GRANITE_BUILDER_ID
           
static java.lang.String JAVA_BUILDER_ID
           
 
Fields inherited from class org.eclipse.core.resources.IncrementalProjectBuilder
AUTO_BUILD, CLEAN_BUILD, FULL_BUILD, INCREMENTAL_BUILD
 
Constructor Summary
GraniteBuilder()
           
 
Method Summary
protected  org.eclipse.core.resources.IProject[] build(int kind, java.util.Map args, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 
Methods inherited from class org.eclipse.core.resources.IncrementalProjectBuilder
clean, forgetLastBuiltState, getCommand, getDelta, getProject, getRule, getRule, hasBeenBuilt, isInterrupted, needRebuild, setInitializationData, startupOnInitialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JAVA_BUILDER_ID

public static final java.lang.String JAVA_BUILDER_ID
See Also:
Constant Field Values

FLEX_BUILDER_ID

public static final java.lang.String FLEX_BUILDER_ID
See Also:
Constant Field Values

GRANITE_BUILDER_ID

public static final java.lang.String GRANITE_BUILDER_ID
See Also:
Constant Field Values
Constructor Detail

GraniteBuilder

public GraniteBuilder()
Method Detail

build

protected org.eclipse.core.resources.IProject[] build(int kind,
                                                      java.util.Map args,
                                                      org.eclipse.core.runtime.IProgressMonitor monitor)
                                               throws org.eclipse.core.runtime.CoreException
Specified by:
build in class org.eclipse.core.resources.IncrementalProjectBuilder
Throws:
org.eclipse.core.runtime.CoreException