Package | Description |
---|---|
org.jboss.osgi.resolver | |
org.jboss.osgi.resolver.spi |
Modifier and Type | Interface and Description |
---|---|
interface |
XResourceBuilder<T extends XResource>
A builder for resources.
|
class |
XResourceBuilderFactory<T extends XResource>
A factory for resource builders.
|
Modifier and Type | Interface and Description |
---|---|
interface |
XBundleRevision
An extension to
BundleRevision |
Modifier and Type | Method and Description |
---|---|
static <T extends XResource> |
XResourceBuilderFactory.create() |
static <T extends XResource> |
XResourceBuilderFactory.create(XResourceBuilderFactory<T> factory) |
Modifier and Type | Method and Description |
---|---|
XResource |
XRequirement.getResource()
Get the resource declaring this requirement.
|
XResource |
XCapability.getResource()
Get the resource declaring this capability.
|
XResource |
XEnvironment.getResourceById(long identifier) |
Modifier and Type | Method and Description |
---|---|
Iterator<XResource> |
XEnvironment.getResources(Collection<String> types) |
Modifier and Type | Method and Description |
---|---|
XCapability |
XResourceBuilderFactory.createCapability(XResource resource,
String namespace,
Map<String,Object> atts,
Map<String,String> dirs) |
XBundleCapability |
XBundleRevisionBuilderFactory.createCapability(XResource resource,
String namespace,
Map<String,Object> atts,
Map<String,String> dirs) |
XRequirement |
XResourceBuilderFactory.createRequirement(XResource resource,
String namespace,
Map<String,Object> atts,
Map<String,String> dirs) |
XBundleRequirement |
XBundleRevisionBuilderFactory.createRequirement(XResource resource,
String namespace,
Map<String,Object> atts,
Map<String,String> dirs) |
void |
XEnvironment.installResources(XResource... resources) |
void |
XEnvironment.uninstallResources(XResource... resources) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractResourceBuilder<T extends XResource>
A builder for resolver resources
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBundleRevision
The abstract implementation of an
XBundleRevision . |
class |
AbstractResource
The abstract implementation of an
XResource . |
Modifier and Type | Method and Description |
---|---|
XResource |
AbstractCapability.getResource() |
XResource |
AbstractRequirement.getResource() |
XResource |
AbstractHostedCapability.getResource() |
XResource |
AbstractWiring.getResource() |
XResource |
AbstractEnvironment.getResourceById(long resId) |
Modifier and Type | Method and Description |
---|---|
Iterator<XResource> |
AbstractEnvironment.getResources(Collection<String> types) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractEnvironment.installResources(XResource... resources) |
void |
AbstractEnvironment.uninstallResources(XResource... resources) |
Constructor and Description |
---|
AbstractBundleCapability(XResource resource,
String namespace,
Map<String,Object> atts,
Map<String,String> dirs) |
AbstractBundleRequirement(XResource resource,
String namespace,
Map<String,Object> atts,
Map<String,String> dirs) |
AbstractCapability(XResource resource,
String namespace,
Map<String,Object> atts,
Map<String,String> dirs) |
AbstractHostedCapability(XResource resource,
XCapability capability) |
AbstractRequirement(XResource resource,
String namespace,
Map<String,Object> atts,
Map<String,String> dirs) |
AbstractWiring(XResource resource,
List<org.osgi.resource.Wire> reqwires,
List<org.osgi.resource.Wire> provwires) |
Copyright © 2013 JBoss by Red Hat. All rights reserved.