A B C E F G H I L M N O P R T U V W X

A

AbstractBundleCapability - Class in org.jboss.osgi.resolver.spi
The abstract implementation of an XBundleCapability.
AbstractBundleCapability(XResource, String, Map<String, Object>, Map<String, String>) - Constructor for class org.jboss.osgi.resolver.spi.AbstractBundleCapability
 
AbstractBundleRequirement - Class in org.jboss.osgi.resolver.spi
The abstract implementation of an XBundleRequirement.
AbstractBundleRequirement(XResource, String, Map<String, Object>, Map<String, String>) - Constructor for class org.jboss.osgi.resolver.spi.AbstractBundleRequirement
 
AbstractBundleRevision - Class in org.jboss.osgi.resolver.spi
The abstract implementation of an XBundleRevision.
AbstractBundleRevision() - Constructor for class org.jboss.osgi.resolver.spi.AbstractBundleRevision
 
AbstractCapability - Class in org.jboss.osgi.resolver.spi
The abstract implementation of a XCapability.
AbstractCapability(XResource, String, Map<String, Object>, Map<String, String>) - Constructor for class org.jboss.osgi.resolver.spi.AbstractCapability
 
AbstractCapabilityWrapper - Class in org.jboss.osgi.resolver.spi
A wrapper for XCapability.
AbstractCapabilityWrapper(XCapability) - Constructor for class org.jboss.osgi.resolver.spi.AbstractCapabilityWrapper
 
AbstractEnvironment - Class in org.jboss.osgi.resolver.spi
The abstract implementation of a Environment.
AbstractEnvironment() - Constructor for class org.jboss.osgi.resolver.spi.AbstractEnvironment
 
AbstractHostRequirement - Class in org.jboss.osgi.resolver.spi
The abstract implementation of a XHostRequirement.
AbstractHostRequirement(XRequirement) - Constructor for class org.jboss.osgi.resolver.spi.AbstractHostRequirement
 
AbstractPackageRequirement - Class in org.jboss.osgi.resolver.spi
The abstract implementation of a XPackageRequirement.
AbstractPackageRequirement(XRequirement) - Constructor for class org.jboss.osgi.resolver.spi.AbstractPackageRequirement
 
AbstractRequirement - Class in org.jboss.osgi.resolver.spi
The abstract implementation of a XRequirement.
AbstractRequirement(XResource, String, Map<String, Object>, Map<String, String>) - Constructor for class org.jboss.osgi.resolver.spi.AbstractRequirement
 
AbstractResolveContext - Class in org.jboss.osgi.resolver.spi
The abstract implementation of a XResolveContext.
AbstractResolveContext(XEnvironment) - Constructor for class org.jboss.osgi.resolver.spi.AbstractResolveContext
 
AbstractResource - Class in org.jboss.osgi.resolver.spi
The abstract implementation of an XResource.
AbstractResource() - Constructor for class org.jboss.osgi.resolver.spi.AbstractResource
 
AbstractResourceBuilder - Class in org.jboss.osgi.resolver.spi
A builder for resolver resources
AbstractResourceBuilder(XResourceBuilderFactory) - Constructor for class org.jboss.osgi.resolver.spi.AbstractResourceBuilder
 
AbstractWire - Class in org.jboss.osgi.resolver.spi
The abstract implementation of a Wire.
AbstractWire(Capability, Requirement, Resource, Resource) - Constructor for class org.jboss.osgi.resolver.spi.AbstractWire
 
AbstractWiring - Class in org.jboss.osgi.resolver.spi
The abstract implementation of a Wiring.
AbstractWiring(XResource, List<Wire>, List<Wire>) - Constructor for class org.jboss.osgi.resolver.spi.AbstractWiring
 
AbstractWiringNamespace - Class in org.osgi.framework.namespace
Wiring Capability and Requirement Namespaces base class.
adapt(Class<T>) - Method in interface org.jboss.osgi.resolver.Adaptable
Adapt to another type
adapt(Class<T>) - Method in class org.jboss.osgi.resolver.spi.AbstractCapability
 
adapt(Class<T>) - Method in class org.jboss.osgi.resolver.spi.AbstractCapabilityWrapper
 
adapt(Class<T>) - Method in class org.jboss.osgi.resolver.spi.AbstractRequirement
 
adapt(Class<T>) - Method in interface org.jboss.osgi.resolver.XCapability
Adapt this capability to another type
adapt(Class<T>) - Method in interface org.jboss.osgi.resolver.XRequirement
Adapt this requirement to another type
Adaptable - Interface in org.jboss.osgi.resolver
A type that can be adapted to another type.
addAttachment(Class<T>, T) - Method in class org.jboss.osgi.resolver.spi.AbstractCapabilityWrapper
 
addAttachment(Class<T>, T) - Method in interface org.jboss.osgi.resolver.XAttachmentSupport
Attach an arbirtary object with this element.
addCapability(Capability) - Method in class org.jboss.osgi.resolver.spi.AbstractResource
 
addCapability(String, Map<String, Object>, Map<String, String>) - Method in class org.jboss.osgi.resolver.spi.AbstractResourceBuilder
 
addCapability(String, String) - Method in class org.jboss.osgi.resolver.spi.AbstractResourceBuilder
 
addCapability(String, String) - Method in interface org.jboss.osgi.resolver.XResourceBuilder
Add a Capability
addCapability(String, Map<String, Object>, Map<String, String>) - Method in interface org.jboss.osgi.resolver.XResourceBuilder
Add a Capability
addRequirement(Requirement) - Method in class org.jboss.osgi.resolver.spi.AbstractResource
 
addRequirement(String, Map<String, Object>, Map<String, String>) - Method in class org.jboss.osgi.resolver.spi.AbstractResourceBuilder
 
addRequirement(String, Filter) - Method in class org.jboss.osgi.resolver.spi.AbstractResourceBuilder
 
addRequirement(String, String) - Method in class org.jboss.osgi.resolver.spi.AbstractResourceBuilder
 
addRequirement(String, String) - Method in interface org.jboss.osgi.resolver.XResourceBuilder
Add a Requirement
addRequirement(String, Filter) - Method in interface org.jboss.osgi.resolver.XResourceBuilder
Add a Requirement
addRequirement(String, Map<String, Object>, Map<String, String>) - Method in interface org.jboss.osgi.resolver.XResourceBuilder
Add a Requirement
ALL_IDENTITY_TYPES - Static variable in interface org.jboss.osgi.resolver.XEnvironment
 

B

