org.eclipse.osgi.service.resolver.extras
Interface SpecificationReference


public interface SpecificationReference

A reference to a VersionConstraint specification.

Since:
3.8

Method Summary
 VersionConstraint getSpecification()
          Returns the VersionConstraint object associated with this reference.
 

Method Detail

getSpecification

VersionConstraint getSpecification()
Returns the VersionConstraint object associated with this reference.

Returns:
The VersionConstraint object associated with this reference.


Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.