Package org.fedoraproject.p2.osgi.impl
Class DefaultOSGiConfigurator
- java.lang.Object
-
- org.fedoraproject.p2.osgi.impl.DefaultOSGiConfigurator
-
- All Implemented Interfaces:
OSGiConfigurator
public class DefaultOSGiConfigurator extends Object implements OSGiConfigurator
Configurator implementation that loads bundles listed in a text manifest file that is generated by Tycho. If Tycho is in "bootstrapped" mode, then it instead loads bundles contained withing the "tycho-bundles-external" bootstrap zip-ball.
-
-
Constructor Summary
Constructors Constructor Description DefaultOSGiConfigurator(org.fedoraproject.xmvn.resolver.Resolver resolver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Path>
getBundles()
Collection<String>
getExportedPackages()
-
-
-
Method Detail
-
getBundles
public Collection<Path> getBundles()
- Specified by:
getBundles
in interfaceOSGiConfigurator
-
getExportedPackages
public Collection<String> getExportedPackages()
- Specified by:
getExportedPackages
in interfaceOSGiConfigurator
-
-