Uses of Interface
org.osgi.resource.Resource
-
Packages that use Resource Package Description org.apache.felix.framework org.apache.felix.framework.util org.osgi.framework.wiring Framework Wiring Package Version 1.2.org.osgi.resource Resource Package Version 1.0. -
-
Uses of Resource in org.apache.felix.framework
Classes in org.apache.felix.framework that implement Resource Modifier and Type Class Description class
BundleRevisionImpl
(package private) class
ExtensionManager.ExtensionManagerRevision
Fields in org.apache.felix.framework with type parameters of type Resource Modifier and Type Field Description private java.util.Map<Resource,Wiring>
ResolveContextImpl. m_wirings
Methods in org.apache.felix.framework that return types with arguments of type Resource Modifier and Type Method Description java.util.Collection<Resource>
ResolveContextImpl. getMandatoryResources()
java.util.Collection<Resource>
ResolveContextImpl. getOndemandResources(Resource host)
java.util.Collection<Resource>
ResolveContextImpl. getOptionalResources()
java.util.Map<Resource,Wiring>
ResolveContextImpl. getWirings()
private java.util.Map<Resource,Wiring>
StatefulResolver. getWirings()
Methods in org.apache.felix.framework with parameters of type Resource Modifier and Type Method Description java.util.Collection<Resource>
ResolveContextImpl. getOndemandResources(Resource host)
private static int
DTOFactory. getResourceIDAndAdd(Resource res, java.util.Set<BundleRevisionDTO> resources)
Method parameters in org.apache.felix.framework with type arguments of type Resource Modifier and Type Method Description private static java.util.Set<java.lang.String>
StatefulResolver. calculateExportedAndReexportedPackages(BundleRevision br, java.util.Map<Resource,java.util.List<Wire>> wireMap, java.util.Set<java.lang.String> pkgs, java.util.Set<BundleRevision> cycles)
private void
StatefulResolver. fireResolvedEvents(java.util.Map<Resource,java.util.List<Wire>> wireMap)
private void
StatefulResolver. markResolvedRevisions(java.util.Map<Resource,java.util.List<Wire>> wireMap)
Constructor parameters in org.apache.felix.framework with type arguments of type Resource Constructor Description ResolveContextImpl(StatefulResolver state, java.util.Map<Resource,Wiring> wirings, StatefulResolver.ResolverHookRecord resolverHookRecord, java.util.Collection<BundleRevision> mandatory, java.util.Collection<BundleRevision> optional, java.util.Collection<BundleRevision> ondemand)
-
Uses of Resource in org.apache.felix.framework.util
Methods in org.apache.felix.framework.util with parameters of type Resource Modifier and Type Method Description static boolean
Util. isFragment(Resource resource)
-
Uses of Resource in org.osgi.framework.wiring
Subinterfaces of Resource in org.osgi.framework.wiring Modifier and Type Interface Description interface
BundleRevision
Bundle Revision. -
Uses of Resource in org.osgi.resource
Methods in org.osgi.resource that return Resource Modifier and Type Method Description Resource
Wire. getProvider()
Returns the resource providing thecapability
.Resource
Wire. getRequirer()
Returns the resource whorequires
thecapability
.Resource
Capability. getResource()
Returns the resource declaring this capability.Resource
Requirement. getResource()
Returns the resource declaring this requirement.Resource
Wiring. getResource()
Returns the resource associated with this wiring.
-