- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for findMandatoryRoot (0.06 sec)
-
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/CliUtils.java
} return null; } @Nonnull public static Path findMandatoryRoot(Path topDirectory) { requireNonNull(topDirectory, "topDirectory"); return getCanonicalPath(Optional.ofNullable( ServiceLoader.load(RootLocator.class).iterator().next().findMandatoryRoot(topDirectory)) .orElseThrow()); }Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Oct 13 18:30:29 UTC 2025 - 5K bytes - Viewed (0)