- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getModelIds (0.06 seconds)
-
compat/maven-model-builder/src/main/java/org/apache/maven/model/building/ModelBuildingException.java
* @return The identifier of the POM or an empty string if not known, never {@code null}. */ public String getModelId() { if (result == null || result.getModelIds().isEmpty()) { return ""; } return result.getModelIds().get(0); } /** * Gets the problems that caused this exception. * * @return The problems that caused this exception, never {@code null}.Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Jul 23 17:27:08 GMT 2025 - 5.4K bytes - Click Count (0)