public interface IProvidedCapability
Instances of this class are handle objects and do not necessarily
reflect entities that exist in any particular profile or repository. These handle
objects can be created using MetadataFactory
.
IRequirement
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_VERSION
The name of the property under which the capability version is stored.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other)
Returns whether this provided capability is equal to the given object.
|
String |
getName() |
String |
getNamespace() |
Map<String,Object> |
getProperties()
A full description of this capability including the name and the version.
|
Version |
getVersion() |
static final String PROPERTY_VERSION
getProperties()
. The same value can be obtained with getVersion()
String getNamespace()
String getName()
getNamespace()
attribute of this capability.Version getVersion()
PROPERTY_VERSION
attribute of this capability.Map<String,Object> getProperties()
Such a description can be used to match this capability with an LDAP filter
for example.
boolean equals(Object other)
getNamespace()
on both objects are equalgetProperties()
on both objects are equal
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.