Uses of Class
org.osgi.test.common.install.BundleInstaller.EmbeddedLocation
Packages that use BundleInstaller.EmbeddedLocation
Package
Description
Copyright (c) Contributors to the Eclipse Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
-
Uses of BundleInstaller.EmbeddedLocation in org.osgi.test.common.install
Methods in org.osgi.test.common.install that return BundleInstaller.EmbeddedLocationModifier and TypeMethodDescriptionBundleInstaller.EmbeddedLocation.of(String bundleSymbolicName, org.osgi.framework.Version bundleVersion, String path, String file) Creates an EmbeddedLocation by the pure parameters.Creates an EmbeddedLocation by the spec.BundleInstaller.EmbeddedLocation.of(org.osgi.framework.BundleContext bundleContext, Optional<String> oBundleSymbolicName, Optional<String> oBundleVersion, Optional<String> oPath, String file) Creates an EmbeddedLocation by the given parameters.Methods in org.osgi.test.common.install with parameters of type BundleInstaller.EmbeddedLocationModifier and TypeMethodDescriptionorg.osgi.framework.BundleBundleInstaller.installBundle(BundleInstaller.EmbeddedLocation location, boolean startBundle) Install a bundle from a given EmbeddedLocation.