Interface ICleanUpProjectSourcesManager


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

      All Methods Instance Methods Abstract Methods 
      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 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 be null
        progressMonitor - the monitor to indicate the progress, may be null