public class IncrementalBuilder
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
IncrementalBuilder.DeltaSource |
static class |
IncrementalBuilder.IncrementalBuilderException |
static class |
IncrementalBuilder.PostBuildAction |
static class |
IncrementalBuilder.ProcessedSource |
static class |
IncrementalBuilder.Source |
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_BUILD_PHASE |
Constructor and Description |
---|
IncrementalBuilder(JReFrameworkerProject jrefProject) |
Modifier and Type | Method and Description |
---|---|
IncrementalBuilder.PostBuildAction |
build(java.util.Set<IncrementalBuilder.DeltaSource> sourceDeltas,
org.eclipse.core.runtime.IProgressMonitor monitor) |
JReFrameworkerProject |
getJReFrameworkerProject() |
public static final int DEFAULT_BUILD_PHASE
public IncrementalBuilder(JReFrameworkerProject jrefProject)
public JReFrameworkerProject getJReFrameworkerProject()
public IncrementalBuilder.PostBuildAction build(java.util.Set<IncrementalBuilder.DeltaSource> sourceDeltas, org.eclipse.core.runtime.IProgressMonitor monitor) throws IncrementalBuilder.IncrementalBuilderException