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) Simply 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.void
DefaultModelXmlFactory.write
(XmlWriterRequest<Model> request) void
DefaultSettingsXmlFactory.write
(XmlWriterRequest<Settings> request) void
DefaultToolchainsXmlFactory.write
(XmlWriterRequest<PersistedToolchains> request) -
Uses of XmlWriterException in org.apache.maven.internal.impl
Methods in org.apache.maven.internal.impl that throw XmlWriterExceptionModifier and TypeMethodDescriptionstatic String
DefaultPluginXmlFactory.toXml
(PluginDescriptor content) Simply converts the given content to an xml string.void
DefaultPluginXmlFactory.write
(XmlWriterRequest<PluginDescriptor> request)