Handle conflicting types in BundleScanner 80/2280/4
authorPrasanth Pallamreddy <ppallamr@cisco.com>
Wed, 30 Oct 2013 19:34:03 +0000 (12:34 -0700)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 1 Nov 2013 16:52:10 +0000 (16:52 +0000)
commit9845fed57093178ff55d3c8c13b7f218feabd458
treeb0d1eaefddc9300ca974c0f8bbbb41e929807b0e
parentdffa9fb108536dc31b02e5acca756beff0b2e22d
Handle conflicting types in BundleScanner

  - Change precedence order for JAXB types
  - Add a validation check to report conflicting types
  - Add exclude capability to explicitly exclude types

Change-Id: I734be4ea72100d59ddc02d26072abad2dc5b0e9e
Signed-off-by: Prasanth Pallamreddy <ppallamr@cisco.com>
opendaylight/northbound/bundlescanner/api/src/main/java/org/opendaylight/controller/northbound/bundlescanner/IBundleScanService.java
opendaylight/northbound/bundlescanner/implementation/src/main/java/org/opendaylight/controller/northbound/bundlescanner/internal/BundleInfo.java
opendaylight/northbound/bundlescanner/implementation/src/main/java/org/opendaylight/controller/northbound/bundlescanner/internal/BundleScanServiceImpl.java
opendaylight/northbound/bundlescanner/implementation/src/main/java/org/opendaylight/controller/northbound/bundlescanner/internal/BundleScanner.java
opendaylight/northbound/bundlescanner/implementation/src/test/java/org/opendaylight/controller/northbound/bundlescanner/internal/BundleScannerTest.java
opendaylight/northbound/commons/src/main/java/org/opendaylight/controller/northbound/commons/NorthboundApplication.java