Class PlatformSupportStatus

java.lang.Object
com.e1c.g5.v8.dt.provisioning.PlatformSupportStatus

public class PlatformSupportStatus extends Object
The current status of the 1C:Runtime support for the given version
  • Constructor Details

    • PlatformSupportStatus

      public PlatformSupportStatus(Version version, boolean supportInstalled)
      Constructs the status
      Parameters:
      version - The target platform version. May not be null
      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

      public Version getVersion()
      Gets the version of the platform
      Returns:
      The platform version. May not be null