Uses of Class
org.eclipse.osgi.container.Module
Package
Description
-
Uses of Module in org.eclipse.osgi.container
Modifier and TypeClassDescriptionclass
A special kind of module that represents the system module for the container.Modifier and TypeMethodDescriptionabstract Module
ModuleContainerAdaptor.createModule
(String location, long id, EnumSet<Module.Settings> settings, int startlevel) Creates a new module.ModuleContainer.getModule
(long id) Returns the module installed with the specified id, or null if no such module is installed.Returns the module installed with the specified location, or null if no such module is installed.ModuleRevisions.getModule()
ModuleContainer.install
(Module origin, String location, ModuleRevisionBuilder builder, Object revisionInfo) Installs a new module using the specified location.Modifier and TypeMethodDescriptionModuleContainer.getDependencyClosure
(Collection<Module> initial) Returns the dependency closure of for the specified modules.ModuleContainer.getModules()
Returns the list of currently installed modules sorted by module id.Modifier and TypeMethodDescriptionModuleContainerAdaptor.adaptModuleRevisionBuilder
(ModuleContainerAdaptor.ModuleEvent operation, Module origin, ModuleRevisionBuilder builder, Object revisionInfo) Allows a builder to be modified before it is used by the container.final int
void
ModuleCollisionHook.filterCollisions
(int operationType, Module target, Collection<Module> collisionCandidates) Filter bundle collisions hook method.ModuleContainer.install
(Module origin, String location, ModuleRevisionBuilder builder, Object revisionInfo) Installs a new module using the specified location.abstract void
ModuleContainerAdaptor.publishContainerEvent
(ModuleContainerAdaptor.ContainerEvent type, Module module, Throwable error, FrameworkListener... listeners) Publishes the specified container event.abstract void
ModuleContainerAdaptor.publishModuleEvent
(ModuleContainerAdaptor.ModuleEvent type, Module module, Module origin) Publishes the specified module event type for the specified module.void
Uninstalls the specified module.void
ModuleContainer.update
(Module module, ModuleRevisionBuilder builder, Object revisionInfo) Updates the specified module with a new revision.Modifier and TypeMethodDescriptionvoid
ModuleCollisionHook.filterCollisions
(int operationType, Module target, Collection<Module> collisionCandidates) Filter bundle collisions hook method.ModuleContainer.getDependencyClosure
(Collection<Module> initial) Returns the dependency closure of for the specified modules.ModuleContainer.refresh
(Collection<Module> initial) Refreshes the specified collection of modules.ModuleContainer.resolve
(Collection<Module> triggers, boolean triggersMandatory) Attempts to resolve the current revisions of the specified modules. -
Uses of Module in org.eclipse.osgi.framework.util
Modifier and TypeMethodDescriptionvoid
SecureAction.start
(Module module, Module.StartOptions... options) Starts a module. -
Uses of Module in org.eclipse.osgi.storage
Modifier and TypeMethodDescriptionBundleInfo.Generation.adaptModuleRevisionBuilder
(ModuleContainerAdaptor.ModuleEvent operation, Module origin, ModuleRevisionBuilder builder) void
FrameworkExtensionInstaller.addExtensionContent
(Collection<ModuleRevision> revisions, Module systemModule) Storage.getContentConnection
(Module module, String bundleLocation, InputStream in) Storage.install
(Module origin, String bundleLocation, InputStream toInstall) Storage.update
(Module module, InputStream updateIn) -
Uses of Module in org.eclipse.osgi.storage.bundlefile
Modifier and TypeMethodDescriptionprotected URL
BundleFile.createResourceURL
(BundleEntry bundleEntry, Module hostModule, int index, String path) Creates a URL to access the content of the specified entryprotected URL
BundleFileWrapper.createResourceURL
(BundleEntry bundleEntry, Module hostModule, int index, String path) BundleFile.getResourceURL
(String path, Module hostModule, int index) Returns a URL to access the contents of the entry specified by the path. -
Uses of Module in org.eclipse.osgi.storage.url
Modifier and TypeMethodDescriptionprotected boolean
BundleResourceHandler.checkAuthorization
(Module module) protected abstract BundleEntry
BundleResourceHandler.findBundleEntry
(URL url, Module module) Finds the bundle entry for this protocal. -
Uses of Module in org.eclipse.osgi.storage.url.bundleentry
Modifier and TypeMethodDescriptionprotected BundleEntry
Handler.findBundleEntry
(URL url, Module module) -
Uses of Module in org.eclipse.osgi.storage.url.bundleresource
Modifier and TypeMethodDescriptionprotected BundleEntry
Handler.findBundleEntry
(URL url, Module module)