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) -
Uses of Location in org.apache.maven.impl
Classes in org.apache.maven.impl that implement LocationMethods in org.apache.maven.impl that return LocationModifier and TypeMethodDescriptionstatic LocationStaxLocation.getLocation(Exception e) static LocationStaxLocation.toLocation(Location location)