Uses of Class
org.apache.maven.api.toolchain.InputLocation
-
Uses of InputLocation in org.apache.maven.api.toolchain
Modifier and TypeMethodDescriptionInputLocation.getLocation
(Object key) InputLocationTracker.getLocation
(Object field) TrackableBase.getLocation
(Object key) Gets the location of the specified field in the input source.static InputLocation
InputLocation.merge
(InputLocation target, InputLocation source, boolean sourceDominant) Merges thesource
location into thetarget
location.static InputLocation
InputLocation.merge
(InputLocation target, InputLocation source, Collection<Integer> indices) Merges thesource
location into thetarget
location.Modifier and TypeMethodDescriptionPersistedToolchains.Builder.location
(Object key, InputLocation location) ToolchainModel.Builder.location
(Object key, InputLocation location) TrackableBase.Builder.location
(Object key, InputLocation location) static InputLocation
InputLocation.merge
(InputLocation target, InputLocation source, boolean sourceDominant) Merges thesource
location into thetarget
location.static InputLocation
InputLocation.merge
(InputLocation target, InputLocation source, Collection<Integer> indices) Merges thesource
location into thetarget
location.InputLocation.StringFormatter.toString
(InputLocation location) Method toString.ModifierConstructorDescriptionInputLocation
(int lineNumber, int columnNumber, InputSource source, Map<Object, InputLocation> locations)