Uses of Class
org.eclipse.osgi.container.ModuleLoader
Packages that use ModuleLoader
-
Uses of ModuleLoader in org.eclipse.osgi.container
Methods in org.eclipse.osgi.container that return ModuleLoaderModifier and TypeMethodDescriptionModuleContainerAdaptor.createModuleLoader
(ModuleWiring wiring) Creates a newModuleLoader
for the specified wiring.ModuleWiring.getModuleLoader()
Returns the module loader for this wiring.Methods in org.eclipse.osgi.container with parameters of type ModuleLoaderModifier and TypeMethodDescriptionvoid
ModuleContainerAdaptor.invalidateWiring
(ModuleWiring moduleWiring, ModuleLoader current) This is called when a wiring is made invalid and allows the adaptor to react to this.