Interface ICleanUpProjectSourcesManager
- All Known Implementing Classes:
CleanUpProjectSourcesManager
public interface ICleanUpProjectSourcesManager
Manager of clean up project sources
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cleanUp
(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IProgressMonitor progressMonitor) Execute clean up sources in specified project
-
Method Details
-
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 benull
progressMonitor
- the monitor to indicate the progress, may benull
-