Package com.e1c.g5.v8.dt.provisioning
Class PlatformSupportStatus
java.lang.Object
com.e1c.g5.v8.dt.provisioning.PlatformSupportStatus
The current status of the 1C:Runtime support for the given version
-
Constructor Summary
ConstructorsConstructorDescriptionPlatformSupportStatus
(Version version, boolean supportInstalled) Constructs the status -
Method Summary
Modifier and TypeMethodDescriptionGets the version of the platformboolean
Checks if the support is already installed
-
Constructor Details
-
PlatformSupportStatus
Constructs the status- Parameters:
version
- The target platform version. May not benull
supportInstalled
- The status of the support
-
-
Method Details
-
isSupportInstalled
public boolean isSupportInstalled()Checks if the support is already installed- Returns:
- True if the support is installed
-
getVersion
Gets the version of the platform- Returns:
- The platform version. May not be
null
-