Skip navigation links
OSGi™ Core
Release 7
A B C D E F G H I L M N O P R S T U V W 

C

capabilities - Variable in class org.osgi.resource.dto.ResourceDTO
The capabilities of the resource.
capabilities - Variable in class org.osgi.resource.dto.WiringDTO
The references to the capabilities for the wiring node.
Capability - Interface in org.osgi.resource
A capability that has been declared from a Resource.
capability - Variable in class org.osgi.resource.dto.CapabilityRefDTO
The identifier of the capability in the resource.
capability - Variable in class org.osgi.resource.dto.WireDTO
Reference to the Capability for the wire.
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_LANGUAGE_ATTRIBUTE - Static variable in class org.osgi.framework.namespace.NativeNamespace
The capability attribute contains the org.osgi.framework.language launching property value.
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_OSNAME_ATTRIBUTE - Static variable in class org.osgi.framework.namespace.NativeNamespace
The capability attribute contains alias values of the org.osgi.framework.os.name launching property value according to the OSGi Specification References.
CAPABILITY_OSVERSION_ATTRIBUTE - Static variable in class org.osgi.framework.namespace.NativeNamespace
The capability attribute contains a Version parsed from the org.osgi.framework.os.version launching property value.
CAPABILITY_PROCESSOR_ATTRIBUTE - Static variable in class org.osgi.framework.namespace.NativeNamespace
The capability attribute contains alias values of the org.osgi.framework.processor launching property value according to the OSGi Specification References.
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.
CapabilityDTO - Class in org.osgi.resource.dto
Data Transfer Object for a Capability.
CapabilityDTO() - Constructor for class org.osgi.resource.dto.CapabilityDTO
 
CapabilityPermission - Class in org.osgi.framework
A bundle's authority to provide or require a capability.
CapabilityPermission(String, String) - Constructor for class org.osgi.framework.CapabilityPermission
Create a new CapabilityPermission.
CapabilityPermission(String, Map<String, ?>, Bundle, String) - Constructor for class org.osgi.framework.CapabilityPermission
Creates a new requested CapabilityPermission object to be used by code that must perform checkPermission for the require action.
CapabilityRefDTO - Class in org.osgi.resource.dto
Data Transfer Object for a reference to a Capability.
CapabilityRefDTO() - Constructor for class org.osgi.resource.dto.CapabilityRefDTO
 
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.
CLASS - Static variable in class org.osgi.framework.AdminPermission
The action string class.
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.
close() - Method in class org.osgi.util.tracker.BundleTracker
Close this BundleTracker.
close() - Method in class org.osgi.util.tracker.ServiceTracker
Close this ServiceTracker.
CollisionHook - Interface in org.osgi.framework.hooks.bundle
OSGi Framework Bundle Collision Hook Service.
commit() - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionUpdate
Commit this update.
compareTo(Object) - Method in interface org.osgi.framework.ServiceReference
Compares this ServiceReference with the specified ServiceReference for order.
compareTo(Version) - Method in class org.osgi.framework.Version
Compares this Version object to another Version.
Condition - Interface in org.osgi.service.condpermadmin
The interface implemented by a Condition.
ConditionalPermissionAdmin - Interface in org.osgi.service.condpermadmin
Framework service to administer Conditional Permissions.
ConditionalPermissionInfo - Interface in org.osgi.service.condpermadmin
A list of Permissions guarded by a list of conditions with an access decision.
ConditionalPermissionUpdate - Interface in org.osgi.service.condpermadmin
Update the Conditional Permission Table.
ConditionInfo - Class in org.osgi.service.condpermadmin
Condition representation used by the Conditional Permission Admin service.
ConditionInfo(String, String[]) - Constructor for class org.osgi.service.condpermadmin.ConditionInfo
Constructs a ConditionInfo from the specified type and args.
ConditionInfo(String) - Constructor for class org.osgi.service.condpermadmin.ConditionInfo
Constructs a ConditionInfo object from the specified encoded ConditionInfo string.
Configurable - Interface in org.osgi.framework
Deprecated.
As of 1.2. Please use Configuration Admin service.
Constants - Interface in org.osgi.framework
Defines standard names for the OSGi environment system properties, service properties, and Manifest header attribute keys.
CONTEXT - Static variable in class org.osgi.framework.AdminPermission
The action string context.
context - Variable in class org.osgi.util.tracker.BundleTracker
The Bundle Context used by this BundleTracker.
context - Variable in class org.osgi.util.tracker.ServiceTracker
The Bundle Context used by this ServiceTracker.
createFilter(String) - Method in interface org.osgi.framework.BundleContext
Creates a Filter object.
createFilter(String) - Static method in class org.osgi.framework.FrameworkUtil
Creates a Filter object.
current - Variable in class org.osgi.framework.wiring.dto.BundleWiringDTO.NodeDTO
The current state of the bundle wiring.
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links
OSGi™ Core
Release 7

Copyright © OSGi Alliance (2000, 2018). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0