BUNDLE_NAMESPACE - Static variable in class org.osgi.framework.namespace.BundleNamespace
Namespace name for bundle capabilities and requirements.
BUNDLE_NAMESPACE - Static variable in interface org.osgi.framework.wiring.BundleRevision
Namespace for bundle capabilities and requirements.
BundleCapability - Interface in org.osgi.framework.wiring
A capability that has been declared from a bundle revision.
BundleNamespace - Class in org.osgi.framework.namespace
Bundle Capability and Requirement Namespace.
BundleRequirement - Interface in org.osgi.framework.wiring
A requirement that has been declared from a bundle revision.
BundleRevision - Interface in org.osgi.framework.wiring
Bundle Revision.
BundleRevisions - Interface in org.osgi.framework.wiring
The bundle revisions of a bundle.
BundleWire - Interface in org.osgi.framework.wiring
A wire connecting a BundleCapability to a BundleRequirement.
BundleWiring - Interface in org.osgi.framework.wiring
A wiring for a bundle.

C

Capability - Interface in org.osgi.resource
A capability that has been declared from a Resource.
CAPABILITY_BUNDLE_SYMBOLICNAME_ATTRIBUTE - Static variable in class org.osgi.framework.namespace.PackageNamespace
The capability attribute contains the symbolic name of the resource providing the package.
CAPABILITY_BUNDLE_VERSION_ATTRIBUTE - Static variable in class org.osgi.framework.namespace.AbstractWiringNamespace
The capability attribute contains the Version of the resource providing the capability if one is specified or 0.0.0 if not specified.
CAPABILITY_COPYRIGHT_ATTRIBUTE - Static variable in class org.osgi.framework.namespace.IdentityNamespace
The capability attribute that contains a human readable copyright notice for the resource.
CAPABILITY_DESCRIPTION_ATTRIBUTE - Static variable in class org.osgi.framework.namespace.IdentityNamespace
The capability attribute that contains a human readable description for the resource.
CAPABILITY_DOCUMENTATION_ATTRIBUTE - Static variable in class org.osgi.framework.namespace.IdentityNamespace
The capability attribute that contains the URL to documentation for the resource.
CAPABILITY_EFFECTIVE_DIRECTIVE - Static variable in class org.osgi.resource.Namespace
The capability directive used to specify the effective time for the capability.
CAPABILITY_EXCLUDE_DIRECTIVE - Static variable in class org.osgi.framework.namespace.PackageNamespace
The capability directive used to specify the comma separated list of classes which must not be allowed to be exported.
CAPABILITY_FRAGMENT_ATTACHMENT_DIRECTIVE - Static variable in class org.osgi.framework.namespace.BundleNamespace
The capability directive identifying if and when a fragment may attach to a host bundle.
CAPABILITY_FRAGMENT_ATTACHMENT_DIRECTIVE - Static variable in class org.osgi.framework.namespace.HostNamespace
The capability directive identifying if and when a fragment may attach to a host bundle.
CAPABILITY_INCLUDE_DIRECTIVE - Static variable in class org.osgi.framework.namespace.PackageNamespace
The capability directive used to specify the comma separated list of classes which must be allowed to be exported.
CAPABILITY_LICENSE_ATTRIBUTE - Static variable in class org.osgi.framework.namespace.IdentityNamespace
The capability attribute that contains the URL to the license for the resource.
CAPABILITY_MANDATORY_DIRECTIVE - Static variable in class org.osgi.framework.namespace.AbstractWiringNamespace
The capability directive used to specify the comma separated list of mandatory attributes which must be specified in the filter of a requirement in order for the capability to match the requirement.
CAPABILITY_SINGLETON_DIRECTIVE - Static variable in class org.osgi.framework.namespace.BundleNamespace
The capability directive identifying if the resource is a singleton.
CAPABILITY_SINGLETON_DIRECTIVE - Static variable in class org.osgi.framework.namespace.HostNamespace
The capability directive identifying if the resource is a singleton.
CAPABILITY_SINGLETON_DIRECTIVE - Static variable in class org.osgi.framework.namespace.IdentityNamespace
The capability directive identifying if the resource is a singleton.
CAPABILITY_TYPE_ATTRIBUTE - Static variable in class org.osgi.framework.namespace.IdentityNamespace
The capability attribute identifying the resource type.
CAPABILITY_USES_DIRECTIVE - Static variable in class org.osgi.resource.Namespace
The capability directive used to specify the comma separated list of package names used by a capability.
CAPABILITY_VERSION_ATTRIBUTE - Static variable in class org.osgi.framework.namespace.ExecutionEnvironmentNamespace
The capability attribute contains the versions of the execution environment.
CAPABILITY_VERSION_ATTRIBUTE - Static variable in class org.osgi.framework.namespace.IdentityNamespace
The capability attribute identifying the Version of the resource if one is specified or 0.0.0 if not specified.
CAPABILITY_VERSION_ATTRIBUTE - Static variable in class org.osgi.framework.namespace.PackageNamespace
The capability attribute contains the Version of the package if one is specified or 0.0.0 if not specified.
CARDINALITY_MULTIPLE - Static variable in class org.osgi.resource.Namespace
The directive value identifying a multiple cardinality type.
CARDINALITY_SINGLE - Static variable in class org.osgi.resource.Namespace
The directive value identifying a cardinality type of single.
CLASSIFIER_JAVADOC - Static variable in class org.osgi.framework.namespace.IdentityNamespace
The attribute value identifying the resource classifier as an archive containing the javadoc in the same directory layout as the resource.
CLASSIFIER_SOURCES - Static variable in class org.osgi.framework.namespace.IdentityNamespace
The attribute value identifying the resource classifier as an archive containing the source code in the same directory layout as the resource.
create(String, String, String, String, String) - Static method in class org.jboss.osgi.resolver.MavenCoordinates
 
create(XBundleRevisionBuilderFactory) - Static method in class org.jboss.osgi.resolver.XBundleRevisionBuilderFactory
 
create() - Static method in class org.jboss.osgi.resolver.XBundleRevisionBuilderFactory
 
create(XResourceBuilderFactory) - Static method in class org.jboss.osgi.resolver.XResourceBuilderFactory
 
create() - Static method in class org.jboss.osgi.resolver.XResourceBuilderFactory
 
createCapability(XResource, String, Map<String, Object>, Map<String, String>) - Method in class org.jboss.osgi.resolver.XBundleRevisionBuilderFactory
 
createCapability(XResource, String, Map<String, Object>, Map<String, String>) - Method in class org.jboss.osgi.resolver.XResourceBuilderFactory
 
createRequirement(XResource, String, Map<String, Object>, Map<String, String>) - Method in class org.jboss.osgi.resolver.XBundleRevisionBuilderFactory
 
createRequirement(XResource, String, Map<String, Object>, Map<String, String>) - Method in class org.jboss.osgi.resolver.XResourceBuilderFactory
 
createResolveContext(XEnvironment, Collection<? extends Resource>, Collection<? extends Resource>) - Method in interface org.jboss.osgi.resolver.XResolver
 
createResource() - Method in class org.jboss.osgi.resolver.XBundleRevisionBuilderFactory
 
createResource() - Method in class org.jboss.osgi.resolver.XResourceBuilderFactory
 
createResourceBuilder() - Method in class org.jboss.osgi.resolver.XResourceBuilderFactory
 
createWiring(XResource, List<Wire>, List<Wire>) - Method in class org.jboss.osgi.resolver.spi.AbstractEnvironment
 
