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
Modelusing XML.Reads and writes aPluginDescriptorobject to/from XML.Reads and writes aSettingsobject to/from XML.Reads and writes aPersistedToolchainsobject to/from XML.XmlFactory<T>Generic interface to read/write objects to/from XML.An exception thrown while reading an XML file.An XML reader request.An exception thrown while writing an XML file.An XML writer request.