Class Bundler::Molinillo::Resolver
In: lib/bundler/vendor/molinillo/lib/molinillo/resolver.rb
lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb
Parent: Object

This class encapsulates a dependency resolver. The resolver is responsible for determining which set of dependencies to activate, with feedback from the the {specification_provider}

Methods

new   resolve  

Classes and Modules

Class Bundler::Molinillo::Resolver::Resolution

Attributes

resolver_ui  [R]  @return [UI] the UI module used to communicate back to the user
  during the resolution process
specification_provider  [R]  @return [SpecificationProvider] the specification provider used
  in the resolution process

Public Class methods

@param [SpecificationProvider] specification_provider

  see {#specification_provider}

@param [UI] resolver_ui

  see {#resolver_ui}

Public Instance methods

Resolves the requested dependencies into a {DependencyGraph}, locking to the base dependency graph (if specified) @param [Array] requested an array of ‘requested’ dependencies that the

  {#specification_provider} can understand

@param [DependencyGraph,nil] base the base dependency graph to which

  dependencies should be 'locked'

[Validate]