Interface ICleanUpProjectSourcesManager

All Known Implementing Classes:
CleanUpProjectSourcesManager

public interface ICleanUpProjectSourcesManager
Manager of clean up project sources
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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 be null
      progressMonitor - the monitor to indicate the progress, may be null