org.apache.felix.framework.capabilityset
Interface Capability

All Known Implementing Classes:
CapabilityImpl

public interface Capability


Field Summary
static String HOST_NAMESPACE
           
static String MODULE_NAMESPACE
           
static String PACKAGE_ATTR
           
static String PACKAGE_NAMESPACE
           
static String VERSION_ATTR
           
 
Method Summary
 Attribute getAttribute(String name)
           
  getAttributes()
           
 Directive getDirective(String name)
           
  getDirectives()
           
 Module getModule()
           
 String getNamespace()
           
  getUses()
           
 

Field Detail

MODULE_NAMESPACE

static final String MODULE_NAMESPACE
See Also:
Constant Field Values

HOST_NAMESPACE

static final String HOST_NAMESPACE
See Also:
Constant Field Values

PACKAGE_NAMESPACE

static final String PACKAGE_NAMESPACE
See Also:
Constant Field Values

PACKAGE_ATTR

static final String PACKAGE_ATTR
See Also:
Constant Field Values

VERSION_ATTR

static final String VERSION_ATTR
See Also:
Constant Field Values
Method Detail

getModule

Module getModule()

getNamespace

String getNamespace()

getDirective

Directive getDirective(String name)

getDirectives

 getDirectives()

getAttribute

Attribute getAttribute(String name)

getAttributes

 getAttributes()

getUses

 getUses()


Copyright © 2011 Apache Software Foundation. All Rights Reserved.