Uses of Class
org.apache.maven.api.services.xml.XmlWriterException
-
Uses of XmlWriterException in org.apache.maven.api.services.xml
Modifier 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.internal.impl
Modifier 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)