Uses of Class
org.eclipse.osgi.container.ModuleWire
-
Uses of ModuleWire in org.eclipse.osgi.container
Modifier and TypeMethodDescriptionModuleContainer.resolveDynamic
(String dynamicPkgName, ModuleRevision revision) Attempts to resolve the specified dynamic package name request for the specified revision.Modifier and TypeMethodDescriptionModuleWiring.getProvidedModuleWires
(String namespace) Returns the same result asModuleWiring.getProvidedWires(String)
except uses type ModuleWire and the returned list is unmodifiable.ModuleWiring.getRequiredModuleWires
(String namespace) Returns the same result asModuleWiring.getRequiredWires(String)
except uses type ModuleWire and the returned list is unmodifiable.