pattern property

Pattern pattern
final

The Pattern this matches filenames against. Note that the pattern must match the entire basename of the file.

Implementation

final Pattern pattern;