createWiring(XResource, List<Wire>, List<Wire>) - Method in interface org.jboss.osgi.resolver.XEnvironment
 

E

EFFECTIVE_ACTIVE - Static variable in class org.osgi.resource.Namespace
The directive value identifying a capability or requirement that is effective at active time.
EFFECTIVE_RESOLVE - Static variable in class org.osgi.resource.Namespace
The directive value identifying a capability or requirement that is effective at resolve time.
equals(Object) - Method in class org.jboss.osgi.resolver.spi.AbstractCapabilityWrapper
 
equals(Object) - Method in interface org.osgi.resource.Capability
Compares this Capability to another Capability.
equals(Object) - Method in interface org.osgi.resource.Requirement
Compares this Requirement to another Requirement.
equals(Object) - Method in interface org.osgi.resource.Resource
Compares this Resource to another Resource.
equals(Object) - Method in interface org.osgi.resource.Wire
Compares this Wire to another Wire.
EXECUTION_ENVIRONMENT_NAMESPACE - Static variable in class org.osgi.framework.namespace.ExecutionEnvironmentNamespace
Namespace name for execution environment capabilities and requirements.
ExecutionEnvironmentNamespace - Class in org.osgi.framework.namespace
Execution Environment Capability and Requirement Namespace.
EXTENSION_BOOTCLASSPATH - Static variable in class org.osgi.framework.namespace.HostNamespace
The directive value indicating that the extension fragment is to be loaded by the boot class loader.
EXTENSION_FRAMEWORK - Static variable in class org.osgi.framework.namespace.HostNamespace
The directive value indicating that the extension fragment is to be loaded by the framework's class loader.

F

findEntries(String, String, boolean) - Method in class org.jboss.osgi.resolver.spi.AbstractBundleRevision
 
findEntries(String, String, boolean) - Method in interface org.jboss.osgi.resolver.XBundleRevision
 
findEntries(String, String, int) - Method in interface org.osgi.framework.wiring.BundleWiring
Returns entries in this bundle wiring's bundle revision and its attached fragment revisions.
FINDENTRIES_RECURSE - Static variable in interface org.osgi.framework.wiring.BundleWiring
The find entries operation must recurse into subdirectories.
findProviders(Requirement) - Method in class org.jboss.osgi.resolver.spi.AbstractEnvironment
 
findProviders(Requirement) - Method in class org.jboss.osgi.resolver.spi.AbstractResolveContext
 
findProviders(Requirement) - Method in interface org.jboss.osgi.resolver.XEnvironment
 
findProviders(Requirement) - Method in class org.osgi.service.resolver.ResolveContext
Find Capabilities that match the given Requirement.
FRAGMENT_ATTACHMENT_ALWAYS - Static variable in class org.osgi.framework.namespace.HostNamespace
The directive value indicating that fragments are allowed to attach to the host bundle at any time (while the host is resolved or during the process of resolving the host bundle).
FRAGMENT_ATTACHMENT_NEVER - Static variable in class org.osgi.framework.namespace.HostNamespace
The directive value indicating that no fragments are allowed to attach to the host bundle at any time.
FRAGMENT_ATTACHMENT_RESOLVETIME - Static variable in class org.osgi.framework.namespace.HostNamespace
The directive value indicating that fragments are allowed to attach to the host bundle only during the process of resolving the host bundle.
FrameworkWiring - Interface in org.osgi.framework.wiring
Query and modify wiring information for the framework.

G

getAllBundleRevisions() - Method in interface org.jboss.osgi.resolver.XBundle
Get all XBundleRevisions
getArtifactId() - Method in class org.jboss.osgi.resolver.MavenCoordinates
 
getArtifactPath() - Method in class org.jboss.osgi.resolver.MavenCoordinates
 
getArtifactURL(URL) - Method in class org.jboss.osgi.resolver.MavenCoordinates
 
getAttachment(Class<T>) - Method in class org.jboss.osgi.resolver.spi.AbstractCapabilityWrapper
 
getAttachment(Class<T>) - Method in interface org.jboss.osgi.resolver.XAttachmentSupport
Get the attached object for a given key
getAttribute(String) - Method in class org.jboss.osgi.resolver.spi.AbstractCapability
 
getAttribute(String) - Method in class org.jboss.osgi.resolver.spi.AbstractCapabilityWrapper
 
getAttribute(String) - Method in class org.jboss.osgi.resolver.spi.AbstractRequirement
 
getAttribute(String) - Method in interface org.jboss.osgi.resolver.XAttributeSupport
Get the value of the given attribute
getAttributes() - Method in class org.jboss.osgi.resolver.spi.AbstractCapability
 
getAttributes() - Method in class org.jboss.osgi.resolver.spi.AbstractCapabilityWrapper
 
getAttributes() - Method in class org.jboss.osgi.resolver.spi.AbstractRequirement
 
getAttributes() - Method in interface org.jboss.osgi.resolver.XAttributeSupport
Get the attributes
getAttributes() - Method in interface org.osgi.framework.wiring.BundleCapability
Returns the attributes of this capability.
getAttributes() - Method in interface org.osgi.framework.wiring.BundleRequirement
Returns the attributes of this requirement.
getAttributes() - Method in interface org.osgi.resource.Capability
Returns the attributes of this capability.
getAttributes() - Method in interface org.osgi.resource.Requirement
Returns the attributes of this requirement.
getBundle() - Method in class org.jboss.osgi.resolver.spi.AbstractBundleRevision
 
getBundle() - Method in interface org.jboss.osgi.resolver.XBundleRevision
Get the associated XBundle
getBundleRevision() - Method in interface org.jboss.osgi.resolver.XBundle
Get the current XBundleRevision
getCanonicalName() - Method in interface org.jboss.osgi.resolver.XBundle
Get the bundle canonical name [symbolicName:version]
getCapabilities(String) - Method in class org.jboss.osgi.resolver.spi.AbstractResource
 
getCapabilities(String) - Method in interface org.osgi.framework.wiring.BundleRevision
Returns the capabilities declared by this resource.
getCapabilities(String) - Method in interface org.osgi.framework.wiring.BundleWiring
Returns the capabilities provided by this bundle wiring.
getCapabilities(String) - Method in interface org.osgi.resource.Resource
Returns the capabilities declared by this resource.
getCapability() - Method in class org.jboss.osgi.resolver.spi.AbstractWire
 
getCapability() - Method in interface org.osgi.framework.wiring.BundleWire
Returns the BundleCapability for this wire.
getCapability() - Method in interface org.osgi.resource.Wire
Returns the Capability for this wire.
getClassifier() - Method in class org.jboss.osgi.resolver.MavenCoordinates
 
getClassLoader() - Method in interface org.osgi.framework.wiring.BundleWiring
Returns the class loader for this bundle wiring.
getComparator() - Method in class org.jboss.osgi.resolver.spi.AbstractResolveContext
 
