GlobPathMatcher constructor

GlobPathMatcher(
  1. Glob _glob
)

Creates a GlobPathMatcher with the specified glob pattern.

Implementation

GlobPathMatcher(this._glob);