Package com._1c.g5.v8.dt.internal.ui
Class ProjectDataMigrationNotificationService
java.lang.Object
com._1c.g5.v8.dt.internal.ui.ProjectDataMigrationNotificationService
- All Implemented Interfaces:
IManagedService
@LifecycleService(name="PROJECT_DATA_MIGRATION_NOTIFICATION_SERVICE")
public class ProjectDataMigrationNotificationService
extends Object
implements IManagedService
The managed service that notifies the user about migration impossibility in case of EDT XML format with version
lower than '1.6.0'.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
activate()
void
void
start
(ProjectContext context) Participates thechecking
phase.
Notifies the user about migration impossibility.
-
Constructor Details
-
ProjectDataMigrationNotificationService
public ProjectDataMigrationNotificationService()
-
-
Method Details
-
activate
public void activate()- Specified by:
activate
in interfaceIManagedService
-
deactivate
public void deactivate()- Specified by:
deactivate
in interfaceIManagedService
-
start
Participates thechecking
phase.
Notifies the user about migration impossibility.For more information see
LifecyclePhase.CHECKING
- Parameters:
context
- the project context, cannot benull
.- See Also:
-