Class Runtime
java.lang.Object
com._1c.g5.v8.dt.internal.platform.Runtime
- All Implemented Interfaces:
IRuntime
Implementation of
IRuntime.-
Constructor Details
-
Runtime
Creates an instance ofRuntime.- Parameters:
id- the 1C:Enterprise runtime identifier, cannot benullversion- the 1C:Enterprise runtime version, cannot benullname- the 1C:Enterprise runtime name, cannot benull- Throws:
IllegalArgumentException- Ifversionis improperly formatted.
-
-
Method Details
-
getId
Description copied from interface:IRuntimeReturns this 1C:Enterprise runtime identifier. This corresponds to theidattribute specified in the extension definition. -
getVersion
Description copied from interface:IRuntimeReturns this 1C:Enterprise runtime version. This corresponds to theversionattribute specified in the extension definition, parsed intoVersion.- Specified by:
getVersionin interfaceIRuntime- Returns:
- the 1C:Enterprise platform runtime version, never
null
-
getName
Description copied from interface:IRuntimeReturns this 1C:Enterprise runtime name (text presentation). This corresponds to thenameattribute specified in the extension definition. -
hashCode
public int hashCode() -
equals
-
toString
-