org.jupe.plugin
Class JupeBuilder

java.lang.Object
  extended by org.eclipse.core.internal.events.InternalBuilder
      extended by org.eclipse.core.resources.IncrementalProjectBuilder
          extended by org.jupe.plugin.JupeBuilder
All Implemented Interfaces:
org.eclipse.core.runtime.IExecutableExtension

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

Builder for the Jupe nature.

Author:
Emanuel Thomas

Field Summary
static java.lang.String BUILDER_ID
           
 
Fields inherited from class org.eclipse.core.resources.IncrementalProjectBuilder
AUTO_BUILD, CLEAN_BUILD, FULL_BUILD, INCREMENTAL_BUILD
 
Constructor Summary
JupeBuilder()
           
 
Method Summary
static boolean hasBuildErrors(org.eclipse.core.resources.IProject project)
           
 
Methods inherited from class org.eclipse.core.resources.IncrementalProjectBuilder
forgetLastBuiltState, getCommand, getDelta, getProject, hasBeenBuilt, isInterrupted, needRebuild, setInitializationData
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUILDER_ID

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

JupeBuilder

public JupeBuilder()
Method Detail

hasBuildErrors

public static boolean hasBuildErrors(org.eclipse.core.resources.IProject project)