matches abstract method

bool matches(
  1. String path
)

Checks if the given path matches the pattern.

Implementation

bool matches(String path);