Uses of Class
org.eclipse.osgi.container.ModuleWire
Packages that use ModuleWire
-
Uses of ModuleWire in org.eclipse.osgi.container
Methods in org.eclipse.osgi.container that return ModuleWireModifier and TypeMethodDescriptionModuleContainer.resolveDynamic
(String dynamicPkgName, ModuleRevision revision) Attempts to resolve the specified dynamic package name request for the specified revision.Methods in org.eclipse.osgi.container that return types with arguments of type ModuleWireModifier 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.