Class CleanUpProjectSourcesManager
java.lang.Object
com._1c.g5.v8.dt.internal.migration.cleanup.CleanUpProjectSourcesManager
- All Implemented Interfaces:
ICleanUpProjectSourcesManager
Manager of clean up project sources
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
cleanUp
(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IProgressMonitor monitor) Execute clean up sources in specified project
-
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 interfaceICleanUpProjectSourcesManager
- Parameters:
project
- the target project to clean up sources, cannot benull
monitor
- the monitor to indicate the progress, may benull
-