Uses of Interface
com._1c.g5.v8.dt.platform.services.core.runtimes.execution.IThickClientLauncher
Packages that use IThickClientLauncher
Package
Description
-
Uses of IThickClientLauncher in com._1c.g5.v8.dt.internal.platform.services.core.export
Methods in com._1c.g5.v8.dt.internal.platform.services.core.export that return types with arguments of type IThickClientLauncherModifier and TypeMethodDescriptionExportConfigurationFileService.getComponentAndExecutor
(IResolvableRuntimeInstallation installationCandidate, InfobaseReference infobase, String typeId) Methods in com._1c.g5.v8.dt.internal.platform.services.core.export with parameters of type IThickClientLauncherModifier and TypeMethodDescriptionExportConfigurationFileService.createExtensionsLoadOperation
(InfobaseReference infobase, ILaunchableRuntimeComponent clientComponent, IThickClientLauncher clientLauncher) void
ExportConfigurationFileService.exportConfigurationOrExtension
(InfobaseReference infobase, ILaunchableRuntimeComponent clientComponent, IThickClientLauncher clientLauncher, String extensionName, Path destination, org.eclipse.core.runtime.IProgressMonitor monitor) -
Uses of IThickClientLauncher in com._1c.g5.v8.dt.internal.platform.services.core.infobases.sync.connections
Methods in com._1c.g5.v8.dt.internal.platform.services.core.infobases.sync.connections that return types with arguments of type IThickClientLauncherModifier and TypeMethodDescriptionprotected Pair<ILaunchableRuntimeComponent,
IThickClientLauncher> AbstractInfobaseConnection.findRequired
(Version version, int build) Finds required 1C:Enterprise runtime installation thick client launchable component and appropriate thick client executor.protected Pair<ILaunchableRuntimeComponent,
IThickClientLauncher> AbstractInfobaseConnection.getThickClient
(RuntimeInstallation installation) Returns 1C:Enterprise runtime thick client component and component executor for the provided installation.Methods in com._1c.g5.v8.dt.internal.platform.services.core.infobases.sync.connections with parameters of type IThickClientLauncherModifier and TypeMethodDescriptionprotected boolean
AbstractInfobaseConnection.checkForChangesUsingGenerationId
(InfobaseReference infobase, ILaunchableRuntimeComponent thickClient, IThickClientLauncher thickClientLauncher, RuntimeExecutionArguments arguments, IGenerationIdOption generationIdOption, org.eclipse.core.runtime.IProgressMonitor monitor) Checks whether infobase has been changed according to the data generation identifier.protected InfobasePullResult
AbstractInfobaseConnection.checkInfobaseChangesAndResolveConflict
(ILaunchableRuntimeComponent thickClient, IThickClientLauncher thickClientLauncher, RuntimeExecutionArguments arguments, Path tempDirectory, IConfigDumpInfoOption configDumpInfoOption, IConflictResolveOption conflictResolveOption, IGenerationIdOption generationIdOption, Set<org.eclipse.emf.ecore.EObject> projectChanges, org.eclipse.core.runtime.IProgressMonitor monitor) Checks if infobase configuration has been externally changed and resolve the conflict if any. -
Uses of IThickClientLauncher in com._1c.g5.v8.dt.internal.platform.services.ui.infobases._import
Methods in com._1c.g5.v8.dt.internal.platform.services.ui.infobases._import that return types with arguments of type IThickClientLauncherModifier and TypeMethodDescriptionprotected Pair<ILaunchableRuntimeComponent,
IThickClientLauncher> AbstractImportWizard.resolveThickClient
(IResolvableRuntimeInstallation installation) Resolves thick client that can be used for export/import operations.Methods in com._1c.g5.v8.dt.internal.platform.services.ui.infobases._import with parameters of type IThickClientLauncherModifier and TypeMethodDescriptionprotected org.eclipse.core.runtime.IStatus
AbstractImportWizard.importExtension
(InfobaseReference infobase, ExtensionDescription extension, org.eclipse.core.resources.IProject parent, Version version, ILaunchableRuntimeComponent thickClientComponent, IThickClientLauncher thickClient, IImportService importService, IDtProjectResourceLifecycleBootstrap bootstrap, org.eclipse.core.runtime.IProgressMonitor monitor) Import extension using provided settings.Method parameters in com._1c.g5.v8.dt.internal.platform.services.ui.infobases._import with type arguments of type IThickClientLauncherModifier and TypeMethodDescriptionprotected Path
AbstractImportWizard.exportConfiguration
(InfobaseReference infobase, org.eclipse.core.runtime.SubMonitor progress, Path destination, Pair<ILaunchableRuntimeComponent, IThickClientLauncher> thickClient, RuntimeExecutionArguments exportArguments) Exports configuration from infobase to XML. -
Uses of IThickClientLauncher in com._1c.g5.v8.dt.platform.services.core.infobases.export
Methods in com._1c.g5.v8.dt.platform.services.core.infobases.export that return types with arguments of type IThickClientLauncherModifier and TypeMethodDescriptionIExportConfigurationFileService.getComponentAndExecutor
(IResolvableRuntimeInstallation installationCandidate, InfobaseReference infobase, String typeId) For the given 1C:Enterprise runtime installation and the given type identifier returns pair of: Registered instance of 1C:Enterprise runtime installation component.Methods in com._1c.g5.v8.dt.platform.services.core.infobases.export with parameters of type IThickClientLauncherModifier and TypeMethodDescriptionIExportConfigurationFileService.createExtensionsLoadOperation
(InfobaseReference infobase, ILaunchableRuntimeComponent clientComponent, IThickClientLauncher clientLauncher) Prepares to load the list of extensions from theinfobase
.void
IExportConfigurationFileService.exportConfigurationOrExtension
(InfobaseReference infobase, ILaunchableRuntimeComponent clientComponent, IThickClientLauncher clientLauncher, String extensionName, Path destination, org.eclipse.core.runtime.IProgressMonitor monitor) Export configuration or extension from infobase to .cf or .cfe file. -
Uses of IThickClientLauncher in com._1c.g5.v8.dt.platform.services.core.runtimes.execution
Subinterfaces of IThickClientLauncher in com._1c.g5.v8.dt.platform.services.core.runtimes.executionModifier and TypeInterfaceDescriptioninterface
IThickClientLauncher
extension that is aware of 1C:Enterprise Designer agent configuration sessions.Methods in com._1c.g5.v8.dt.platform.services.core.runtimes.execution that return IThickClientLauncherModifier and TypeMethodDescriptionIRuntimeComponentManager.ThickClientInfo.launcher()
Returns the value of thelauncher
record component.Constructors in com._1c.g5.v8.dt.platform.services.core.runtimes.execution with parameters of type IThickClientLauncherModifierConstructorDescriptionThickClientInfo
(IResolvableRuntimeInstallation resolvable, RuntimeInstallation installation, ILaunchableRuntimeComponent component, IThickClientLauncher launcher) Creates an instance of aThickClientInfo
record class. -
Uses of IThickClientLauncher in com._1c.g5.v8.dt.platform.services.core.runtimes.execution.impl
Classes in com._1c.g5.v8.dt.platform.services.core.runtimes.execution.impl that implement IThickClientLauncherModifier and TypeClassDescriptionclass
Implementation ofIThickClientLauncher
based on 1C:Enterprise Designer SSH agent usage.class
Implementation ofIThickClientLauncher
.