public interface FelixResolveContext
Modifier and Type | Method and Description |
---|---|
Collection<org.osgi.resource.Resource> |
getOndemandResources(org.osgi.resource.Resource host)
Return the resources that the resolver should attempt to resolve on
demand for specified resource which is being resolved.
|
Collection<org.osgi.resource.Resource> getOndemandResources(org.osgi.resource.Resource host)
The resolver will ask for on demand resources for each resource that is getting pulled into a resolve operation. An example of an on demand resource is a fragment. When a host is being resolved the resolve context will be asked if any additional resources should be added to the resolve operation. The resolve context may decide that the potential fragments of the host should be resolved along with the host.
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.