Migrate shell components to new APIs 57/73757/3
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 4 Jul 2018 16:42:42 +0000 (18:42 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 4 Jul 2018 17:42:12 +0000 (19:42 +0200)
commit39481e39b40b93444c401e9aedddfc612640d543
tree3cbc4e1cd9dd05d311f61d282258b9f0465dea6e
parentc79a111ef3ca5153f569bebfecb45fcf0ca3c7ec
Migrate shell components to new APIs

Karaf has refactored its shell-related APIs, this patch updates
netconf-console to use them.

Change-Id: I8669c19c874d3e851379301712987ada626ef086
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
netconf/netconf-console/pom.xml
netconf/netconf-console/src/main/java/org/opendaylight/netconf/console/commands/NetconfConnectDeviceCommand.java
netconf/netconf-console/src/main/java/org/opendaylight/netconf/console/commands/NetconfDisconnectDeviceCommand.java
netconf/netconf-console/src/main/java/org/opendaylight/netconf/console/commands/NetconfListDevicesCommand.java
netconf/netconf-console/src/main/java/org/opendaylight/netconf/console/commands/NetconfShowDeviceCommand.java
netconf/netconf-console/src/main/java/org/opendaylight/netconf/console/commands/NetconfUpdateDeviceCommand.java
netconf/netconf-console/src/main/java/org/opendaylight/netconf/console/utils/NetconfConsoleUtils.java
netconf/netconf-console/src/test/java/org/opendaylight/netconf/console/commands/NetconfCommandsImplCallsTest.java