org.apache.felix.bundlerepository
public interface Capability
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BUNDLE |
static java.lang.String |
EXECUTIONENVIRONMENT |
static java.lang.String |
FRAGMENT |
static java.lang.String |
PACKAGE |
static java.lang.String |
SERVICE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Return the name of the capability.
|
Property[] |
getProperties()
Return the properties of this capability
|
java.util.Map |
getPropertiesAsMap()
Return the map of properties.
|
static final java.lang.String BUNDLE
static final java.lang.String FRAGMENT
static final java.lang.String PACKAGE
static final java.lang.String SERVICE
static final java.lang.String EXECUTIONENVIRONMENT
java.lang.String getName()
Property[] getProperties()
java.util.Map getPropertiesAsMap()
Copyright © 2014. All Rights Reserved.