public interface Capability
Resource
.
Instances of this type must be effectively immutable. That is, for a given instance of this interface, the methods defined by this interface must always return the same result.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Compares this
Capability to another Capability . |
Map<String,Object> |
getAttributes()
Returns the attributes of this capability.
|
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.
|
int |
hashCode()
Returns the hashCode of this
Capability . |
String getNamespace()
Map<String,String> getDirectives()
Map<String,Object> getAttributes()
Resource getResource()
boolean equals(Object obj)
Capability
to another Capability
.
This Capability
is equal to another Capability
if they
have the same namespace, directives and attributes and are declared by
the same resource.
Copyright © 2006-2015 The Apache Software Foundation. All Rights Reserved.