getDeclaredCapabilities(String) - Method in class org.jboss.osgi.resolver.spi.AbstractBundleRevision
 
getDeclaredCapabilities(String) - Method in interface org.osgi.framework.wiring.BundleRevision
Returns the capabilities declared by this bundle revision.
getDeclaredCapability() - Method in interface org.osgi.service.resolver.HostedCapability
Return the Capability hosted by the Resource.
getDeclaredRequirements(String) - Method in class org.jboss.osgi.resolver.spi.AbstractBundleRevision
 
getDeclaredRequirements(String) - Method in interface org.osgi.framework.wiring.BundleRevision
Returns the requirements declared by this bundle revision.
getDependencyClosure(Collection<Bundle>) - Method in interface org.osgi.framework.wiring.FrameworkWiring
Returns the dependency closure for the specified bundles.
getDirective(String) - Method in class org.jboss.osgi.resolver.spi.AbstractCapability
 
getDirective(String) - Method in class org.jboss.osgi.resolver.spi.AbstractCapabilityWrapper
 
getDirective(String) - Method in class org.jboss.osgi.resolver.spi.AbstractRequirement
 
getDirective(String) - Method in interface org.jboss.osgi.resolver.XDirectiveSupport
Get the value of the given directive
getDirectives() - Method in class org.jboss.osgi.resolver.spi.AbstractCapability
 
getDirectives() - Method in class org.jboss.osgi.resolver.spi.AbstractCapabilityWrapper
 
getDirectives() - Method in class org.jboss.osgi.resolver.spi.AbstractRequirement
 
getDirectives() - Method in interface org.jboss.osgi.resolver.XDirectiveSupport
Get the directives
getDirectives() - Method in interface org.osgi.framework.wiring.BundleCapability
Returns the directives of this capability.
getDirectives() - Method in interface org.osgi.framework.wiring.BundleRequirement
Returns the directives of this requirement.
getDirectives() - Method in interface org.osgi.resource.Capability
Returns the directives of this capability.
getDirectives() - Method in interface org.osgi.resource.Requirement
Returns the directives of this requirement.
getEntry(String) - Method in class org.jboss.osgi.resolver.spi.AbstractBundleRevision
 
getEntry(String) - Method in interface org.jboss.osgi.resolver.XBundleRevision
 
getEntryPaths(String) - Method in class org.jboss.osgi.resolver.spi.AbstractBundleRevision
 
getEntryPaths(String) - Method in interface org.jboss.osgi.resolver.XBundleRevision
 
getEnvironment() - Method in class org.jboss.osgi.resolver.spi.AbstractResolveContext
 
getEnvironment() - Method in class org.jboss.osgi.resolver.XResolveContext
 
getFilterFromDirective(Requirement) - Static method in class org.jboss.osgi.resolver.spi.AbstractRequirement
 
getGroupId() - Method in class org.jboss.osgi.resolver.MavenCoordinates
 
getIdentityCapability() - Method in class org.jboss.osgi.resolver.spi.AbstractResource
 
getIdentityCapability() - Method in interface org.jboss.osgi.resolver.XResource
Get the identity capability for this resource
getInvalidCapability() - Method in exception org.jboss.osgi.resolver.spi.ResourceValidationException
 
getInvalidRequirement() - Method in exception org.jboss.osgi.resolver.spi.ResourceValidationException
 
getMandatoryResources() - Method in class org.osgi.service.resolver.ResolveContext
Return the resources that must be resolved for this resolve context.
getModuleClassLoader() - Method in class org.jboss.osgi.resolver.spi.AbstractBundleRevision
 
getModuleClassLoader() - Method in interface org.jboss.osgi.resolver.XBundleRevision
Get the associated ModuleIdentifier or null if the revision is not resolved
getModuleIdentifier() - Method in class org.jboss.osgi.resolver.spi.AbstractBundleRevision
 
getModuleIdentifier() - Method in interface org.jboss.osgi.resolver.XBundleRevision
Get the associated ModuleIdentifier or null if the revision is not resolved
getNamespace() - Method in class org.jboss.osgi.resolver.spi.AbstractCapability
 
getNamespace() - Method in class org.jboss.osgi.resolver.spi.AbstractCapabilityWrapper
 
getNamespace() - Method in class org.jboss.osgi.resolver.spi.AbstractRequirement
 
getNamespace() - Method in interface org.osgi.framework.wiring.BundleCapability
Returns the namespace of this capability.
getNamespace() - Method in interface org.osgi.framework.wiring.BundleRequirement
Returns the namespace of this requirement.
getNamespace() - Method in interface org.osgi.resource.Capability
Returns the namespace of this capability.
getNamespace() - Method in interface org.osgi.resource.Requirement
Returns the namespace of this requirement.
getOffendingInput() - Method in exception org.jboss.osgi.resolver.spi.ResourceValidationException
 
getOptionalResources() - Method in class org.osgi.service.resolver.ResolveContext
Return the resources that the resolver should attempt to resolve for this resolve context.
getPackageName() - Method in class org.jboss.osgi.resolver.spi.AbstractPackageRequirement
 
getPackageName() - Method in interface org.jboss.osgi.resolver.XPackageCapability
The package name
getPackageName() - Method in interface org.jboss.osgi.resolver.XPackageRequirement
The package name
getProvidedResourceWires(String) - Method in class org.jboss.osgi.resolver.spi.AbstractWiring
 
getProvidedResourceWires(String) - Method in interface org.osgi.framework.wiring.BundleWiring
Returns the Wires to the provided capabilities of this wiring.
getProvidedResourceWires(String) - Method in interface org.osgi.resource.Wiring
Returns the Wires to the provided capabilities of this wiring.
getProvidedWires(String) - Method in interface org.osgi.framework.wiring.BundleWiring
Returns the BundleWires to the provided capabilities of this bundle wiring.
getProvider() - Method in class org.jboss.osgi.resolver.spi.AbstractWire
 
getProvider() - Method in interface org.osgi.framework.wiring.BundleWire
Returns the resource providing the capability.
getProvider() - Method in interface org.osgi.resource.Wire
Returns the resource providing the capability.
getProviderWiring() - Method in interface org.osgi.framework.wiring.BundleWire
Returns the bundle wiring providing the capability.
getRemovalPendingBundles() - Method in interface org.osgi.framework.wiring.FrameworkWiring
Returns the bundles that have non-current, in use bundle wirings.
getRequiredResourceWires(String) - Method in class org.jboss.osgi.resolver.spi.AbstractWiring
 
getRequiredResourceWires(String) - Method in interface org.osgi.framework.wiring.BundleWiring
Returns the Wires to the requirements in use by this wiring.
getRequiredResourceWires(String) - Method in interface org.osgi.resource.Wiring
Returns the Wires to the requirements in use by this wiring.
getRequiredWires(String) - Method in interface org.osgi.framework.wiring.BundleWiring
Returns the BundleWires to the requirements in use by this bundle wiring.
getRequirement() - Method in class org.jboss.osgi.resolver.spi.AbstractWire
 
