Uses of Class
org.apache.maven.api.cli.extensions.InputLocation
Packages that use InputLocation
Package
Description
Provides support for Maven core extensions configuration and management.
This package contain support (mostly abstract) classes, that implement "base" of CLIng.
-
Uses of InputLocation in org.apache.maven.api.cli.extensions
Methods in org.apache.maven.api.cli.extensions that return InputLocationModifier and TypeMethodDescriptionCoreExtension.getImportedFrom()
Gets the input location that caused this model to be read.CoreExtensions.getImportedFrom()
Gets the input location that caused this model to be read.CoreExtension.getLocation
(Object key) Gets the location of the specified field in the input source.CoreExtensions.getLocation
(Object key) Gets the location of the specified field in the input source.InputLocation.getLocation
(Object key) InputLocationTracker.getLocation
(Object field) 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.cli.extensions that return types with arguments of type InputLocationMethods in org.apache.maven.api.cli.extensions with parameters of type InputLocationModifier and TypeMethodDescriptionCoreExtension.Builder.importedFrom
(InputLocation importedFrom) CoreExtensions.Builder.importedFrom
(InputLocation importedFrom) CoreExtension.Builder.location
(Object key, InputLocation location) CoreExtensions.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.cli.extensions with type arguments of type InputLocationModifierConstructorDescriptionInputLocation
(int lineNumber, int columnNumber, InputSource source, Map<Object, InputLocation> locations) -
Uses of InputLocation in org.apache.maven.cling.internal.extension.io
Fields in org.apache.maven.cling.internal.extension.io with type parameters of type InputLocationModifier and TypeFieldDescriptionprotected Function
<InputLocation, String> CoreExtensionsStaxWriter.stringFormatter
Field stringFormatter.Methods in org.apache.maven.cling.internal.extension.io with parameters of type InputLocationModifier and TypeMethodDescriptionprotected String
CoreExtensionsStaxWriter.toString
(InputLocation location) Method toString.Method parameters in org.apache.maven.cling.internal.extension.io with type arguments of type InputLocationModifier and TypeMethodDescriptionvoid
CoreExtensionsStaxWriter.setStringFormatter
(Function<InputLocation, String> stringFormatter) Method setStringFormatter. -
Uses of InputLocation in org.apache.maven.cling.invoker
Methods in org.apache.maven.cling.invoker with parameters of type InputLocationModifier and TypeMethodDescriptionprotected String
PrecedenceCoreExtensionSelector.formatLocation
(InputLocation location)