Uses of Class
org.eclipse.osgi.container.ModuleRevision
Packages that use ModuleRevision
-
Uses of ModuleRevision in org.eclipse.osgi.container
Methods in org.eclipse.osgi.container that return ModuleRevisionModifier and TypeMethodDescriptionfinal ModuleRevisionModule.getCurrentRevision()Returns the currentrevisionassociated with this module.ModuleWire.getProvider()ModuleWire.getRequirer()ModuleCapability.getResource()ModuleRequirement.getResource()ModuleWiring.getResource()ModuleCapability.getRevision()ModuleRequirement.getRevision()ModuleWiring.getRevision()Methods in org.eclipse.osgi.container that return types with arguments of type ModuleRevisionModifier and TypeMethodDescriptionModuleRevisions.getModuleRevisions()Same asModuleRevisions.getRevisions()except it returns a list ofModuleRevision.ModuleContainer.getRemovalPending()Returns the revisions that havenon-current,in usemodule wirings.Methods in org.eclipse.osgi.container with parameters of type ModuleRevisionModifier and TypeMethodDescriptionvoidModuleContainerAdaptor.associateRevision(ModuleRevision revision, Object revisionInfo) After a revision is created this method is called with the specified revision info.protected abstract voidModule.cleanup(ModuleRevision revision) The container is done with the revision and it has been completely removed.protected voidModuleDatabase.removeCapabilities(ModuleRevision revision) Removes thecapabilitiesprovided by the specified revision from this database.ModuleContainer.resolveDynamic(String dynamicPkgName, ModuleRevision revision) Attempts to resolve the specified dynamic package name request for the specified revision.Method parameters in org.eclipse.osgi.container with type arguments of type ModuleRevisionModifier and TypeMethodDescriptionprotected abstract voidModuleLoader.loadFragments(Collection<ModuleRevision> fragments) Dynamically loads fragment revisions to this already resolved module loader. -
Uses of ModuleRevision in org.eclipse.osgi.storage
Methods in org.eclipse.osgi.storage that return ModuleRevisionMethods in org.eclipse.osgi.storage with parameters of type ModuleRevisionModifier and TypeMethodDescriptionvoidBundleInfo.Generation.setRevision(ModuleRevision revision) Method parameters in org.eclipse.osgi.storage with type arguments of type ModuleRevisionModifier and TypeMethodDescriptionvoidFrameworkExtensionInstaller.addExtensionContent(Collection<ModuleRevision> revisions, Module systemModule)