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.
    • Constructor Detail

      • NetconfConfigSetter

        public NetconfConfigSetter()
    • Method Detail

      • setConfiguration

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