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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidactivate()voidvoidstart(ProjectContext context) Participates thecheckingphase.
 Notifies the user about migration impossibility.
- 
Constructor Details- 
ProjectDataMigrationNotificationServicepublic ProjectDataMigrationNotificationService()
 
- 
- 
Method Details- 
activatepublic void activate()- Specified by:
- activatein interface- IManagedService
 
- 
deactivatepublic void deactivate()- Specified by:
- deactivatein interface- IManagedService
 
- 
startParticipates thecheckingphase.
 Notifies the user about migration impossibility.For more information see LifecyclePhase.CHECKING- Parameters:
- context- the project context, cannot be- null.
- See Also:
 
 
-