getRequirement() - Method in interface org.osgi.framework.wiring.BundleWire
Return the BundleRequirement for this wire.
getRequirement() - Method in interface org.osgi.resource.Wire
Returns the Requirement for this wire.
getRequirements(String) - Method in class org.jboss.osgi.resolver.spi.AbstractResource
 
getRequirements(String) - Method in interface org.osgi.framework.wiring.BundleRevision
Returns the requirements declared by this bundle resource.
getRequirements(String) - Method in interface org.osgi.framework.wiring.BundleWiring
Returns the requirements of this bundle wiring.
getRequirements(String) - Method in interface org.osgi.resource.Resource
Returns the requirements declared by this bundle resource.
getRequirer() - Method in class org.jboss.osgi.resolver.spi.AbstractWire
 
getRequirer() - Method in interface org.osgi.framework.wiring.BundleWire
Returns the resource who requires the capability.
getRequirer() - Method in interface org.osgi.resource.Wire
Returns the resource who requires the capability.
getRequirerWiring() - Method in interface org.osgi.framework.wiring.BundleWire
Returns the bundle wiring who requires the capability.
getResource() - Method in class org.jboss.osgi.resolver.spi.AbstractBundleCapability
 
getResource() - Method in class org.jboss.osgi.resolver.spi.AbstractBundleRequirement
 
getResource(String) - Method in class org.jboss.osgi.resolver.spi.AbstractBundleRevision
 
getResource() - Method in class org.jboss.osgi.resolver.spi.AbstractCapability
 
getResource() - Method in class org.jboss.osgi.resolver.spi.AbstractCapabilityWrapper
 
getResource() - Method in class org.jboss.osgi.resolver.spi.AbstractRequirement
 
getResource() - Method in class org.jboss.osgi.resolver.spi.AbstractResourceBuilder
 
getResource() - Method in class org.jboss.osgi.resolver.spi.AbstractWiring
 
getResource(String) - Method in interface org.jboss.osgi.resolver.XBundleRevision
 
getResource() - Method in interface org.jboss.osgi.resolver.XResourceBuilder
Get the final resource from the builder
getResource() - Method in interface org.osgi.framework.wiring.BundleCapability
Returns the resource declaring this capability.
getResource() - Method in interface org.osgi.framework.wiring.BundleRequirement
Returns the resource declaring this requirement.
getResource() - Method in interface org.osgi.framework.wiring.BundleWiring
Returns the resource associated with this wiring.
getResource() - Method in interface org.osgi.resource.Capability
Returns the resource declaring this capability.
getResource() - Method in interface org.osgi.resource.Requirement
Returns the resource declaring this requirement.
getResource() - Method in interface org.osgi.resource.Wiring
Returns the resource associated with this wiring.
getResource() - Method in interface org.osgi.service.resolver.HostedCapability
Return the Resource that hosts this Capability.
getResourceCapabilities(String) - Method in class org.jboss.osgi.resolver.spi.AbstractWiring
 
getResourceCapabilities(String) - Method in interface org.osgi.framework.wiring.BundleWiring
Returns the capabilities provided by this wiring.
getResourceCapabilities(String) - Method in interface org.osgi.resource.Wiring
Returns the capabilities provided by this wiring.
getResourceRequirements(String) - Method in class org.jboss.osgi.resolver.spi.AbstractWiring
 
getResourceRequirements(String) - Method in interface org.osgi.framework.wiring.BundleWiring
Returns the requirements of this wiring.
getResourceRequirements(String) - Method in interface org.osgi.resource.Wiring
Returns the requirements of this wiring.
getResources(String) - Method in class org.jboss.osgi.resolver.spi.AbstractBundleRevision
 
getResources(String...) - Method in class org.jboss.osgi.resolver.spi.AbstractEnvironment
 
getResources(String) - Method in interface org.jboss.osgi.resolver.XBundleRevision
 
getResources(String...) - Method in interface org.jboss.osgi.resolver.XEnvironment
 
getRevision() - Method in class org.jboss.osgi.resolver.spi.AbstractBundleCapability
 
getRevision() - Method in class org.jboss.osgi.resolver.spi.AbstractBundleRequirement
 
getRevision() - Method in interface org.osgi.framework.wiring.BundleCapability
Returns the bundle revision declaring this capability.
getRevision() - Method in interface org.osgi.framework.wiring.BundleRequirement
Returns the bundle revision declaring this requirement.
getRevision() - Method in interface org.osgi.framework.wiring.BundleWiring
Returns the bundle revision for the bundle in this bundle wiring.
getRevisions() - Method in interface org.osgi.framework.wiring.BundleRevisions
Return the bundle revisions for the referenced bundle.
getSymbolicName() - Method in class org.jboss.osgi.resolver.spi.AbstractBundleRevision
 
getSymbolicName() - Method in class org.jboss.osgi.resolver.spi.AbstractHostRequirement
 
getSymbolicName() - Method in interface org.jboss.osgi.resolver.XHostCapability
Get the bundle symbolic name.
getSymbolicName() - Method in interface org.jboss.osgi.resolver.XHostRequirement
The bundle symbolic name
getSymbolicName() - Method in interface org.jboss.osgi.resolver.XIdentityCapability
The symbolic name of this resource.
getSymbolicName() - Method in interface org.jboss.osgi.resolver.XResourceCapability
Get the bundle symbolic name.
getSymbolicName() - Method in interface org.jboss.osgi.resolver.XResourceRequirement
The bundle symbolic name
getSymbolicName() - Method in interface org.osgi.framework.wiring.BundleRevision
Returns the symbolic name for this bundle revision.
getType() - Method in class org.jboss.osgi.resolver.MavenCoordinates
 
getType() - Method in interface org.jboss.osgi.resolver.XIdentityCapability
The resource type
getTypes() - Method in class org.jboss.osgi.resolver.spi.AbstractBundleRevision
 
getTypes() - Method in interface org.osgi.framework.wiring.BundleRevision
Returns the special types of this bundle revision.
getUnresolvedRequirements() - Method in exception org.osgi.service.resolver.ResolutionException
Return the unresolved requirements, if any, for this exception.
getVersion() - Method in class org.jboss.osgi.resolver.MavenCoordinates
 
getVersion() - Method in class org.jboss.osgi.resolver.spi.AbstractBundleRevision
 
getVersion() - Method in interface org.jboss.osgi.resolver.XHostCapability
Get the bundle version.
getVersion() - Method in interface org.jboss.osgi.resolver.XIdentityCapability
The version of this resource.
getVersion() - Method in interface org.jboss.osgi.resolver.XPackageCapability
The package version.
getVersion() - Method in interface org.jboss.osgi.resolver.XResourceCapability
Get the bundle version.
getVersion() - Method in interface org.osgi.framework.wiring.BundleRevision
Returns the version for this bundle revision.
getVersionRange() - Method in class org.jboss.osgi.resolver.spi.AbstractHostRequirement
 
