Eclipse Platform
Release 3.6

org.eclipse.equinox.p2.metadata
Interface IRequirementChange


public interface IRequirementChange

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
 org.eclipse.equinox.internal.p2.metadata.IRequiredCapability applyOn()
           
 boolean equals(Object other)
          Returns whether this requirement change is equal to the given object.
 boolean matches(org.eclipse.equinox.internal.p2.metadata.IRequiredCapability toMatch)
           
 org.eclipse.equinox.internal.p2.metadata.IRequiredCapability newValue()
           
 

Method Detail

applyOn

org.eclipse.equinox.internal.p2.metadata.IRequiredCapability applyOn()
Restriction:
This method is not intended to be referenced by clients.

newValue

org.eclipse.equinox.internal.p2.metadata.IRequiredCapability newValue()
Restriction:
This method is not intended to be referenced by clients.

matches

boolean matches(org.eclipse.equinox.internal.p2.metadata.IRequiredCapability toMatch)
Restriction:
This method is not intended to be referenced by clients.

equals

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

Overrides:
equals in class Object
Restriction:
This method is not intended to be referenced by clients.

Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

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