Class RuntimeInstallationDescription


  • public final class RuntimeInstallationDescription
    extends Object
    The description of the 1C:Enterprise runtime installation.
    Restriction:
    This class is not intended to be sub-classed by clients.
    • Constructor Detail

      • RuntimeInstallationDescription

        public RuntimeInstallationDescription​(Version version,
                                              int build)
        Creates an instance of RuntimeInstallationDescription.
        Parameters:
        version - the version of the 1C:Enterprise runtime installation, cannot be null
        build - the build number of the 1C:Enterprise runtime installation, cannot be null
      • RuntimeInstallationDescription

        public RuntimeInstallationDescription​(Version version,
                                              int build,
                                              Arch arch)
        Creates an instance of RuntimeInstallationDescription.
        Parameters:
        version - the version of the 1C:Enterprise runtime installation, cannot be null
        build - the build number of the 1C:Enterprise runtime installation, cannot be null
        arch - the architectire of the 1C:Enterprise runtime installation, cannot be null
    • Method Detail

      • getVersion

        public Version getVersion()
        Returns the version of the target 1C:Enterprise runtime installation.
        Returns:
        the version of the target 1C:Enterprise runtime installation
      • getBuild

        public int getBuild()
        Returns the build number of the target 1C:Enterprise runtime installation.
        Returns:
        the build number of the target 1C:Enterprise runtime installation
      • getArch

        public Arch getArch()
        Returns the architectire of the target 1C:Enterprise runtime installation.
        Returns:
        the architectire of the target 1C:Enterprise runtime installation
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object