- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for isIncludesAll (0.37 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/services/PathMatcherFactory.java
* A return value of {@code true} means that the pattern is certain to match all files. * * @param matcher the matcher to test */ default boolean isIncludesAll(@Nonnull PathMatcher matcher) { return Objects.requireNonNull(matcher) == includesAll(); }
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Mon Jul 21 19:37:56 UTC 2025 - 7.5K bytes - Viewed (0)