| Package | Description |
|---|---|
| org.onosproject.net.driver |
Set of facilities to allow the platform to be extended with
device specific behaviours and to allow modeling device behaviours while
hiding details of specific device driver implementations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DriverAdminService
Service for managing drivers and driver behaviour implementations.
|
interface |
DriverService
Service for obtaining drivers and driver behaviour implementations.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultDriver |
XmlDriverLoader.loadDriver(org.apache.commons.configuration.HierarchicalConfiguration driverCfg,
DriverResolver resolver)
Loads a driver from the supplied hierarchical configuration.
|
DefaultDriverProvider |
XmlDriverLoader.loadDrivers(org.apache.commons.configuration.HierarchicalConfiguration driversCfg,
DriverResolver resolver)
Loads a driver provider from the supplied hierarchical configuration.
|
DefaultDriverProvider |
XmlDriverLoader.loadDrivers(InputStream driversStream,
DriverResolver resolver)
Loads the specified drivers resource as an XML stream and parses it to
produce a ready-to-register driver provider.
|
Copyright © 2015. All rights reserved.