Class JavaRuntimeId.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • version

        public JavaRuntimeId.Builder version​(String version)
        The version of the Java Runtime.
        Parameters:
        version - the value to set
        Returns:
        this builder
      • vendor

        public JavaRuntimeId.Builder vendor​(String vendor)
        The vendor of the Java Runtime.
        Parameters:
        vendor - the value to set
        Returns:
        this builder
      • distribution

        public JavaRuntimeId.Builder distribution​(String distribution)
        The distribution of a Java Runtime is the name of the lineage of product to which it belongs, for example Java(TM) SE Runtime Environment.
        Parameters:
        distribution - the value to set
        Returns:
        this builder
      • jreKey

        public JavaRuntimeId.Builder jreKey​(String jreKey)
        The unique identifier for a Java Runtime.
        Parameters:
        jreKey - the value to set
        Returns:
        this builder