getVersionRange() - Method in class org.jboss.osgi.resolver.spi.AbstractPackageRequirement
 
getVersionRange() - Method in interface org.jboss.osgi.resolver.XHostRequirement
The bundle version range
getVersionRange() - Method in interface org.jboss.osgi.resolver.XPackageRequirement
The package version range.
getVersionRange() - Method in interface org.jboss.osgi.resolver.XResourceRequirement
The bundle version range
getVisibility() - Method in interface org.jboss.osgi.resolver.XResourceRequirement
Get the value of the visibility directive
getWiring() - Method in class org.jboss.osgi.resolver.spi.AbstractBundleRevision
 
getWiring() - Method in interface org.osgi.framework.wiring.BundleRevision
Returns the bundle wiring which is using this bundle revision.
getWirings() - Method in class org.jboss.osgi.resolver.spi.AbstractEnvironment
 
getWirings() - Method in class org.jboss.osgi.resolver.spi.AbstractResolveContext
 
getWirings() - Method in interface org.jboss.osgi.resolver.XEnvironment
 
getWirings() - Method in class org.osgi.service.resolver.ResolveContext
Returns the wirings for existing resolved resources.

H

hashCode() - Method in class org.jboss.osgi.resolver.spi.AbstractCapabilityWrapper
 
hashCode() - Method in interface org.osgi.resource.Capability
Returns the hashCode of this Capability.
hashCode() - Method in interface org.osgi.resource.Requirement
Returns the hashCode of this Requirement.
hashCode() - Method in interface org.osgi.resource.Resource
Returns the hashCode of this Resource.
hashCode() - Method in interface org.osgi.resource.Wire
Returns the hashCode of this Wire.
HOST_NAMESPACE - Static variable in class org.osgi.framework.namespace.HostNamespace
Namespace name for host capabilities and requirements.
HOST_NAMESPACE - Static variable in interface org.osgi.framework.wiring.BundleRevision
Namespace for host capabilities and requirements.
HostedCapability - Interface in org.osgi.service.resolver
A capability hosted by a resource.
HostNamespace - Class in org.osgi.framework.namespace
Host Capability and Requirement Namespace.

I

IDENTITY_NAMESPACE - Static variable in class org.osgi.framework.namespace.IdentityNamespace
Namespace name for identity capabilities and requirements.
IdentityNamespace - Class in org.osgi.framework.namespace
Identity Capability and Requirement Namespace.
illegalArgumentInvalidCoordinates(String) - Method in interface org.jboss.osgi.resolver.internal.ResolverMessages
 
illegalArgumentInvalidFilterDirective(String) - Method in interface org.jboss.osgi.resolver.internal.ResolverMessages
 
illegalArgumentInvalidNamespace(String) - Method in interface org.jboss.osgi.resolver.internal.ResolverMessages
 
illegalArgumentNull(String) - Method in interface org.jboss.osgi.resolver.internal.ResolverMessages
 
illegalStateCannotObtainAttribute(String) - Method in interface org.jboss.osgi.resolver.internal.ResolverMessages
 
illegalStateCannotObtainNamespaceValue(String) - Method in interface org.jboss.osgi.resolver.internal.ResolverMessages
 
illegalStateInvalidAccessToImmutableResource() - Method in interface org.jboss.osgi.resolver.internal.ResolverMessages
 
illegalStateInvalidAccessToMutableResource() - Method in interface org.jboss.osgi.resolver.internal.ResolverMessages
 
illegalStateInvalidArtifactURL(String) - Method in interface org.jboss.osgi.resolver.internal.ResolverMessages
 
illegalStateMultipleIdentities(List<Capability>) - Method in interface org.jboss.osgi.resolver.internal.ResolverMessages
 
illegalStateResourceAlreadyInstalled(Resource) - Method in interface org.jboss.osgi.resolver.internal.ResolverMessages
 
illegalStateResourceNotCreated() - Method in interface org.jboss.osgi.resolver.internal.ResolverMessages
 
insertHostedCapability(List<Capability>, HostedCapability) - Method in class org.jboss.osgi.resolver.spi.AbstractResolveContext
 
insertHostedCapability(List<Capability>, HostedCapability) - Method in class org.osgi.service.resolver.ResolveContext
Add a HostedCapability to the list of capabilities returned from findProviders(Requirement).
installResources(XResource...) - Method in class org.jboss.osgi.resolver.spi.AbstractEnvironment
 
installResources(XResource...) - Method in interface org.jboss.osgi.resolver.XEnvironment
 
isCurrent() - Method in interface org.osgi.framework.wiring.BundleWiring
Returns true if this bundle wiring is the current bundle wiring.
isDynamic() - Method in class org.jboss.osgi.resolver.spi.AbstractPackageRequirement
 
isDynamic() - Method in interface org.jboss.osgi.resolver.XPackageRequirement
A flag indicating that this is a dynamic package requirement
isEffective(Requirement) - Method in class org.jboss.osgi.resolver.spi.AbstractResolveContext
 
isEffective(Requirement) - Method in class org.osgi.service.resolver.ResolveContext
Test if a given requirement should be wired in the resolve operation.
isFragment() - Method in class org.jboss.osgi.resolver.spi.AbstractResource
 
isFragment() - Method in interface org.jboss.osgi.resolver.XBundle
True if the bundle is a fragment.
isFragment() - Method in interface org.jboss.osgi.resolver.XResource
True if this resource is a fragment
isInUse() - Method in interface org.osgi.framework.wiring.BundleWiring
Returns true if this bundle wiring is in use.
isMutable() - Method in class org.jboss.osgi.resolver.spi.AbstractResource
 
isMutable() - Method in interface org.jboss.osgi.resolver.XResource
True if the resource is mutable
isOptional() - Method in class org.jboss.osgi.resolver.spi.AbstractRequirement
 
isOptional() - Method in interface org.jboss.osgi.resolver.XRequirement
A flag indicating that this is an optional requirement.
isResolved() - Method in interface org.jboss.osgi.resolver.XBundle
True if the bundle is resolved.
isSingleton() - Method in interface org.jboss.osgi.resolver.XIdentityCapability
A flag to indicate that this resource is a singleton

L

listResources(String, String, int) - Method in interface org.osgi.framework.wiring.BundleWiring
Returns the names of resources visible to this bundle wiring's class loader.
LISTRESOURCES_LOCAL - Static variable in interface org.osgi.framework.wiring.BundleWiring
The list resource names operation must limit the result to the names of matching resources contained in this bundle wiring's bundle revision and its attached fragment revisions.
LISTRESOURCES_RECURSE - Static variable in interface org.osgi.framework.wiring.BundleWiring
The list resource names operation must recurse into subdirectories.
loadFrom(OSGiMetaData) - Method in class org.jboss.osgi.resolver.spi.AbstractResourceBuilder
 
loadFrom(Module) - Method in class org.jboss.osgi.resolver.spi.AbstractResourceBuilder
 
