Uses of Interface
com._1c.g5.v8.dt.platform.IRuntime
-
Packages that use IRuntime Package Description com._1c.g5.v8.dt.platform -
-
Uses of IRuntime in com._1c.g5.v8.dt.platform
Methods in com._1c.g5.v8.dt.platform that return IRuntime Modifier and Type Method Description IRuntime
IRuntimeRegistry. getRuntime(Version version)
Returns the 1C:Enterprise runtime extension with the specified version ornull
if it does not exist.IRuntime
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 IRuntime Modifier and Type Method Description static 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.Collection<IRuntime>
IRuntimeRegistry. getRuntimes()
Returns all defined 1C:Enterprise runtimes extensions.
-