Package org.onosproject.drivers.netconf
Class NetconfConfigSetter
- java.lang.Object
-
- org.onosproject.net.driver.AbstractBehaviour
-
- org.onosproject.net.driver.AbstractHandlerBehaviour
-
- org.onosproject.drivers.netconf.NetconfConfigSetter
-
- All Implemented Interfaces:
org.onosproject.net.behaviour.ConfigSetter,org.onosproject.net.driver.Behaviour,org.onosproject.net.driver.HandlerBehaviour
public class NetconfConfigSetter extends org.onosproject.net.driver.AbstractHandlerBehaviour implements org.onosproject.net.behaviour.ConfigSetterSets the configuration included in the specified file to the specified device. It returns the response of the device. Temporary Developer tool, NOT TO BE USED in production or as example for future drivers/behaviors.
-
-
Constructor Summary
Constructors Constructor Description NetconfConfigSetter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringsetConfiguration(String filePath)-
Methods inherited from class org.onosproject.net.driver.AbstractHandlerBehaviour
handler, setHandler
-
-