Uses of Class
org.eclipse.osgi.container.ModuleContainer
Packages that use ModuleContainer
Package
Description
- 
Uses of ModuleContainer in org.eclipse.osgi.containerMethods in org.eclipse.osgi.container that return ModuleContainerModifier and TypeMethodDescriptionfinal ModuleContainerModule.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.storageMethods in org.eclipse.osgi.storage that return ModuleContainer
- 
Uses of ModuleContainer in org.eclipse.osgi.storage.bundlefileMethods in org.eclipse.osgi.storage.bundlefile with parameters of type ModuleContainerModifier and TypeMethodDescriptionstatic URLBundleFile.createURL(String protocol, long bundleId, ModuleContainer container, BundleEntry entry, int index, String path, URLStreamHandler handler) 
- 
Uses of ModuleContainer in org.eclipse.osgi.storage.urlFields in org.eclipse.osgi.storage.url declared as ModuleContainerMethods in org.eclipse.osgi.storage.url with parameters of type ModuleContainerModifier and TypeMethodDescriptionstatic StringBundleResourceHandler.createURLHostForBundleID(ModuleContainer container, long bundleId) Constructors in org.eclipse.osgi.storage.url with parameters of type ModuleContainerModifierConstructorDescriptionprotectedBundleResourceHandler(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.bundleentryConstructors in org.eclipse.osgi.storage.url.bundleentry with parameters of type ModuleContainer
- 
Uses of ModuleContainer in org.eclipse.osgi.storage.url.bundleresourceConstructors in org.eclipse.osgi.storage.url.bundleresource with parameters of type ModuleContainer