- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for topDirectory (0.07 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/ProtoSession.java
this.startTime = requireNonNull(startTime, "startTime"); return this; } public Builder withTopDirectory(@Nonnull Path topDirectory) { this.topDirectory = requireNonNull(topDirectory, "topDirectory"); return this; } public Builder withRootDirectory(@Nullable Path rootDirectory) { this.rootDirectory = rootDirectory;
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Jul 03 14:18:26 UTC 2025 - 7.5K bytes - Viewed (0) -
api/maven-api-cli/src/main/java/org/apache/maven/api/cli/InvokerRequest.java
* This is typically the directory containing the POM file being executed. * * @return the top-level directory path */ @Nonnull Path topDirectory(); /** * Returns the root directory of the Maven invocation, if found. This is determined by the presence of a
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Jun 11 13:14:09 UTC 2025 - 6.7K bytes - Viewed (0)