X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Fbundlescanner%2Fapi%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fnorthbound%2Fbundlescanner%2FIBundleScanService.java;h=dde205acd629148a8ce4beda31a1b73e0711211f;hb=f39d905d65a6cbf23990f8c680a22402f19213ea;hp=5cb0b63f1cc0b9895205cf582b6e2198f8add78e;hpb=33446bc3f844db6d0f4763d7c3080499c6d6543f;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); }