Class Chef::Cookbook::FileVendor
In: lib/chef/cookbook/file_vendor.rb
Parent: Object

Chef::Cookbook::FileVendor

This class handles fetching of cookbook files based on specificity.

Methods

Public Class methods

Factory method that creates the appropriate kind of Cookbook::FileVendor to serve the contents of the manifest

Public Instance methods

Gets the on-disk location for the given cookbook file.

Subclasses are responsible for determining exactly how the files are obtained and where they are stored.

[Validate]