Uses of Class
org.apache.maven.api.services.xml.XmlWriterException
Packages that use XmlWriterException
Package
Description
Provides XML-specific services for reading and writing Maven's configuration files
and descriptors.
-
Uses of XmlWriterException in org.apache.maven.api.services.xml
Methods in org.apache.maven.api.services.xml that throw XmlWriterExceptionModifier and TypeMethodDescriptiondefault StringXmlFactory.toXmlString(T content) Converts the given content to an XML string.voidXmlFactory.write(XmlWriterRequest<T> request) default voidXmlFactory.write(T content, OutputStream outputStream) default voiddefault void