X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=inline;f=opendaylight%2Fnorthbound%2Fbundlescanner%2Fapi%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fnorthbound%2Fbundlescanner%2FIBundleScanService.java;h=dde205acd629148a8ce4beda31a1b73e0711211f;hb=9845fed57093178ff55d3c8c13b7f218feabd458;hp=5cb0b63f1cc0b9895205cf582b6e2198f8add78e;hpb=dffa9fb108536dc31b02e5acca756beff0b2e22d;p=controller.git diff --git a/opendaylight/northbound/bundlescanner/api/src/main/java/org/opendaylight/controller/northbound/bundlescanner/IBundleScanService.java b/opendaylight/northbound/bundlescanner/api/src/main/java/org/opendaylight/controller/northbound/bundlescanner/IBundleScanService.java index 5cb0b63f1c..dde205acd6 100644 --- a/opendaylight/northbound/bundlescanner/api/src/main/java/org/opendaylight/controller/northbound/bundlescanner/IBundleScanService.java +++ b/opendaylight/northbound/bundlescanner/api/src/main/java/org/opendaylight/controller/northbound/bundlescanner/IBundleScanService.java @@ -9,6 +9,7 @@ package org.opendaylight.controller.northbound.bundlescanner; import java.util.List; +import java.util.Set; import org.osgi.framework.BundleContext; @@ -30,5 +31,6 @@ public interface IBundleScanService { public List> getAnnotatedClasses( BundleContext context, String[] annotations, + Set excludes, boolean includeDependentBundleClasses); }