Eclipse Platform
Release 3.6

org.eclipse.equinox.p2.metadata
Interface IProvidedCapability


public interface IProvidedCapability

Describes a capability as exposed or required by an installable unit

Since:
2.0
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.

Method Summary
 boolean equals(Object other)
          Returns whether this provided capability is equal to the given object.
 String getName()
           
 String getNamespace()
           
 Version getVersion()
           
 

Method Detail

getName

String getName()

getNamespace

String getNamespace()

getVersion

Version getVersion()

equals

boolean equals(Object other)
Returns whether this provided capability is equal to the given object. This method returns true if:

Overrides:
equals in class Object

Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.