Uses of Class
org.apache.maven.api.toolchain.InputLocation
Packages that use InputLocation
-
Uses of InputLocation in org.apache.maven.api.toolchain
Methods in org.apache.maven.api.toolchain that return InputLocationModifier 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.Methods in org.apache.maven.api.toolchain that return types with arguments of type InputLocationMethods in org.apache.maven.api.toolchain with parameters of type InputLocationModifier 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.Constructor parameters in org.apache.maven.api.toolchain with type arguments of type InputLocationModifierConstructorDescriptionInputLocation
(int lineNumber, int columnNumber, InputSource source, Map<Object, InputLocation> locations)