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 TypeMethodDescriptionvoidcleanUp(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:ICleanUpProjectSourcesManagerExecute clean up sources in specified project- Specified by:
cleanUpin interfaceICleanUpProjectSourcesManager- Parameters:
project- the target project to clean up sources, cannot benullmonitor- the monitor to indicate the progress, may benull
-