FileSetSettings Class

Summary

Settings for the fileset search.
Assembly
Cake.FileSet.dll
Namespace
Cake.FileSet
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["FileSetSettings"] class Type type-node

Syntax

public class FileSetSettings

Constructors

Name Summary
FileSetSettings()

Properties

Name Value Summary
BasePath DirectoryPath
The base path for the patterns.
CaseSensitive bool
Whether the patterns are case sensitive or not.
Excludes IEnumerable<string>
The patterns to exclude.
Includes IEnumerable<string>
The patterns to include.

Methods

Name Value Summary
ToString() string

Extension Methods

Name Value Summary
Dump<FileSetSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<FileSetSettings>(FileSetSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<FileSetSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<FileSetSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<FileSetSettings>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<FileSetSettings>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin