Uses of Class
org.eclipse.osgi.container.ModuleContainer
Packages that use ModuleContainer
Package
Description
-
Uses of ModuleContainer in org.eclipse.osgi.container
Methods in org.eclipse.osgi.container that return ModuleContainerModifier and TypeMethodDescriptionfinal ModuleContainer
Module.getContainer()
Returns the module container this module is contained in.Constructors in org.eclipse.osgi.container with parameters of type ModuleContainerModifierConstructorDescriptionModule
(Long id, String location, ModuleContainer container, EnumSet<Module.Settings> settings, int startlevel) Constructs a new module with the specified id, location and container.SystemModule
(ModuleContainer container) -
Uses of ModuleContainer in org.eclipse.osgi.storage
Methods in org.eclipse.osgi.storage that return ModuleContainer -
Uses of ModuleContainer in org.eclipse.osgi.storage.bundlefile
Methods in org.eclipse.osgi.storage.bundlefile with parameters of type ModuleContainerModifier and TypeMethodDescriptionstatic URL
BundleFile.createURL
(String protocol, long bundleId, ModuleContainer container, BundleEntry entry, int index, String path, URLStreamHandler handler) -
Uses of ModuleContainer in org.eclipse.osgi.storage.url
Fields in org.eclipse.osgi.storage.url declared as ModuleContainerMethods in org.eclipse.osgi.storage.url with parameters of type ModuleContainerModifier and TypeMethodDescriptionstatic String
BundleResourceHandler.createURLHostForBundleID
(ModuleContainer container, long bundleId) Constructors in org.eclipse.osgi.storage.url with parameters of type ModuleContainerModifierConstructorDescriptionprotected
BundleResourceHandler
(ModuleContainer container, BundleEntry bundleEntry) BundleURLConnection
(URL url, ModuleContainer container, BundleEntry bundleEntry) Constructor for a BundleClassLoader resource URLConnection. -
Uses of ModuleContainer in org.eclipse.osgi.storage.url.bundleentry
Constructors in org.eclipse.osgi.storage.url.bundleentry with parameters of type ModuleContainer -
Uses of ModuleContainer in org.eclipse.osgi.storage.url.bundleresource
Constructors in org.eclipse.osgi.storage.url.bundleresource with parameters of type ModuleContainer