Uses of Class
aQute.bnd.osgi.Processor.CL
-
Packages that use Processor.CL Package Description aQute.bnd.build aQute.bnd.osgi -
-
Uses of Processor.CL in aQute.bnd.build
Fields in aQute.bnd.build with type parameters of type Processor.CL Modifier and Type Field Description (package private) java.util.Map<org.osgi.resource.Capability,Processor.CL>
WorkspaceExternalPluginHandler. loaders
Methods in aQute.bnd.build that return types with arguments of type Processor.CL Modifier and Type Method Description private Result<Processor.CL>
WorkspaceExternalPluginHandler. getLoader(org.osgi.resource.Capability cap)
-
Uses of Processor.CL in aQute.bnd.osgi
Fields in aQute.bnd.osgi with type parameters of type Processor.CL Modifier and Type Field Description private CloseableMemoize<Processor.CL>
Processor. pluginLoader
Methods in aQute.bnd.osgi that return Processor.CL Modifier and Type Method Description protected Processor.CL
Processor. getLoader()
Methods in aQute.bnd.osgi that return types with arguments of type Processor.CL Modifier and Type Method Description private CloseableMemoize<Processor.CL>
Processor. newPluginLoader()
Methods in aQute.bnd.osgi with parameters of type Processor.CL Modifier and Type Method Description private void
PluginsContainer. loadPluginPath(Processor processor, java.lang.String pluginPath, Processor.CL loader)
Add the @linkConstants.PLUGINPATH
entries (which are file names) to the class loader.
-