Package org.onosproject.net.driver
Interface DriverProvider
-
- All Known Implementing Classes:
DefaultDriverProvider
public interface DriverProvider
Represents entity capable of providing device drivers and their behaviours.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<Driver>
getDrivers()
Returns the set of driver types and behaviour implementations to be made available by this provider.
-