Hello,

I'm using BundleWiring.listResources(path, pattern, option) method to search for classes into a bundle. I'm using pattern = "*.class"

My problem is that this search is returning inner classes too. like this [com.mypackage.MyClass.class and com.mypackage.MyClass$MyInternal.class]. and I most process only outer classes.

I couldn't find any doc about how the pattern could be formatted.

Could someone tell me if there any way to improve this search to return me only outer classes?

thanks in advance,

Cristiano
_______________________________________________
OSGi Developer Mail List
[email protected]
https://mail.osgi.org/mailman/listinfo/osgi-dev

Reply via email to