Package org.fedoraproject.p2.osgi
Interface OSGiConfigurator
-
- All Known Implementing Classes:
DefaultOSGiConfigurator
public interface OSGiConfigurator
- Author:
- Mikolaj Izdebski
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<Path>
getBundles()
Collection<String>
getExportedPackages()
-
-
-
Method Detail
-
getBundles
Collection<Path> getBundles()
-
getExportedPackages
Collection<String> getExportedPackages()
-
-