Interface ICleanUpProjectResourceTasksProvider.ICleanUpResourceTask
- All Superinterfaces:
ICleanUpProjectTask
- Enclosing interface:
- ICleanUpProjectResourceTasksProvider
public static interface ICleanUpProjectResourceTasksProvider.ICleanUpResourceTask
extends ICleanUpProjectTask
Task for clean up project resource
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
The method called by the project clean up manager to execute taskMethods inherited from interface com._1c.g5.v8.dt.migration.cleanup.ICleanUpProjectTask
getName
-
Method Details
-
execute
void execute()The method called by the project clean up manager to execute task
-