- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for isLocationTracking (0.06 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/services/ModelBuilderRequest.java
*/ REQUEST_DOMINANT, } @Nonnull ModelSource getSource(); @Nonnull RequestType getRequestType(); boolean isLocationTracking(); boolean isRecursive(); /** * Defines external profiles that may be activated for the given model.Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 10 07:30:49 UTC 2025 - 16.3K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/building/ModelBuildingRequest.java
* * @return {@code true} if location tracking is enabled, {@code false} otherwise. */ boolean isLocationTracking(); /** * Enables/disables the tracking of line/column numbers for the model source being parsed. By default, input * locations are not tracked. *Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sat Apr 05 11:52:05 UTC 2025 - 12.8K bytes - Viewed (0)