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 classBundleRevisionImpl(package private) classExtensionManager.ExtensionManagerRevisionFields in org.apache.felix.framework with type parameters of type Resource Modifier and Type Field Description private java.util.Map<Resource,Wiring>ResolveContextImpl. m_wiringsMethods 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 intDTOFactory. 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 voidStatefulResolver. fireResolvedEvents(java.util.Map<Resource,java.util.List<Wire>> wireMap)private voidStatefulResolver. 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 booleanUtil. isFragment(Resource resource) -
Uses of Resource in org.osgi.framework.wiring
Subinterfaces of Resource in org.osgi.framework.wiring Modifier and Type Interface Description interfaceBundleRevisionBundle Revision. -
Uses of Resource in org.osgi.resource
Methods in org.osgi.resource that return Resource Modifier and Type Method Description ResourceWire. getProvider()Returns the resource providing thecapability.ResourceWire. getRequirer()Returns the resource whorequiresthecapability.ResourceCapability. getResource()Returns the resource declaring this capability.ResourceRequirement. getResource()Returns the resource declaring this requirement.ResourceWiring. getResource()Returns the resource associated with this wiring.
-