Package org.apache.maven.api.services.xml
package org.apache.maven.api.services.xml
Provides XML-specific services for reading and writing Maven's configuration files
and descriptors. These services handle XML parsing, transformation, and serialization
while maintaining Maven's model integrity.
- Since:
- 4.0.0
-
ClassDescriptionReads or writes a
Model
using XML.Reads and writes aPluginDescriptor
object to/from XML.Reads and writes aSettings
object to/from XML.Reads and writes aPersistedToolchains
object to/from XML.XmlFactory<T>Generic interface to read/write objects to/from XML.An exception thrown during the reading of an xml file.An XML reader request.An exception thrown during the writing of an xml file.An XML writer request.