|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Resource | |
|---|---|
| org.jboss.osgi.resolver | |
| org.jboss.osgi.resolver.spi | |
| org.osgi.resource | Resource Package Version 1.0. |
| org.osgi.service.resolver | Resolver Service Package Version 1.0. |
| Uses of Resource in org.jboss.osgi.resolver |
|---|
| Subinterfaces of Resource in org.jboss.osgi.resolver | |
|---|---|
interface |
XResource
An extension to the Resource |
| Methods in org.jboss.osgi.resolver that return types with arguments of type Resource | |
|---|---|
Map<Resource,Wiring> |
XEnvironment.getWirings()
|
Map<Resource,Wiring> |
XResolver.resolveAndApply(XResolveContext context)
|
Map<Resource,Wiring> |
XEnvironment.updateWiring(Map<Resource,List<Wire>> delta)
|
| Method parameters in org.jboss.osgi.resolver with type arguments of type Resource | |
|---|---|
XResolveContext |
XResolver.createResolverContext(XEnvironment environment,
Collection<Resource> mandatory,
Collection<Resource> optional)
|
XResolveContext |
XResolver.createResolverContext(XEnvironment environment,
Collection<Resource> mandatory,
Collection<Resource> optional)
|
Map<Resource,Wiring> |
XEnvironment.updateWiring(Map<Resource,List<Wire>> delta)
|
| Uses of Resource in org.jboss.osgi.resolver.spi |
|---|
| Classes in org.jboss.osgi.resolver.spi that implement Resource | |
|---|---|
class |
AbstractResource
The abstract implementation of an XResource. |
| Methods in org.jboss.osgi.resolver.spi that return Resource | |
|---|---|
Resource |
AbstractWire.getProvider()
|
Resource |
AbstractWire.getRequirer()
|
Resource |
AbstractRequirement.getResource()
|
Resource |
AbstractCapability.getResource()
|
Resource |
AbstractWiring.getResource()
|
| Methods in org.jboss.osgi.resolver.spi that return types with arguments of type Resource | |
|---|---|
Map<Resource,Wiring> |
AbstractEnvironment.getWirings()
|
Map<Resource,Wiring> |
AbstractResolveContext.getWirings()
|
Map<Resource,Wiring> |
AbstractEnvironment.updateWiring(Map<Resource,List<Wire>> wiremap)
|
| Methods in org.jboss.osgi.resolver.spi with parameters of type Resource | |
|---|---|
protected Wiring |
AbstractEnvironment.createWiring(Resource res,
List<Wire> wires)
|
| Method parameters in org.jboss.osgi.resolver.spi with type arguments of type Resource | |
|---|---|
Map<Resource,Wiring> |
AbstractEnvironment.updateWiring(Map<Resource,List<Wire>> wiremap)
|
| Uses of Resource in org.osgi.resource |
|---|
| Methods in org.osgi.resource that return Resource | |
|---|---|
Resource |
Wire.getProvider()
Returns the resource providing the capability. |
Resource |
Wire.getRequirer()
Returns the resource who requires the
capability. |
Resource |
Wiring.getResource()
Returns the resource associated with this wiring. |
Resource |
Requirement.getResource()
Returns the resource declaring this requirement. |
Resource |
Capability.getResource()
Returns the resource declaring this capability. |
| Uses of Resource in org.osgi.service.resolver |
|---|
| Methods in org.osgi.service.resolver that return Resource | |
|---|---|
Resource |
HostedCapability.getResource()
Return the Resource that hosts this Capability. |
| Methods in org.osgi.service.resolver that return types with arguments of type Resource | |
|---|---|
Collection<Resource> |
ResolveContext.getMandatoryResources()
Return the resources that must be resolved for this resolve context. |
Collection<Resource> |
ResolveContext.getOptionalResources()
Return the resources that the resolver should attempt to resolve for this resolve context. |
abstract Map<Resource,Wiring> |
ResolveContext.getWirings()
Returns the wirings for existing resolved resources. |
Map<Resource,List<Wire>> |
Resolver.resolve(ResolveContext context)
Resolve the specified resolve context and return any new resources and wires to the caller. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||