This class is a def-style version of BufFiles. It's main usecase is to allow making a global namespace of Bufdefs with all loaded files and make sure they are only loaded once (unless explicitly reloaded with new buffers).
(describe method here)
(describe returnvalue here)
(describe method here)
(describe returnvalue here)
(describe method here)
(describe returnvalue here)
(describe method here)
key |
(describe argument here) |
(describe returnvalue here)
(describe method here)
key |
(describe argument here) |
server |
(describe argument here) |
path |
(describe argument here) |
channel |
(describe argument here) |
normalize |
(describe argument here) |
actionWhenDone |
(describe argument here) |
verbose |
(describe argument here) |
(describe returnvalue here)
Clear this buffiles instance and replace it with new buffers that are then loaded.
server | |
pathOrListOfPaths |
Can be either a path (a string) or a list of paths as strings (allowing to pick and choose different files for one collection) |
channel |
Which channels to load. An array of channels or nil to load all. |
normalize |
Normalize buffers after load |
actionWhenDone |
Call action when finished loading |
verbose |
Be verbose. boolean |
preloadedBuffers |
Supply with preloaded buffers if you want to avoid loading new ones. |
A Bufdef instance.