MatcherExtensions Class

Definition

public ref class MatcherExtensions abstract sealed
public static class MatcherExtensions
type MatcherExtensions = class
Public Module MatcherExtensions
Inheritance
MatcherExtensions

Methods

AddExcludePatterns(Matcher, IEnumerable<String>[])

Adds multiple exclude patterns to Matcher.

AddIncludePatterns(Matcher, IEnumerable<String>[])

Adds multiple patterns to include in Matcher.

GetResultsInFullPath(Matcher, String)

Searches the specified directory for all files matching patterns added to this instance of Matcher.

Match(Matcher, IEnumerable<String>)

Matches the files passed in with the patterns in the matcher without going to disk.

Match(Matcher, String)

Matches the file passed in with the patterns in the matcher without going to disk.

Match(Matcher, String, IEnumerable<String>)

Matches the files passed in with the patterns in the matcher without going to disk.

Match(Matcher, String, String)

Matches the file passed in with the patterns in the matcher without going to disk.

Applies to