org.eclipse.emf.cdo.releng.version
Class VersionBuilder

java.lang.Object
  extended by org.eclipse.core.internal.events.InternalBuilder
      extended by org.eclipse.core.resources.IncrementalProjectBuilder
          extended by org.eclipse.emf.cdo.releng.version.VersionBuilder
All Implemented Interfaces:
IExecutableExtension

public class VersionBuilder
extends IncrementalProjectBuilder


Field Summary
static String BUILDER_ID
           
static boolean DEBUG
           
static String RELEASE_PATH_ARGUMENT
           
static String VALIDATOR_CLASS_ARGUMENT
           
 
Fields inherited from class org.eclipse.core.resources.IncrementalProjectBuilder
AUTO_BUILD, CLEAN_BUILD, FULL_BUILD, INCREMENTAL_BUILD
 
Constructor Summary
VersionBuilder()
           
 
Method Summary
protected  IProject[] build(int kind, Map args, IProgressMonitor monitor)
           
static void trace(String msg)
           
 
Methods inherited from class org.eclipse.core.resources.IncrementalProjectBuilder
clean, forgetLastBuiltState, getBuildConfig, getCommand, getContext, getDelta, getProject, getRule, getRule, hasBeenBuilt, isInterrupted, needRebuild, rememberLastBuiltState, setInitializationData, startupOnInitialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUILDER_ID

public static final String BUILDER_ID
See Also:
Constant Field Values

RELEASE_PATH_ARGUMENT

public static final String RELEASE_PATH_ARGUMENT
See Also:
Constant Field Values

VALIDATOR_CLASS_ARGUMENT

public static final String VALIDATOR_CLASS_ARGUMENT
See Also:
Constant Field Values

DEBUG

public static boolean DEBUG
Constructor Detail

VersionBuilder

public VersionBuilder()
Method Detail

build

protected final IProject[] build(int kind,
                                 Map args,
                                 IProgressMonitor monitor)
                          throws CoreException
Specified by:
build in class IncrementalProjectBuilder
Throws:
CoreException

trace

public static void trace(String msg)


Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.