Uses of Interface
org.fedoraproject.p2.osgi.OSGiConfigurator
-
Packages that use OSGiConfigurator Package Description org.fedoraproject.p2.osgi.impl -
-
Uses of OSGiConfigurator in org.fedoraproject.p2.osgi.impl
Classes in org.fedoraproject.p2.osgi.impl that implement OSGiConfigurator Modifier and Type Class Description class
DefaultOSGiConfigurator
Configurator implementation that loads bundles listed in a text manifest file that is generated by Tycho.Fields in org.fedoraproject.p2.osgi.impl declared as OSGiConfigurator Modifier and Type Field Description private OSGiConfigurator
DefaultOSGiFramework. equinoxLocator
Constructors in org.fedoraproject.p2.osgi.impl with parameters of type OSGiConfigurator Constructor Description DefaultOSGiFramework(OSGiConfigurator equinoxLocator)
-