Object FileMatcher.Companion
-
- All Implemented Interfaces:
public class FileMatcher.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static FileMatcher.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final Booleanmatch(String pattern, String path, Boolean ignoreCase)Return true if path is matched by pattern, false otherwise. final Booleanmatch(Collection<String> patterns, String path, Boolean ignoreCase)Return true if path is matched by any of patterns, false otherwise.
-