Class Chef::Knife::Core::ObjectLoader
In: lib/chef/knife/core/object_loader.rb
Parent: Object

Methods

Classes and Modules

Class Chef::Knife::Core::ObjectLoader::ObjectType

Attributes

klass  [R] 
ui  [R] 

Public Class methods

Public Instance methods

Find all objects in the given location If the object type is File it will look for all *.{json,rb} files, otherwise it will lookup for folders only (useful for data_bags)

@param [String] path - base look up location

@return [Array<String>] basenames of the found objects

@api public

When someone makes this awesome, please update the above error message.

[Validate]