Package org.onosproject.net.behaviour
Interface ConfigSetter
-
- All Superinterfaces:
Behaviour
,HandlerBehaviour
public interface ConfigSetter extends HandlerBehaviour
Behaviour that sets the configuration to a device.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
setConfiguration(String filePath)
Sets the configuration contained in the file at the file path, returns the response of the device.-
Methods inherited from interface org.onosproject.net.driver.HandlerBehaviour
handler, setHandler
-
-