Top Description Fields Constructors
org.osgi.namespace.extender

public final Class ExtenderNamespace

extends Namespace
Class Inheritance
Imports
org.osgi.resource.Namespace

Extender Capability and Requirement Namespace.

This class defines the names for the attributes and directives for this namespace. All unspecified capability attributes are of type String and are used as arbitrary matching attributes for the capability. The values associated with the specified directive and attribute keys are of type String, unless otherwise indicated.

Author
$Id: 382b1f4aeae204895851c141f2f77d5723a7c3e7 $

Field Summary

Modifier and TypeField and Description
public static final String
CAPABILITY_VERSION_ATTRIBUTE

The capability attribute contains the Version of the specification of the extender.

public static final String
EXTENDER_NAMESPACE

Namespace name for extender capabilities and requirements.

Inherited from org.osgi.resource.Namespace:
CAPABILITY_EFFECTIVE_DIRECTIVECAPABILITY_USES_DIRECTIVECARDINALITY_MULTIPLECARDINALITY_SINGLEEFFECTIVE_ACTIVEEFFECTIVE_RESOLVEREQUIREMENT_CARDINALITY_DIRECTIVEREQUIREMENT_EFFECTIVE_DIRECTIVEREQUIREMENT_FILTER_DIRECTIVEREQUIREMENT_RESOLUTION_DIRECTIVERESOLUTION_MANDATORYRESOLUTION_OPTIONAL

Constructor Summary

AccessConstructor and Description
private

Field Detail

CAPABILITY_VERSION_ATTRIBUTEback to summary
public static final String CAPABILITY_VERSION_ATTRIBUTE

The capability attribute contains the Version of the specification of the extender. The value of this attribute must be of type Version.

EXTENDER_NAMESPACEback to summary
public static final String EXTENDER_NAMESPACE

Namespace name for extender capabilities and requirements.

Also, the capability attribute used to specify the name of the extender.

Constructor Detail

ExtenderNamespaceback to summary
private ExtenderNamespace()