예제 #1
0
    def CollectSupportedSystems(self) -> List[Structure]:
        """Collect supported existing or new installations.

        :return: a list of data about found installations
        """
        return OSData.to_structure_list(
            self.implementation.collect_supported_systems())
예제 #2
0
    def GetExistingSystems(self) -> List[Structure]:
        """"Get existing GNU/Linux installations.

        :return: a list of data about found installations
        """
        return OSData.to_structure_list(
            self.implementation.get_existing_systems())