Interface ICleanUpProjectSourcesManager
-
public interface ICleanUpProjectSourcesManagerManager of clean up project sources
-
-
Method Summary
All 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
-
cleanUp
void 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 benullprogressMonitor- the monitor to indicate the progress, may benull
-
-