commit | 03235aa6cc35871630ee3e09fe467eca79ce315e | [log] [tgz] |
---|---|---|
author | Ryan Goulding <ryandgoulding@gmail.com> | Tue Sep 19 11:14:41 2017 -0400 |
committer | Ryan Goulding <ryandgoulding@gmail.com> | Wed Sep 20 16:21:46 2017 +0000 |
tree | 30f362896e30fdd8ab52859b15ab1d0ddc5a4211 | |
parent | 9a236162e1c3fd5dcc425544c5ecf5290b0fafb2 [diff] |
Abstract utility classes for re-use When looking at the existing uses of BundleActivator(s), it became immediately clear that other parts of the code have a strategy based properties file resolution very similar to those abstracted by dblib. This change aggregates a separate utils bundle for this functionality, which is further abstracted for potential reuse with other use cases. The next use case is in the sli bundle, which will be handled in a follow-up patch. Issue-Id: SDNC-54 Change-Id: Ie4d4bb679617474b1983e6044c08cca1742b9893 Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
This source repository contains the code for the core SDN Controller components. To compile this code:
Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories.
To compile, run "mvn clean install".