Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for findMandatoryRoot (0.06 sec)

  1. 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)
Back to top