public class CleanSupport
extends java.lang.Object
| Constructor and Description |
|---|
CleanSupport() |
| Modifier and Type | Method and Description |
|---|---|
void |
fullClean(org.eclipse.xtext.builder.IXtextBuilderParticipant.IBuildContext context,
org.eclipse.core.runtime.IProgressMonitor monitor)
Performs a full clean on the currently built project and all related fragments.
|
void |
normalClean(org.eclipse.xtext.builder.IXtextBuilderParticipant.IBuildContext context,
java.util.List<org.eclipse.xtext.resource.IResourceDescription.Delta> relevantDeltas,
org.eclipse.core.runtime.IProgressMonitor monitor)
Performs a normal Clean on the currently built project and all related fragments.
|
public void fullClean(org.eclipse.xtext.builder.IXtextBuilderParticipant.IBuildContext context,
org.eclipse.core.runtime.IProgressMonitor monitor)
context - monitor - public void normalClean(org.eclipse.xtext.builder.IXtextBuilderParticipant.IBuildContext context,
java.util.List<org.eclipse.xtext.resource.IResourceDescription.Delta> relevantDeltas,
org.eclipse.core.runtime.IProgressMonitor monitor)
context - relevantDeltas - monitor -