Package org.onosproject.drivers.netconf
Class NetconfConfigGetter
- java.lang.Object
-
- org.onosproject.net.driver.AbstractBehaviour
-
- org.onosproject.net.driver.AbstractHandlerBehaviour
-
- org.onosproject.drivers.netconf.NetconfConfigGetter
-
- All Implemented Interfaces:
org.onosproject.net.behaviour.ConfigGetter,org.onosproject.net.driver.Behaviour,org.onosproject.net.driver.HandlerBehaviour
public class NetconfConfigGetter extends org.onosproject.net.driver.AbstractHandlerBehaviour implements org.onosproject.net.behaviour.ConfigGetterGets the configuration of the specified type from the specified device. If a failure occurs it returns the error string found in UNABLE_TO_READ_CONFIG. This is a temporary development tool for use until yang integration is complete. This is not a properly specified behavior implementation. DO NOT USE AS AN EXAMPLE.
-
-
Field Summary
Fields Modifier and Type Field Description static StringUNABLE_TO_READ_CONFIG
-
Constructor Summary
Constructors Constructor Description NetconfConfigGetter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConfiguration(String type)-
Methods inherited from class org.onosproject.net.driver.AbstractHandlerBehaviour
handler, setHandler
-
-
-
-
Field Detail
-
UNABLE_TO_READ_CONFIG
public static final String UNABLE_TO_READ_CONFIG
- See Also:
- Constant Field Values
-
-