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 java.lang.String
setConfiguration(java.lang.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
-
-
-
-
Method Detail
-
setConfiguration
java.lang.String setConfiguration(java.lang.String filePath)
Sets the configuration contained in the file at the file path, returns the response of the device.- Parameters:
filePath
- the path to the configuration file.- Returns:
- string response received from the device.
-
-