Uses of Class
org.apache.maven.api.toolchain.InputLocation
Packages that use InputLocation
-
Uses of InputLocation in org.apache.maven.api.toolchain
Fields in org.apache.maven.api.toolchain declared as InputLocationModifier and TypeFieldDescription(package private) InputLocation
TrackableBase.Builder.importedFrom
(package private) final InputLocation
TrackableBase.importedFrom
Location trackingFields in org.apache.maven.api.toolchain with type parameters of type InputLocationModifier and TypeFieldDescriptionprivate final Map
<Object, InputLocation> InputLocation.locations
(package private) Map
<Object, InputLocation> TrackableBase.Builder.locations
(package private) final Map
<Object, InputLocation> TrackableBase.locations
LocationsMethods in org.apache.maven.api.toolchain that return InputLocationModifier and TypeMethodDescriptionTrackableBase.getImportedFrom()
Gets the input location that caused this model to be read.InputLocation.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 InputLocationModifier and TypeMethodDescription(package private) Map
<Object, InputLocation> TrackableBase.Builder.computeLocations()
InputLocation.getLocations()
Methods in org.apache.maven.api.toolchain with parameters of type InputLocationModifier 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.Constructor parameters in org.apache.maven.api.toolchain with type arguments of type InputLocationModifierConstructorDescriptionInputLocation
(int lineNumber, int columnNumber, InputSource source, Map<Object, InputLocation> locations) -
Uses of InputLocation in org.apache.maven.toolchain.v4
Fields in org.apache.maven.toolchain.v4 with type parameters of type InputLocationModifier and TypeFieldDescriptionprotected Function
<InputLocation, String> MavenToolchainsStaxWriter.stringFormatter
Field stringFormatter.Methods in org.apache.maven.toolchain.v4 with parameters of type InputLocationModifier and TypeMethodDescriptionprotected String
MavenToolchainsStaxWriter.toString
(InputLocation location) Method toString.Method parameters in org.apache.maven.toolchain.v4 with type arguments of type InputLocationModifier and TypeMethodDescriptionvoid
MavenToolchainsStaxWriter.setStringFormatter
(Function<InputLocation, String> stringFormatter) Method setStringFormatter.