Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to use wildcards in org.osgi.framework.system.packages.extra in Felix?

Is it possible to use wildcards in org.osgi.framework.system.packages.extra in Felix?

For example, I want to export to the org.osgi.framework.system.packages.extra packages like my.package.* .

like image 735
Arthur Avatar asked Nov 17 '14 13:11

Arthur


1 Answers

No, it does not. The specification literally states:

Packages specified in this property are added to the org.osgi.framework.system.packages property and therefore have the same syntax. This allows the configurator to only define the additional packages and leave the standard VM packages to be defined by the framework.

like image 182
Marcel Offermans Avatar answered Oct 13 '22 01:10

Marcel Offermans