Class PlatformSupportStatus


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

      • 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 Detail

      • 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