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.util.Map<java.lang.String,java.lang.String> |
getDirectives()
Return the directives of this capability.
|
java.lang.String |
getName()
Return the name of the capability.
|
Property[] |
getProperties()
Return the properties of this capability
|
java.util.Map<java.lang.String,java.lang.Object> |
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<java.lang.String,java.lang.Object> getPropertiesAsMap()
java.util.Map<java.lang.String,java.lang.String> getDirectives()
Copyright © 2006-2017 The Apache Software Foundation. All Rights Reserved.