public interface Capability extends Adaptable
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String key)
Get the value of the given attribute
|
Map<String,Object> |
getAttributes()
Returns the attributes of this capability.
|
String |
getDirective(String key)
Get the value of the given directive
|
Map<String,String> |
getDirectives()
Returns the directives of this capability.
|
String |
getNamespace()
Returns the namespace of this capability.
|
Resource |
getResource()
Returns the resource declaring this capability.
|
String getNamespace()
Map<String,String> getDirectives()
String getDirective(String key)
Map<String,Object> getAttributes()
Object getAttribute(String key)
Resource getResource()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.