Move NetconfTopologyRPCProvider 42/103842/1
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 31 Dec 2022 16:39:55 +0000 (17:39 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 31 Dec 2022 16:42:44 +0000 (17:42 +0100)
commit1df4d2e7dc9cfffcc90f9745b4eb916882652b0f
tree703b3f1a2c963ac4beaef866d3d3b0a05acbce07
parentf3cd4750c64f9002940b3bf20ea6be47a14344c3
Move NetconfTopologyRPCProvider

We have a proper place for topology-related classes, move
NetconfTopologyRPCProvider so it does not clutter sal-netconf-connector.

JIRA: NETCONF-935
Change-Id: Idbe894671fcc53ac18972e3e9385eed831108ae6
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
netconf/netconf-topology-impl/src/main/java/org/opendaylight/netconf/topology/impl/NetconfTopologyImpl.java
netconf/netconf-topology-singleton/src/main/java/org/opendaylight/netconf/topology/singleton/impl/NetconfTopologyManager.java
netconf/netconf-topology/src/main/java/org/opendaylight/netconf/topology/spi/NetconfTopologyRPCProvider.java [moved from netconf/sal-netconf-connector/src/main/java/org/opendaylight/netconf/sal/connect/util/NetconfTopologyRPCProvider.java with 99% similarity]
netconf/netconf-topology/src/test/java/org/opendaylight/netconf/topology/spi/NetconfTopologyRPCProviderTest.java [moved from netconf/sal-netconf-connector/src/test/java/org/opendaylight/netconf/sal/connect/util/NetconfTopologyRPCProviderTest.java with 99% similarity]