Uses of Class
org.apache.maven.api.settings.InputLocation
Packages that use InputLocation
Package
Description
Contains classes for managing Maven settings, including global and user-specific
configuration stored in settings.xml files.
-
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.InputLocation.getImportedFrom()Gets the parent InputLocation where this InputLocation may have been imported from.InputLocationTracker.getImportedFrom()Gets the parent InputLocation where this InputLocation may have been imported from.InputSource.getImportedFrom()Gets the parent InputLocation where this InputLocation may have been imported from.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) Gets the InputLocation for a specific nested element key.InputLocationTracker.getLocation(Object field) Gets the location of the specified field in the input source.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 InputLocationInputLocation.merge(InputLocation target, InputLocation source, boolean sourceDominant) Merges thesourcelocation into thetargetlocation.static InputLocationInputLocation.merge(InputLocation target, InputLocation source, Collection<Integer> indices) Merges thesourcelocation into thetargetlocation.static InputLocationInputLocation.of()Creates an empty InputLocation with no line/column information.static InputLocationInputLocation.of(int lineNumber, int columnNumber) Creates an InputLocation with the specified line and column numbers.static InputLocationInputLocation.of(int lineNumber, int columnNumber, InputSource source) Creates an InputLocation with the specified line number, column number, and source.static InputLocationInputLocation.of(int lineNumber, int columnNumber, InputSource source, Object selfLocationKey) Creates an InputLocation with the specified line number, column number, source, and a self-location key.static InputLocationInputLocation.of(int lineNumber, int columnNumber, InputSource source, Map<Object, InputLocation> locations) Creates an InputLocation with the specified line number, column number, source, and a complete locations map.Methods in org.apache.maven.api.settings that return types with arguments of type InputLocationModifier and TypeMethodDescriptionInputLocation.getLocations()Gets the map of nested element locations within this location.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 InputLocationInputLocation.merge(InputLocation target, InputLocation source, boolean sourceDominant) Merges thesourcelocation into thetargetlocation.static InputLocationInputLocation.merge(InputLocation target, InputLocation source, Collection<Integer> indices) Merges thesourcelocation into thetargetlocation.Method parameters in org.apache.maven.api.settings with type arguments of type InputLocationModifier and TypeMethodDescriptionstatic InputLocationInputLocation.of(int lineNumber, int columnNumber, InputSource source, Map<Object, InputLocation> locations) Creates an InputLocation with the specified line number, column number, source, and a complete locations map. -
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.stringFormatterField stringFormatter.Methods in org.apache.maven.settings.v4 with parameters of type InputLocationModifier and TypeMethodDescriptionprotected StringSettingsStaxWriter.toString(InputLocation location) Method toString.Method parameters in org.apache.maven.settings.v4 with type arguments of type InputLocationModifier and TypeMethodDescriptionvoidSettingsStaxWriter.setStringFormatter(Function<InputLocation, String> stringFormatter) Method setStringFormatter.