- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for isTopProject (0.07 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/ProtoSession.java
* directory pointed at by the {@code -f/--file} command line argument. * * @return the directory of the topmost project, never {@code null} * @see Project#isTopProject() * @see #getRootDirectory() */ @Nonnull Path getTopDirectory(); /** * Gets the root directory of the session, which is the root directory for the top directory project. *
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-core/src/main/java/org/apache/maven/api/Project.java
* built, either because Maven has been launched in a subdirectory or using * a {@code -f} option. * * @return {@code true} if the project is the top level project for this build */ boolean isTopProject(); /** * Returns a boolean indicating if the project is a root project, * meaning that the {@link #getRootDirectory()} and {@link #getBasedir()}
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Feb 27 11:07:03 UTC 2025 - 10.6K bytes - Viewed (0)