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 String
XmlFactory.toXmlString
(T content) Converts the given content to an XML string.void
XmlFactory.write
(XmlWriterRequest<T> request) default void
XmlFactory.write
(T content, OutputStream outputStream) default void
default void
-
Uses of XmlWriterException in org.apache.maven.impl
Methods in org.apache.maven.impl that throw XmlWriterExceptionModifier and TypeMethodDescriptionstatic String
Simply converts the given content to an XML string.static String
DefaultPluginXmlFactory.toXml
(PluginDescriptor content) Simply converts the given content to an XML string.void
DefaultModelXmlFactory.write
(XmlWriterRequest<Model> request) void
DefaultPluginXmlFactory.write
(XmlWriterRequest<PluginDescriptor> request) void
DefaultSettingsXmlFactory.write
(XmlWriterRequest<Settings> request) void
DefaultToolchainsXmlFactory.write
(XmlWriterRequest<PersistedToolchains> request)