loadFrom(OSGiMetaData) - Method in interface org.jboss.osgi.resolver.XResourceBuilder
Create requirements/capabilities from OSGi metadata
loadFrom(Module) - Method in interface org.jboss.osgi.resolver.XResourceBuilder
Create requirements/capabilities from the given module.
LOGGER - Static variable in interface org.jboss.osgi.resolver.internal.ResolverLogger
 

M

makeImmutable() - Method in class org.jboss.osgi.resolver.spi.AbstractResource
 
makeImmutable() - Method in interface org.jboss.osgi.resolver.XResource
Make the resource immutable
matches(BundleCapability) - Method in class org.jboss.osgi.resolver.spi.AbstractBundleRequirement
 
matches(Capability) - Method in class org.jboss.osgi.resolver.spi.AbstractHostRequirement
 
matches(Capability) - Method in class org.jboss.osgi.resolver.spi.AbstractPackageRequirement
 
matches(Capability) - Method in class org.jboss.osgi.resolver.spi.AbstractRequirement
 
matches(Capability) - Method in interface org.jboss.osgi.resolver.XRequirement
Matches this requirement against the given capability.
matches(BundleCapability) - Method in interface org.osgi.framework.wiring.BundleRequirement
Returns whether the specified capability matches this requirement.
MavenCoordinates - Class in org.jboss.osgi.resolver
The artifact coordinates.
MESSAGES - Static variable in interface org.jboss.osgi.resolver.internal.ResolverMessages
 

N

Namespace - Class in org.osgi.resource
Capability and Requirement Namespaces base class.
Namespace() - Constructor for class org.osgi.resource.Namespace
Protected constructor for Namespace sub-types.
namespaceValueFromFilter(Filter, String) - Static method in class org.jboss.osgi.resolver.spi.AbstractRequirement
 
nextResourceIdentifier(Long, String) - Method in class org.jboss.osgi.resolver.spi.AbstractEnvironment
 
nextResourceIdentifier(Long, String) - Method in interface org.jboss.osgi.resolver.XEnvironment
 

O

org.jboss.osgi.resolver - package org.jboss.osgi.resolver
 
org.jboss.osgi.resolver.internal - package org.jboss.osgi.resolver.internal
 
org.jboss.osgi.resolver.spi - package org.jboss.osgi.resolver.spi
 
org.osgi.framework.namespace - package org.osgi.framework.namespace
Namespace Package Version 1.0.
org.osgi.framework.wiring - package org.osgi.framework.wiring
Framework Wiring Package Version 1.1.
org.osgi.resource - package org.osgi.resource
Resource Package Version 1.0.
org.osgi.service.resolver - package org.osgi.service.resolver
Resolver Service Package Version 1.0.

P

PACKAGE_NAMESPACE - Static variable in class org.osgi.framework.namespace.PackageNamespace
Namespace name for package capabilities and requirements.
PACKAGE_NAMESPACE - Static variable in interface org.osgi.framework.wiring.BundleRevision
Namespace for package capabilities and requirements.
PackageNamespace - Class in org.osgi.framework.namespace
Package Capability and Requirement Namespace.
parse(String) - Static method in class org.jboss.osgi.resolver.MavenCoordinates
 

R

refreshBundles(Collection<Bundle>, FrameworkListener...) - Method in interface org.osgi.framework.wiring.FrameworkWiring
Refreshes the specified bundles.
refreshResources(XResource...) - Method in class org.jboss.osgi.resolver.spi.AbstractEnvironment
 
refreshResources(XResource...) - Method in interface org.jboss.osgi.resolver.XEnvironment
 
removeAttachment(Class<T>) - Method in class org.jboss.osgi.resolver.spi.AbstractCapabilityWrapper
 
removeAttachment(Class<T>) - Method in interface org.jboss.osgi.resolver.XAttachmentSupport
Remove an attached object for a given key
Requirement - Interface in org.osgi.resource
A requirement that has been declared from a Resource .
REQUIREMENT_CARDINALITY_DIRECTIVE - Static variable in class org.osgi.resource.Namespace
The requirement directive used to specify the cardinality for a requirement.
REQUIREMENT_CLASSIFIER_DIRECTIVE - Static variable in class org.osgi.framework.namespace.IdentityNamespace
The requirement directive that classifies the relationship with another resource.
REQUIREMENT_EFFECTIVE_DIRECTIVE - Static variable in class org.osgi.resource.Namespace
The requirement directive used to specify the effective time for the requirement.
REQUIREMENT_EXTENSION_DIRECTIVE - Static variable in class org.osgi.framework.namespace.BundleNamespace
The requirement directive used to specify the type of the extension fragment.
REQUIREMENT_EXTENSION_DIRECTIVE - Static variable in class org.osgi.framework.namespace.HostNamespace
The requirement directive used to specify the type of the extension fragment.
REQUIREMENT_FILTER_DIRECTIVE - Static variable in class org.osgi.resource.Namespace
The requirement directive used to specify a capability filter.
REQUIREMENT_RESOLUTION_DIRECTIVE - Static variable in class org.osgi.resource.Namespace
The requirement directive used to specify the resolution type for a requirement.
REQUIREMENT_VISIBILITY_DIRECTIVE - Static variable in class org.osgi.framework.namespace.BundleNamespace
The requirement directive used to specify the visibility type for a requirement.
REQUIREMENT_VISIBILITY_DIRECTIVE - Static variable in class org.osgi.framework.namespace.HostNamespace
The requirement directive used to specify the visibility type for a requirement.
RESOLUTION_DYNAMIC - Static variable in class org.osgi.framework.namespace.PackageNamespace
The directive value identifying a dynamic requirement resolution type.
RESOLUTION_MANDATORY - Static variable in class org.osgi.resource.Namespace
The directive value identifying a mandatory requirement resolution type.
RESOLUTION_OPTIONAL - Static variable in class org.osgi.resource.Namespace
The directive value identifying an optional requirement resolution type.
ResolutionException - Exception in org.osgi.service.resolver
Indicates failure to resolve a set of requirements.
ResolutionException(String, Throwable, Collection<Requirement>) - Constructor for exception org.osgi.service.resolver.ResolutionException
Create a ResolutionException with the specified message, cause and unresolved requirements.
ResolutionException(String) - Constructor for exception org.osgi.service.resolver.ResolutionException
Create a ResolutionException with the specified message.
ResolutionException(Throwable) - Constructor for exception org.osgi.service.resolver.ResolutionException
Create a ResolutionException with the specified cause.
resolve(ResolveContext) - Method in interface org.osgi.service.resolver.Resolver
Resolve the specified resolve context and return any new resources and wires to the caller.
resolveAndApply(XResolveContext) - Method in interface org.jboss.osgi.resolver.XResolver
 
resolveBundles(Collection<Bundle>) - Method in interface org.osgi.framework.wiring.FrameworkWiring
Resolves the specified bundles.
ResolveContext - Class in org.osgi.service.resolver
A resolve context provides resources, options and constraints to the potential solution of a resolve operation.
ResolveContext() - Constructor for class org.osgi.service.resolver.ResolveContext
 
