| Modifier and Type | Method and Description |
|---|---|
IllegalArgumentException |
FrameworkMessages.cannotObtainBundleFromResource(XResource res) |
IllegalArgumentException |
FrameworkMessages_$bundle.cannotObtainBundleFromResource(XResource res) |
IllegalArgumentException |
FrameworkMessages.unsupportedResourceType(XResource res) |
IllegalArgumentException |
FrameworkMessages_$bundle.unsupportedResourceType(XResource res) |
| Modifier and Type | Class and Description |
|---|---|
class |
org.jboss.osgi.framework.internal.AbstractCommonBundleRevision |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBundleRevisionAdaptor
An abstract implementation that adapts a
Module to a BundleRevision |
| Modifier and Type | Method and Description |
|---|---|
XResource |
RepositoryStorage.addResource(XResource resource)
Add the given resource to storage
|
XResource |
URLResourceBuilderFactory.createResource() |
XResource |
RepositoryStorage.getResource(XIdentityCapability icap)
Get the resource for the given identity capability.
|
XResource |
RepositoryReader.nextResource() |
XResource |
RepositoryXMLReader.nextResource() |
| Modifier and Type | Method and Description |
|---|---|
static XResourceBuilder<XResource> |
URLResourceBuilderFactory.create(URL contentURL,
Map<String,Object> contentAtts) |
| Modifier and Type | Method and Description |
|---|---|
XResource |
FileBasedRepositoryStorage.addResource(XResource res) |
XResource |
MemoryRepositoryStorage.addResource(XResource res) |
XResource |
MemoryRepositoryStorage.getResource(XIdentityCapability icap) |
protected XResource |
AbstractRepository.getTargetResource(XResource resource)
Convert the given resource into the target resource type.
|
| Modifier and Type | Method and Description |
|---|---|
protected XResourceBuilder<XResource> |
AbstractRepository.getResourceBuilder(XResource resource) |
| Modifier and Type | Method and Description |
|---|---|
XResource |
FileBasedRepositoryStorage.addResource(XResource res) |
XResource |
MemoryRepositoryStorage.addResource(XResource res) |
org.jboss.modules.ModuleIdentifier |
ModuleIdentityRepository.getModuleIdentifier(XResource resource) |
protected OSGiMetaData |
AbstractRepository.getOSGiMetaData(XResource resource) |
OSGiMetaData |
ModuleIdentityRepository.getOSGiMetaData(XResource resource) |
protected OSGiMetaData |
AbstractRepository.getOSGiMetaDataFromManifest(XResource resource) |
protected XResourceBuilder<XResource> |
AbstractRepository.getResourceBuilder(XResource resource) |
protected Manifest |
AbstractRepository.getResourceManifest(XResource resource) |
Manifest |
ModuleIdentityRepository.getResourceManifest(XResource resource) |
protected XResource |
AbstractRepository.getTargetResource(XResource resource)
Convert the given resource into the target resource type.
|
XBundle |
AbstractResourceInstaller.installBundleResource(org.osgi.framework.BundleContext context,
XResource res) |
XBundle |
AbstractResourceInstaller.installModuleResource(org.osgi.framework.BundleContext context,
XResource res) |
XBundle |
AbstractResourceInstaller.installResource(org.osgi.framework.BundleContext context,
XResource res) |
boolean |
FileBasedRepositoryStorage.removeResource(XResource res) |
boolean |
MemoryRepositoryStorage.removeResource(XResource res) |
| Constructor and Description |
|---|
AbstractContentCapability(XResource resource,
String namespace,
Map<String,Object> atts,
Map<String,String> dirs) |
| 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 |
XCapability.getResource()
Get the resource declaring this capability.
|
XResource |
XRequirement.getResource()
Get the resource declaring this requirement.
|
XResource |
XEnvironment.getResourceById(long identifier) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<XResource> |
XEnvironment.getResources(Collection<String> types) |
| Modifier and Type | Method and Description |
|---|---|
XBundleCapability |
XBundleRevisionBuilderFactory.createCapability(XResource resource,
String namespace,
Map<String,Object> atts,
Map<String,String> dirs) |
XCapability |
XResourceBuilderFactory.createCapability(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) |
XRequirement |
XResourceBuilderFactory.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 |
AbstractHostedCapability.getResource() |
XResource |
AbstractRequirement.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 © 2016 JBoss by Red Hat. All rights reserved.