Interface DriverPrimordialResolver

  • All Known Subinterfaces:
    DriverAdminService, DriverRegistry, DriverService

    public interface DriverPrimordialResolver
    Entity capable of resolving a driver using the primordial information of the manufacturer, hardware name/version and software version.
    • Method Detail

      • getDriver

        Driver getDriver​(String mfr,
                         String hw,
                         String sw)
        Returns the driver that matches the specified primordial device discovery information.
        Parameters:
        mfr - device manufacturer
        hw - device hardware name/version
        sw - device software version
        Returns:
        driver or null of no matching one is found