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