Uses of Interface
com._1c.g5.v8.dt.platform.IRuntime
Packages that use IRuntime
Package
Description
-
Uses of IRuntime in com._1c.g5.v8.dt.internal.platform
Classes in com._1c.g5.v8.dt.internal.platform that implement IRuntimeMethods in com._1c.g5.v8.dt.internal.platform that return IRuntimeModifier and TypeMethodDescriptionRuntimeRegistry.getRuntime
(Version version) RuntimeRegistry.getRuntime
(String id) Methods in com._1c.g5.v8.dt.internal.platform that return types with arguments of type IRuntime -
Uses of IRuntime in com._1c.g5.v8.dt.internal.platform.services.core.runtimes.environments
Methods in com._1c.g5.v8.dt.internal.platform.services.core.runtimes.environments with parameters of type IRuntimeModifier and TypeMethodDescriptionprotected Collection<ExecutionEnvironment>
Generates execution environments by the provided 1C:Enterprise runtime instance. -
Uses of IRuntime in com._1c.g5.v8.dt.platform
Methods in com._1c.g5.v8.dt.platform that return IRuntimeModifier and TypeMethodDescriptionIRuntimeRegistry.getRuntime
(Version version) Returns the 1C:Enterprise runtime extension with the specified version ornull
if it does not exist.IRuntimeRegistry.getRuntime
(String id) Returns the 1C:Enterprise runtime extension with the specified identifier ornull
if it does not exist.Methods in com._1c.g5.v8.dt.platform that return types with arguments of type IRuntimeModifier and TypeMethodDescriptionstatic Collection<IRuntime>
RuntimeCompatibility.computeRuntimes
(org.eclipse.core.runtime.IConfigurationElement element) Computes all compatible 1C:Enterprise platform runtimes for the provided runtime configuration element.static Collection<IRuntime>
RuntimeCompatibility.computeRuntimes
(org.eclipse.core.runtime.IConfigurationElement element, boolean allowUnknownRuntimes) Computes all compatible 1C:Enterprise platform runtimes for the provided runtime configuration element.IRuntimeRegistry.getRuntimes()
Returns all defined 1C:Enterprise runtimes extensions.