- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for newXmlWriter (0.22 sec)
-
compat/maven-model-builder/src/main/java/org/apache/maven/model/io/DefaultModelWriter.java
Objects.requireNonNull(output, "output cannot be null"); Objects.requireNonNull(model, "model cannot be null"); output.getParentFile().mkdirs(); write(WriterFactory.newXmlWriter(output), options, model); } @Override public void write(Writer output, Map<String, Object> options, Model model) throws IOException { Objects.requireNonNull(output, "output cannot be null");
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jan 10 07:09:12 UTC 2025 - 2.7K bytes - Viewed (0)