Uses of Class
org.apache.maven.api.settings.InputLocation
Packages that use InputLocation
-
Uses of InputLocation in org.apache.maven.api.settings
Methods 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 InputLocationMethods 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.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.