- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for locateAndParse (0.07 sec)
-
api/maven-api-spi/src/main/java/org/apache/maven/api/spi/ModelParser.java
* @return an optional parsed {@link Model} or {@code null} if none could be found * @throws ModelParserException if the located model cannot be parsed */ @Nonnull default Optional<Model> locateAndParse(@Nonnull Path dir, @Nullable Map<String, ?> options) throws ModelParserException { return locate(dir).map(s -> parse(s, options)); }
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Tue Sep 10 17:18:47 UTC 2024 - 3.1K bytes - Viewed (0)