Uses of Class
org.apache.maven.api.services.xml.XmlReaderException
Packages that use XmlReaderException
Package
Description
Provides XML-specific services for reading and writing Maven's configuration files
and descriptors.
-
Uses of XmlReaderException in org.apache.maven.api.services.model
Methods in org.apache.maven.api.services.model that throw XmlReaderExceptionModifier and TypeMethodDescriptionModelProcessor.read
(XmlReaderRequest request) Reads the model from the specified byte stream. -
Uses of XmlReaderException in org.apache.maven.api.services.xml
Methods in org.apache.maven.api.services.xml that throw XmlReaderExceptionModifier and TypeMethodDescriptiondefault T
XmlFactory.fromXmlString
(String xml) Simply parse the given xml string.default T
XmlFactory.read
(InputStream input) default T
XmlFactory.read
(InputStream input, boolean strict) default T
default T
default T
default T
XmlFactory.read
(XmlReaderRequest request) -
Uses of XmlReaderException in org.apache.maven.impl
Methods in org.apache.maven.impl that throw XmlReaderExceptionModifier and TypeMethodDescriptionstatic Model
Simply parse the given xml string.DefaultModelXmlFactory.read
(XmlReaderRequest request) DefaultSettingsXmlFactory.read
(XmlReaderRequest request) DefaultToolchainsXmlFactory.read
(XmlReaderRequest request) -
Uses of XmlReaderException in org.apache.maven.internal.impl
Methods in org.apache.maven.internal.impl that throw XmlReaderExceptionModifier and TypeMethodDescriptionstatic PluginDescriptor
Simply parse the given xml string.DefaultPluginXmlFactory.read
(XmlReaderRequest request)