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) InputLocationActivation.Builder.importedFrom(package private) final InputLocationActivation.importedFromLocation tracking(package private) InputLocationActivationFile.Builder.importedFrom(package private) final InputLocationActivationFile.importedFromLocation tracking(package private) InputLocationActivationOS.Builder.importedFrom(package private) final InputLocationActivationOS.importedFromLocation tracking(package private) InputLocationActivationProperty.Builder.importedFrom(package private) final InputLocationActivationProperty.importedFromLocation tracking(package private) InputLocationRepositoryPolicy.Builder.importedFrom(package private) final InputLocationRepositoryPolicy.importedFromLocation tracking(package private) InputLocationTrackableBase.Builder.importedFrom(package private) final InputLocationTrackableBase.importedFromLocation 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.locationsLocations(package private) Map<Object, InputLocation> ActivationFile.Builder.locations(package private) final Map<Object, InputLocation> ActivationFile.locationsLocations(package private) Map<Object, InputLocation> ActivationOS.Builder.locations(package private) final Map<Object, InputLocation> ActivationOS.locationsLocations(package private) Map<Object, InputLocation> ActivationProperty.Builder.locations(package private) final Map<Object, InputLocation> ActivationProperty.locationsLocationsprivate final Map<Object, InputLocation> InputLocation.locations(package private) Map<Object, InputLocation> RepositoryPolicy.Builder.locations(package private) final Map<Object, InputLocation> RepositoryPolicy.locationsLocations(package private) Map<Object, InputLocation> TrackableBase.Builder.locations(package private) final Map<Object, InputLocation> TrackableBase.locationsLocationsMethods 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 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.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 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.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 InputLocationSettingsUtilsV4.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.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.