Class Bundler::Plugin::Index
In: lib/bundler/plugin/index.rb
Parent: Object

Methods

Classes and Modules

Class Bundler::Plugin::Index::CommandConflict
Class Bundler::Plugin::Index::SourceConflict

Attributes

commands  [R] 

Public Class methods

Public Instance methods

Fetch the name of plugin handling the command

Path where the global index file is stored

Returns the list of plugin names handling the passed event

Path of default index file

Path where the local index file is stored

This function is to be called when a new plugin is installed. This function shall add the functions of the plugin to existing maps and also the name to source location.

@param [String] name of the plugin to be registered @param [String] path where the plugin is installed @param [Array<String>] load_paths for the plugin @param [Array<String>] commands that are handled by the plugin @param [Array<String>] sources that are handled by the plugin

[Validate]