Uses of Interface
org.apache.maven.api.services.xml.Location
Packages that use Location
Package
Description
Provides XML-specific services for reading and writing Maven's configuration files
and descriptors.
-
Uses of Location in org.apache.maven.api.services.xml
Methods in org.apache.maven.api.services.xml that return LocationModifier and TypeMethodDescriptionXmlReaderException.getLocation()
XmlWriterException.getLocation()
Constructors in org.apache.maven.api.services.xml with parameters of type LocationModifierConstructorDescriptionXmlReaderException
(String message, Location location, Exception e) XmlWriterException
(String message, Location location, Exception e)