Uses of Class
org.apache.maven.api.toolchain.InputLocation
-
Uses of InputLocation in org.apache.maven.api.toolchain
Modifier and TypeMethodDescriptionTrackableBase.getImportedFrom()
Gets the input location that caused this model to be read.InputLocation.getLocation
(Object key) InputLocationTracker.getLocation
(Object field) PersistedToolchains.getLocation
(Object key) Gets the location of the specified field in the input source.ToolchainModel.getLocation
(Object key) Gets the location of the specified field in the input source.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.importedFrom
(InputLocation importedFrom) ToolchainModel.Builder.importedFrom
(InputLocation importedFrom) TrackableBase.Builder.importedFrom
(InputLocation importedFrom) PersistedToolchains.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) -
Uses of InputLocation in org.apache.maven.toolchain.v4
Modifier and TypeFieldDescriptionprotected Function
<InputLocation, String> MavenToolchainsStaxWriter.stringFormatter
Field stringFormatter.Modifier and TypeMethodDescriptionprotected String
MavenToolchainsStaxWriter.toString
(InputLocation location) Method toString.Modifier and TypeMethodDescriptionvoid
MavenToolchainsStaxWriter.setStringFormatter
(Function<InputLocation, String> stringFormatter) Method setStringFormatter.