Interface OSInfo.Builder

    • Method Detail

      • type

        OSInfo.Builder type​(String type)

        Information about the type of operating system.

        Parameters:
        type - Information about the type of operating system.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OSType, OSType
      • type

        OSInfo.Builder type​(OSType type)

        Information about the type of operating system.

        Parameters:
        type - Information about the type of operating system.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OSType, OSType
      • version

        OSInfo.Builder version​(String version)

        Information about the version of operating system.

        Parameters:
        version - Information about the version of operating system.
        Returns:
        Returns a reference to this object so that method calls can be chained together.