Class CleanUpProjectSourcesManager

java.lang.Object
com._1c.g5.v8.dt.internal.migration.cleanup.CleanUpProjectSourcesManager
All Implemented Interfaces:
ICleanUpProjectSourcesManager

public class CleanUpProjectSourcesManager extends Object implements ICleanUpProjectSourcesManager
Manager of clean up project sources
  • Constructor Details

    • CleanUpProjectSourcesManager

      public CleanUpProjectSourcesManager()
  • Method Details

    • cleanUp

      public void cleanUp(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IProgressMonitor monitor)
      Description copied from interface: ICleanUpProjectSourcesManager
      Execute clean up sources in specified project
      Specified by:
      cleanUp in interface ICleanUpProjectSourcesManager
      Parameters:
      project - the target project to clean up sources, cannot be null
      monitor - the monitor to indicate the progress, may be null