Summer.Batch.Infrastructure.Support.PatternMatcher Class Reference

PatternMatcher More...

Static Public Member Functions

static bool Match (string pattern, string str)
 Lifted from AntPathMatcher in Spring Core. Tests whether or not a string matches against a pattern. The pattern may contain two special characters: '*' means zero or more characters '?' means one and only one character More...
 

Detailed Description

Member Function Documentation

static bool Summer.Batch.Infrastructure.Support.PatternMatcher.Match ( string  pattern,
string  str 
)
static

Lifted from AntPathMatcher in Spring Core. Tests whether or not a string matches against a pattern. The pattern may contain two special characters: '*' means zero or more characters '?' means one and only one character

param name="pattern"> pattern to match against. Must not be null.

param name="str">string which must be matched against the pattern. Must not be null.

returns>true if the string matches against the pattern, or false otherwise.

/summary>


The documentation for this class was generated from the following file:
  • Summer.Batch.Infrastructure/Support/PatternMatcher.cs