Package com.vaadin.flow.gradle
Class GlobMatcher
-
- All Implemented Interfaces:
-
java.util.function.Predicate
public final class GlobMatcher implements Predicate<String>
Matches strings based on given pattern.
-
-
Constructor Summary
Constructors Constructor Description GlobMatcher(String pattern)
-
Method Summary
Modifier and Type Method Description final StringgetPattern()a pattern such as com.vaadinor*.Booleantest(String t)
-