Mdsal utils bundle 85/27185/4
authorSam Hague <shague@redhat.com>
Mon, 21 Sep 2015 01:45:11 +0000 (21:45 -0400)
committerAlexis de Talhouët <adetalhouet@inocybe.com>
Thu, 24 Sep 2015 15:57:39 +0000 (15:57 +0000)
commit1304809977b59365ec6d1820660dbdfda0980e4e
tree70b5be49499afc0b1bf70f5dffae281d304c1fe2
parentb398044ad8e983c41435a16b6d07032a5681d84f
Mdsal utils bundle

Patch set 2: Renamed to MdsalUtils and matched the strucure of
the other bundles in the utils dir.

This commit adds a Mdsal utils bundle that has all the mdsal methods to read,
write, delete and merge to the datastore. This is so that other bundles can
reuse the same methods.

Change-Id: Ida83ed957f74155224b007b54e3e80bfb1e29a71
Signed-off-by: Sam Hague <shague@redhat.com>
utils/mdsal-utils/pom.xml [new file with mode: 0644]
utils/mdsal-utils/src/main/java/org/opendaylight/ovsdb/utils/mdsal/utils/MdsalUtils.java [new file with mode: 0644]
utils/mdsal-utils/src/test/java/org/opendaylight/ovsdb/utils/mdsal/utils/MdsalUtilsTest.java [new file with mode: 0644]
utils/pom.xml