Interface SoftwareInfoProvider<T extends SoftwareInfo>

    • Method Detail

      • getSoftwareInfo

        T getSoftwareInfo()
        Gets the software information.
        Returns:
        The software information.
      • setSoftwareInfo

        void setSoftwareInfo​(T softwareInformation)
        Gets the software information.
        Parameters:
        softwareInformation - The software information.