GlobbingExtensions Class

Summary

Contains functionality related to file system globbing.
Assembly
Cake.Incubator.dll
Namespace
Cake.Incubator.GlobbingExtensions
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["GlobbingExtensions"] class Type type-node

Syntax

public static class GlobbingExtensions

Attributes

Type Description
CakeAliasCategoryAttribute

Methods

Name Value Summary
GetFiles(ICakeContext, string[]) FilePathCollection
Gets FilePaths using glob patterns
static
GetMatchingFiles(ICakeContext, IEnumerable<FilePath>) FilePathCollection
Returns files in the same directory that have the same file name but different extensions
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin