Uses of Interface
com._1c.g5.v8.dt.lifecycle.ILifecycleContext
-
Packages that use ILifecycleContext Package Description com._1c.g5.v8.dt.core.lifecycle com._1c.g5.v8.dt.ide com._1c.g5.v8.dt.lifecycle com._1c.g5.v8.dt.navigator.ui com._1c.g5.v8.dt.supply -
-
Uses of ILifecycleContext in com._1c.g5.v8.dt.core.lifecycle
Classes in com._1c.g5.v8.dt.core.lifecycle that implement ILifecycleContext Modifier and Type Class Description class
AbstractDtProjectContext
Abstract implementation of the EDT project context for the service lifecycle management subsystem.class
ProjectContext
Lifecycle management service context matching the project in the workspace. -
Uses of ILifecycleContext in com._1c.g5.v8.dt.ide
Methods in com._1c.g5.v8.dt.ide with parameters of type ILifecycleContext Modifier and Type Method Description void
ProjectFileSystemSupportProvider. initStorage(ILifecycleContext lifecycleContext)
Clears project mapping for closed and deleted projects -
Uses of ILifecycleContext in com._1c.g5.v8.dt.lifecycle
Methods in com._1c.g5.v8.dt.lifecycle with parameters of type ILifecycleContext Modifier and Type Method Description void
IServiceContextLifecycleListener. contextStateChanged(ILifecycleContext context, ServiceState state)
Called right after the major state change of the given context.void
ILifecyclePhaseAwareService. participate(LifecyclePhase phase, ILifecycleContext context)
Deprecated.Participates the lifecycle phase for the specified context.void
IServicesOrchestrator. startServices(ILifecycleContext context, org.eclipse.core.runtime.IProgressMonitor progressMonitor)
Starts the lifecycle services in accordance with lifecycle phases order and participants dependencies.
For more information about phases, seeLifecyclePhase
.void
IServicesOrchestrator. stopServices(ILifecycleContext context, org.eclipse.core.runtime.IProgressMonitor progressMonitor)
Stops the lifecycle services in accordance with lifecycle phases order and participants dependencies.
For more information about phases, seeLifecyclePhase
. -
Uses of ILifecycleContext in com._1c.g5.v8.dt.navigator.ui
Methods in com._1c.g5.v8.dt.navigator.ui with parameters of type ILifecycleContext Modifier and Type Method Description void
NavigatorContentProvider. contextStateChanged(ILifecycleContext context, ServiceState state)
-
Uses of ILifecycleContext in com._1c.g5.v8.dt.supply
Classes in com._1c.g5.v8.dt.supply that implement ILifecycleContext Modifier and Type Class Description class
IntegrationContext
Context of the integration model.class
SupplySettingsContext
Context of the supply settings model.
-