- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for updateOrCreateChildElement (0.36 seconds)
-
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/DomUtils.java
* @param content the content to set * @return the updated or created element * */ public static Element updateOrCreateChildElement(Element parent, String childName, String content) { PomEditor editor = new PomEditor(parent.document()); return editor.updateOrCreateChildElement(parent, childName, content); }Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 7.4K bytes - Click Count (0)