- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for createIncludeOnlyMatcher (0.07 seconds)
-
api/maven-api-core/src/main/java/org/apache/maven/api/services/PathMatcherFactory.java
* @return a PathMatcher that can be used to test if paths should be included * @throws NullPointerException if baseDirectory is null */ @Nonnull default PathMatcher createIncludeOnlyMatcher(@Nonnull Path baseDirectory, Collection<String> includes) { return createPathMatcher(baseDirectory, includes, null, false); } /**Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Mon Jul 21 19:37:56 GMT 2025 - 7.5K bytes - Click Count (0)