Uses of Class
org.apache.maven.api.settings.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) 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(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.static InputLocationInputLocation.of(InputSource source) Creates an InputLocation with the specified source.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.InputLocation.StringFormatter.toString(InputLocation location) Method toString.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.Constructor parameters in org.apache.maven.api.settings with type arguments of type InputLocationModifierConstructorDescriptionInputLocation(int lineNumber, int columnNumber, InputSource source, Map<Object, InputLocation> locations) Deprecated.
InputLocation.of(int, int, InputSource, Map)instead