Uses of Class
org.apache.maven.api.settings.InputLocation
-
Uses of InputLocation in org.apache.maven.api.settings
Modifier and TypeMethodDescriptionActivation.getLocation
(Object key) Gets the location of the specified field in the input source.ActivationFile.getLocation
(Object key) Gets the location of the specified field in the input source.ActivationOS.getLocation
(Object key) Gets the location of the specified field in the input source.ActivationProperty.getLocation
(Object key) Gets the location of the specified field in the input source.InputLocation.getLocation
(Object key) InputLocationTracker.getLocation
(Object field) RepositoryPolicy.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 TypeMethodDescriptionActivation.Builder.location
(Object key, InputLocation location) ActivationFile.Builder.location
(Object key, InputLocation location) ActivationOS.Builder.location
(Object key, InputLocation location) ActivationProperty.Builder.location
(Object key, InputLocation location) IdentifiableBase.Builder.location
(Object key, InputLocation location) Mirror.Builder.location
(Object key, InputLocation location) Profile.Builder.location
(Object key, InputLocation location) Proxy.Builder.location
(Object key, InputLocation location) Repository.Builder.location
(Object key, InputLocation location) RepositoryBase.Builder.location
(Object key, InputLocation location) RepositoryPolicy.Builder.location
(Object key, InputLocation location) Server.Builder.location
(Object key, InputLocation location) Settings.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.settings.v4
Modifier and TypeMethodDescriptionprotected String
SettingsStaxWriter.toString
(InputLocation location) Method toString.