Interface ICleanUpProjectSourcesManager
- 
 public interface ICleanUpProjectSourcesManagerManager of clean up project sources
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcleanUp(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IProgressMonitor progressMonitor)Execute clean up sources in specified project
 
- 
- 
- 
Method Detail- 
cleanUpvoid cleanUp(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IProgressMonitor progressMonitor)Execute clean up sources in specified project- Parameters:
- project- the target project to clean up sources, cannot be- null
- progressMonitor- the monitor to indicate the progress, may be- null
 
 
- 
 
-