Uses of Class
org.apache.maven.api.settings.InputLocation
Packages that use InputLocation
Package
Description
-
Uses of InputLocation in org.apache.maven.api.settings
Fields in org.apache.maven.api.settings declared as InputLocationModifier and TypeFieldDescription(package private) InputLocation
Activation.Builder.importedFrom
(package private) final InputLocation
Activation.importedFrom
Location tracking(package private) InputLocation
ActivationFile.Builder.importedFrom
(package private) final InputLocation
ActivationFile.importedFrom
Location tracking(package private) InputLocation
ActivationOS.Builder.importedFrom
(package private) final InputLocation
ActivationOS.importedFrom
Location tracking(package private) InputLocation
ActivationProperty.Builder.importedFrom
(package private) final InputLocation
ActivationProperty.importedFrom
Location tracking(package private) InputLocation
RepositoryPolicy.Builder.importedFrom
(package private) final InputLocation
RepositoryPolicy.importedFrom
Location tracking(package private) InputLocation
TrackableBase.Builder.importedFrom
(package private) final InputLocation
TrackableBase.importedFrom
Location trackingFields in org.apache.maven.api.settings with type parameters of type InputLocationModifier and TypeFieldDescription(package private) Map
<Object, InputLocation> Activation.Builder.locations
(package private) final Map
<Object, InputLocation> Activation.locations
Locations(package private) Map
<Object, InputLocation> ActivationFile.Builder.locations
(package private) final Map
<Object, InputLocation> ActivationFile.locations
Locations(package private) Map
<Object, InputLocation> ActivationOS.Builder.locations
(package private) final Map
<Object, InputLocation> ActivationOS.locations
Locations(package private) Map
<Object, InputLocation> ActivationProperty.Builder.locations
(package private) final Map
<Object, InputLocation> ActivationProperty.locations
Locationsprivate final Map
<Object, InputLocation> InputLocation.locations
(package private) Map
<Object, InputLocation> RepositoryPolicy.Builder.locations
(package private) final Map
<Object, InputLocation> RepositoryPolicy.locations
Locations(package private) Map
<Object, InputLocation> TrackableBase.Builder.locations
(package private) final Map
<Object, InputLocation> TrackableBase.locations
LocationsMethods in org.apache.maven.api.settings that return InputLocationModifier and TypeMethodDescriptionActivation.getImportedFrom()
Gets the input location that caused this model to be read.ActivationFile.getImportedFrom()
Gets the input location that caused this model to be read.ActivationOS.getImportedFrom()
Gets the input location that caused this model to be read.ActivationProperty.getImportedFrom()
Gets the input location that caused this model to be read.RepositoryPolicy.getImportedFrom()
Gets the input location that caused this model to be read.TrackableBase.getImportedFrom()
Gets the input location that caused this model to be read.Activation.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.Methods in org.apache.maven.api.settings that return types with arguments of type InputLocationModifier and TypeMethodDescription(package private) Map
<Object, InputLocation> Activation.Builder.computeLocations()
(package private) Map
<Object, InputLocation> ActivationFile.Builder.computeLocations()
(package private) Map
<Object, InputLocation> ActivationOS.Builder.computeLocations()
(package private) Map
<Object, InputLocation> ActivationProperty.Builder.computeLocations()
(package private) Map
<Object, InputLocation> RepositoryPolicy.Builder.computeLocations()
(package private) Map
<Object, InputLocation> TrackableBase.Builder.computeLocations()
InputLocation.getLocations()
Methods in org.apache.maven.api.settings with parameters of type InputLocationModifier and TypeMethodDescriptionActivation.Builder.importedFrom
(InputLocation importedFrom) ActivationFile.Builder.importedFrom
(InputLocation importedFrom) ActivationOS.Builder.importedFrom
(InputLocation importedFrom) ActivationProperty.Builder.importedFrom
(InputLocation importedFrom) IdentifiableBase.Builder.importedFrom
(InputLocation importedFrom) Mirror.Builder.importedFrom
(InputLocation importedFrom) Profile.Builder.importedFrom
(InputLocation importedFrom) Proxy.Builder.importedFrom
(InputLocation importedFrom) Repository.Builder.importedFrom
(InputLocation importedFrom) RepositoryBase.Builder.importedFrom
(InputLocation importedFrom) RepositoryPolicy.Builder.importedFrom
(InputLocation importedFrom) Server.Builder.importedFrom
(InputLocation importedFrom) Settings.Builder.importedFrom
(InputLocation importedFrom) TrackableBase.Builder.importedFrom
(InputLocation importedFrom) Activation.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.Constructor parameters in org.apache.maven.api.settings with type arguments of type InputLocationModifierConstructorDescriptionInputLocation
(int lineNumber, int columnNumber, InputSource source, Map<Object, InputLocation> locations) -
Uses of InputLocation in org.apache.maven.internal.impl
Methods in org.apache.maven.internal.impl with parameters of type InputLocationModifier and TypeMethodDescriptionprivate static InputLocation
SettingsUtilsV4.toLocation
(InputLocation location) -
Uses of InputLocation in org.apache.maven.settings.v4
Fields in org.apache.maven.settings.v4 with type parameters of type InputLocationModifier and TypeFieldDescriptionprotected Function
<InputLocation, String> SettingsStaxWriter.stringFormatter
Field stringFormatter.Methods in org.apache.maven.settings.v4 with parameters of type InputLocationModifier and TypeMethodDescriptionprotected String
SettingsStaxWriter.toString
(InputLocation location) Method toString.Method parameters in org.apache.maven.settings.v4 with type arguments of type InputLocationModifier and TypeMethodDescriptionvoid
SettingsStaxWriter.setStringFormatter
(Function<InputLocation, String> stringFormatter) Method setStringFormatter.