Class DepSelector::Package
In: lib/dep_selector/package.rb
Parent: Object

Methods

Attributes

dependency_graph  [R] 
name  [R] 
versions  [R] 

Public Class methods

Public Instance methods

==(o)

Alias for eql?

Given a version, this method returns the corresonding PackageVersion. Given a version constraint, this method returns an array of matching PackageVersions.

Note: only invoke this method after all PackageVersions have been added

Note: only invoke this method after all PackageVersions have been added

A Package is considered valid if it has at least one version

[Validate]