Class 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.ConfigSetter
    Sets 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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String setConfiguration​(java.lang.String filePath)  
      • Methods inherited from class org.onosproject.net.driver.AbstractHandlerBehaviour

        handler, setHandler
      • Methods inherited from class org.onosproject.net.driver.AbstractBehaviour

        data, setData
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.onosproject.net.driver.Behaviour

        data, setData
      • Methods inherited from interface org.onosproject.net.driver.HandlerBehaviour

        handler, setHandler
    • Constructor Detail

      • NetconfConfigSetter

        public NetconfConfigSetter()
    • Method Detail

      • setConfiguration

        public java.lang.String setConfiguration​(java.lang.String filePath)
        Specified by:
        setConfiguration in interface org.onosproject.net.behaviour.ConfigSetter