Resolver - Interface in org.osgi.service.resolver
A resolver service resolves the specified resources in the context supplied by the caller.
ResolverLogger - Interface in org.jboss.osgi.resolver.internal
Logging Id ranges: 10800-10899 https://docs.jboss.org/author/display/JBOSGI/JBossOSGi+Logging
ResolverMessages - Interface in org.jboss.osgi.resolver.internal
Logging Id ranges: 10900-10999 https://docs.jboss.org/author/display/JBOSGI/JBossOSGi+Logging
Resource - Interface in org.osgi.resource
A resource is the representation of a uniquely identified and typed data.
resourceBuilderCannotInitializeResource(Throwable, String) - Method in interface org.jboss.osgi.resolver.internal.ResolverMessages
 
ResourceBuilderException - Exception in org.jboss.osgi.resolver
Indicates failure to build a resource.
ResourceBuilderException(String, Throwable) - Constructor for exception org.jboss.osgi.resolver.ResourceBuilderException
Creates an exception of type ResourceBuilderException.
ResourceBuilderException(String) - Constructor for exception org.jboss.osgi.resolver.ResourceBuilderException
Creates an exception of type ResourceBuilderException.
ResourceBuilderException(Throwable) - Constructor for exception org.jboss.osgi.resolver.ResourceBuilderException
Creates an exception of type ResourceBuilderException.
ResourceValidationException - Exception in org.jboss.osgi.resolver.spi
A resource validation exceptionbuilder for resources.

T

toExternalForm() - Method in class org.jboss.osgi.resolver.MavenCoordinates
 
toString() - Method in class org.jboss.osgi.resolver.MavenCoordinates
 
toString() - Method in class org.jboss.osgi.resolver.spi.AbstractCapability
 
toString() - Method in class org.jboss.osgi.resolver.spi.AbstractCapabilityWrapper
 
toString() - Method in class org.jboss.osgi.resolver.spi.AbstractRequirement
 
toString() - Method in class org.jboss.osgi.resolver.spi.AbstractResource
 
toString() - Method in class org.jboss.osgi.resolver.spi.AbstractWire
 
toString() - Method in class org.jboss.osgi.resolver.spi.AbstractWiring
 
TYPE_BUNDLE - Static variable in class org.osgi.framework.namespace.IdentityNamespace
The attribute value identifying the resource type as an OSGi bundle.
TYPE_FRAGMENT - Static variable in class org.osgi.framework.namespace.IdentityNamespace
The attribute value identifying the resource type as an OSGi fragment.
TYPE_FRAGMENT - Static variable in interface org.osgi.framework.wiring.BundleRevision
Bundle revision type indicating the bundle revision is a fragment.
TYPE_UNKNOWN - Static variable in class org.osgi.framework.namespace.IdentityNamespace
The attribute value identifying the resource type as unknown.

U

uninstallResources(XResource...) - Method in class org.jboss.osgi.resolver.spi.AbstractEnvironment
 
uninstallResources(XResource...) - Method in interface org.jboss.osgi.resolver.XEnvironment
 
updateWiring(Map<Resource, List<Wire>>) - Method in class org.jboss.osgi.resolver.spi.AbstractEnvironment
 
updateWiring(Map<Resource, List<Wire>>) - Method in interface org.jboss.osgi.resolver.XEnvironment
 

V

validate() - Method in class org.jboss.osgi.resolver.spi.AbstractCapability
 
validate() - Method in class org.jboss.osgi.resolver.spi.AbstractCapabilityWrapper
 
validate() - Method in class org.jboss.osgi.resolver.spi.AbstractRequirement
 
validate() - Method in class org.jboss.osgi.resolver.spi.AbstractResource
 
validate() - Method in interface org.jboss.osgi.resolver.XCapability
Validate the capability
validate() - Method in interface org.jboss.osgi.resolver.XRequirement
Validate the requirement
validate() - Method in interface org.jboss.osgi.resolver.XResource
Validate the resource
VISIBILITY_PRIVATE - Static variable in class org.osgi.framework.namespace.BundleNamespace
The directive value identifying a private visibility type.
VISIBILITY_REEXPORT - Static variable in class org.osgi.framework.namespace.BundleNamespace
The directive value identifying a reexport visibility type.

W

Wire - Interface in org.osgi.resource
A wire connecting a Capability to a Requirement.
Wiring - Interface in org.osgi.resource
A wiring for a resource.

X

XAttachmentSupport - Interface in org.jboss.osgi.resolver
Adds attachment support
XAttributeSupport - Interface in org.jboss.osgi.resolver
Adds support for attributes
XBundle - Interface in org.jboss.osgi.resolver
An extension to Bundle
XBundleCapability - Interface in org.jboss.osgi.resolver
An extension to BundleCapability
XBundleRequirement - Interface in org.jboss.osgi.resolver
An extension to BundleRequirement
XBundleRevision - Interface in org.jboss.osgi.resolver
An extension to BundleRevision
XBundleRevisionBuilderFactory - Class in org.jboss.osgi.resolver
A factory for resource builders.
XBundleRevisionBuilderFactory() - Constructor for class org.jboss.osgi.resolver.XBundleRevisionBuilderFactory
 
XCapability - Interface in org.jboss.osgi.resolver
An extension to the Capability
XDirectiveSupport - Interface in org.jboss.osgi.resolver
Adds support for directives
XElement - Interface in org.jboss.osgi.resolver
 
XEnvironment - Interface in org.jboss.osgi.resolver
An environment that hosts the resources applicable for resource resolution.
XHostCapability - Interface in org.jboss.osgi.resolver
A fragment host capability
XHostRequirement - Interface in org.jboss.osgi.resolver
A fragment host requirement
XIdentityCapability - Interface in org.jboss.osgi.resolver
An identity capability
XPackageCapability - Interface in org.jboss.osgi.resolver
A package capability
XPackageRequirement - Interface in org.jboss.osgi.resolver
A package requirement
XRequirement - Interface in org.jboss.osgi.resolver
An extension to the Requirement
XResolveContext - Class in org.jboss.osgi.resolver
An extension of the ResolveContext
XResolveContext() - Constructor for class org.jboss.osgi.resolver.XResolveContext
 
XResolver - Interface in org.jboss.osgi.resolver
An extension of the Resolver
XResource - Interface in org.jboss.osgi.resolver
An extension to Resource
XResourceBuilder - Interface in org.jboss.osgi.resolver
A builder for resources.
XResourceBuilderFactory - Class in org.jboss.osgi.resolver
A factory for resource builders.
XResourceBuilderFactory() - Constructor for class org.jboss.osgi.resolver.XResourceBuilderFactory
 
XResourceCapability - Interface in org.jboss.osgi.resolver
A bundle capability
XResourceRequirement - Interface in org.jboss.osgi.resolver
A bundle requirement

A B C E F G H I L M N O P R T U V W X

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.