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.xmlMethods in org.apache.maven.api.services.xml that throw XmlWriterExceptionModifier and TypeMethodDescriptiondefault StringXmlFactory.toXmlString(T content) Simply converts the given content to an xml string.voidXmlFactory.write(XmlWriterRequest<T> request) default voidXmlFactory.write(T content, OutputStream outputStream) default voiddefault void
- 
Uses of XmlWriterException in org.apache.maven.implMethods in org.apache.maven.impl that throw XmlWriterExceptionModifier and TypeMethodDescriptionstatic StringSimply converts the given content to an xml string.voidDefaultModelXmlFactory.write(XmlWriterRequest<Model> request) voidDefaultSettingsXmlFactory.write(XmlWriterRequest<Settings> request) voidDefaultToolchainsXmlFactory.write(XmlWriterRequest<PersistedToolchains> request) 
- 
Uses of XmlWriterException in org.apache.maven.internal.implMethods in org.apache.maven.internal.impl that throw XmlWriterExceptionModifier and TypeMethodDescriptionstatic StringDefaultPluginXmlFactory.toXml(PluginDescriptor content) Simply converts the given content to an xml string.voidDefaultPluginXmlFactory.write(XmlWriterRequest<PluginDescriptor> request)