Uses of Class
org.apache.maven.api.model.InputLocation
Packages that use InputLocation
Package
Description
Maven Immutable POM (Project Object Model) classes, generated from
maven.mdo model.Defines core service interfaces that provide essential Maven functionality such as
artifact resolution, dependency management, and build execution.
Maven Resolver extensions for utilizing the Maven POM and Maven
repository metadata.
-
Uses of InputLocation in org.apache.maven.api.model
Methods in org.apache.maven.api.model 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.CiManagement.getImportedFrom()Gets the input location that caused this model to be read.ConfigurationContainer.getImportedFrom()Gets the input location that caused this model to be read.Contributor.getImportedFrom()Gets the input location that caused this model to be read.Dependency.getImportedFrom()Gets the input location that caused this model to be read.DependencyManagement.getImportedFrom()Gets the input location that caused this model to be read.DistributionManagement.getImportedFrom()Gets the input location that caused this model to be read.Exclusion.getImportedFrom()Gets the input location that caused this model to be read.Extension.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.IssueManagement.getImportedFrom()Gets the input location that caused this model to be read.License.getImportedFrom()Gets the input location that caused this model to be read.MailingList.getImportedFrom()Gets the input location that caused this model to be read.ModelBase.getImportedFrom()Gets the input location that caused this model to be read.Notifier.getImportedFrom()Gets the input location that caused this model to be read.Organization.getImportedFrom()Gets the input location that caused this model to be read.Parent.getImportedFrom()Gets the input location that caused this model to be read.PatternSet.getImportedFrom()Gets the input location that caused this model to be read.PluginContainer.getImportedFrom()Gets the input location that caused this model to be read.Prerequisites.getImportedFrom()Gets the input location that caused this model to be read.Relocation.getImportedFrom()Gets the input location that caused this model to be read.Reporting.getImportedFrom()Gets the input location that caused this model to be read.RepositoryBase.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.Scm.getImportedFrom()Gets the input location that caused this model to be read.Site.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.CiManagement.getLocation(Object key) Gets the location of the specified field in the input source.ConfigurationContainer.getLocation(Object key) Gets the location of the specified field in the input source.Contributor.getLocation(Object key) Gets the location of the specified field in the input source.Dependency.getLocation(Object key) Gets the location of the specified field in the input source.DependencyManagement.getLocation(Object key) Gets the location of the specified field in the input source.DistributionManagement.getLocation(Object key) Gets the location of the specified field in the input source.Exclusion.getLocation(Object key) Gets the location of the specified field in the input source.Extension.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.IssueManagement.getLocation(Object key) Gets the location of the specified field in the input source.License.getLocation(Object key) Gets the location of the specified field in the input source.MailingList.getLocation(Object key) Gets the location of the specified field in the input source.ModelBase.getLocation(Object key) Gets the location of the specified field in the input source.Notifier.getLocation(Object key) Gets the location of the specified field in the input source.Organization.getLocation(Object key) Gets the location of the specified field in the input source.Parent.getLocation(Object key) Gets the location of the specified field in the input source.PatternSet.getLocation(Object key) Gets the location of the specified field in the input source.PluginContainer.getLocation(Object key) Gets the location of the specified field in the input source.Prerequisites.getLocation(Object key) Gets the location of the specified field in the input source.Relocation.getLocation(Object key) Gets the location of the specified field in the input source.Reporting.getLocation(Object key) Gets the location of the specified field in the input source.RepositoryBase.getLocation(Object key) 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.Scm.getLocation(Object key) Gets the location of the specified field in the input source.Site.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.static InputLocationInputLocation.of(InputSource source) Creates an InputLocation with the specified source.Methods in org.apache.maven.api.model 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.model 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) Build.Builder.importedFrom(InputLocation importedFrom) BuildBase.Builder.importedFrom(InputLocation importedFrom) CiManagement.Builder.importedFrom(InputLocation importedFrom) ConfigurationContainer.Builder.importedFrom(InputLocation importedFrom) Contributor.Builder.importedFrom(InputLocation importedFrom) Dependency.Builder.importedFrom(InputLocation importedFrom) DependencyManagement.Builder.importedFrom(InputLocation importedFrom) DeploymentRepository.Builder.importedFrom(InputLocation importedFrom) Developer.Builder.importedFrom(InputLocation importedFrom) DistributionManagement.Builder.importedFrom(InputLocation importedFrom) Exclusion.Builder.importedFrom(InputLocation importedFrom) Extension.Builder.importedFrom(InputLocation importedFrom) FileSet.Builder.importedFrom(InputLocation importedFrom) IssueManagement.Builder.importedFrom(InputLocation importedFrom) License.Builder.importedFrom(InputLocation importedFrom) MailingList.Builder.importedFrom(InputLocation importedFrom) Mixin.Builder.importedFrom(InputLocation importedFrom) Model.Builder.importedFrom(InputLocation importedFrom) ModelBase.Builder.importedFrom(InputLocation importedFrom) Notifier.Builder.importedFrom(InputLocation importedFrom) Organization.Builder.importedFrom(InputLocation importedFrom) Parent.Builder.importedFrom(InputLocation importedFrom) PatternSet.Builder.importedFrom(InputLocation importedFrom) Plugin.Builder.importedFrom(InputLocation importedFrom) PluginConfiguration.Builder.importedFrom(InputLocation importedFrom) PluginContainer.Builder.importedFrom(InputLocation importedFrom) PluginExecution.Builder.importedFrom(InputLocation importedFrom) PluginManagement.Builder.importedFrom(InputLocation importedFrom) Prerequisites.Builder.importedFrom(InputLocation importedFrom) Profile.Builder.importedFrom(InputLocation importedFrom) Relocation.Builder.importedFrom(InputLocation importedFrom) Reporting.Builder.importedFrom(InputLocation importedFrom) ReportPlugin.Builder.importedFrom(InputLocation importedFrom) ReportSet.Builder.importedFrom(InputLocation importedFrom) Repository.Builder.importedFrom(InputLocation importedFrom) RepositoryBase.Builder.importedFrom(InputLocation importedFrom) RepositoryPolicy.Builder.importedFrom(InputLocation importedFrom) Resource.Builder.importedFrom(InputLocation importedFrom) Scm.Builder.importedFrom(InputLocation importedFrom) Site.Builder.importedFrom(InputLocation importedFrom) Source.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) Build.Builder.location(Object key, InputLocation location) BuildBase.Builder.location(Object key, InputLocation location) CiManagement.Builder.location(Object key, InputLocation location) ConfigurationContainer.Builder.location(Object key, InputLocation location) Contributor.Builder.location(Object key, InputLocation location) Dependency.Builder.location(Object key, InputLocation location) DependencyManagement.Builder.location(Object key, InputLocation location) DeploymentRepository.Builder.location(Object key, InputLocation location) Developer.Builder.location(Object key, InputLocation location) DistributionManagement.Builder.location(Object key, InputLocation location) Exclusion.Builder.location(Object key, InputLocation location) Extension.Builder.location(Object key, InputLocation location) FileSet.Builder.location(Object key, InputLocation location) IssueManagement.Builder.location(Object key, InputLocation location) License.Builder.location(Object key, InputLocation location) MailingList.Builder.location(Object key, InputLocation location) Mixin.Builder.location(Object key, InputLocation location) Model.Builder.location(Object key, InputLocation location) ModelBase.Builder.location(Object key, InputLocation location) Notifier.Builder.location(Object key, InputLocation location) Organization.Builder.location(Object key, InputLocation location) Parent.Builder.location(Object key, InputLocation location) PatternSet.Builder.location(Object key, InputLocation location) Plugin.Builder.location(Object key, InputLocation location) PluginConfiguration.Builder.location(Object key, InputLocation location) PluginContainer.Builder.location(Object key, InputLocation location) PluginExecution.Builder.location(Object key, InputLocation location) PluginManagement.Builder.location(Object key, InputLocation location) Prerequisites.Builder.location(Object key, InputLocation location) Profile.Builder.location(Object key, InputLocation location) Relocation.Builder.location(Object key, InputLocation location) Reporting.Builder.location(Object key, InputLocation location) ReportPlugin.Builder.location(Object key, InputLocation location) ReportSet.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) Resource.Builder.location(Object key, InputLocation location) Scm.Builder.location(Object key, InputLocation location) Site.Builder.location(Object key, InputLocation location) Source.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.static InputSourceInputSource.of(String modelId, String location, InputLocation importedFrom) Creates a new InputSource with the specified model ID, location, and imported from location.InputLocation.StringFormatter.toString(InputLocation location) Method toString.Method parameters in org.apache.maven.api.model 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.intInputLocation.safeHash(Map<Object, InputLocation> locations) Constructors in org.apache.maven.api.model with parameters of type InputLocationModifierConstructorDescriptionInputLocation(InputLocation original) InputSource(String modelId, String location, InputLocation importedFrom) -
Uses of InputLocation in org.apache.maven.api.services
Methods in org.apache.maven.api.services with parameters of type InputLocationModifier and TypeMethodDescriptiondefault voidModelProblemCollector.add(BuilderProblem.Severity severity, ModelProblem.Version version, String message, InputLocation location) voidModelProblemCollector.add(BuilderProblem.Severity severity, ModelProblem.Version version, String message, InputLocation location, Exception exception) -
Uses of InputLocation in org.apache.maven.impl.model
Methods in org.apache.maven.impl.model with parameters of type InputLocationModifier and TypeMethodDescriptionvoidDefaultModelBuilder.ModelBuilderSessionState.add(BuilderProblem.Severity severity, ModelProblem.Version version, String message, InputLocation location, Exception exception) -
Uses of InputLocation in org.apache.maven.impl.resolver
Methods in org.apache.maven.impl.resolver with parameters of type InputLocationModifier and TypeMethodDescriptionDefaultModelResolver.doResolveModel(ModelResolver.ModelResolverRequest request, InputLocation location, String modelType) DefaultModelResolver.resolveModel(ModelResolver.ModelResolverRequest request, InputLocation location, String modelType) -
Uses of InputLocation in org.apache.maven.internal.impl
Fields in org.apache.maven.internal.impl declared as InputLocationModifier and TypeFieldDescriptionstatic final InputLocationDefaultLifecycleRegistry.DEFAULT_LIFECYCLE_INPUT_LOCATION -
Uses of InputLocation in org.apache.maven.model
Methods in org.apache.maven.model that return InputLocationModifier and TypeMethodDescriptionInputLocation.toApiLocation()Converts this compat model InputLocation to an API model InputLocation.Constructors in org.apache.maven.model with parameters of type InputLocationModifierConstructorDescriptionInputLocation(InputLocation location) Creates a new InputLocation from an API model InputLocation. -
Uses of InputLocation in org.apache.maven.model.v4
Fields in org.apache.maven.model.v4 with type parameters of type InputLocationModifier and TypeFieldDescriptionprotected Function<InputLocation, String> MavenStaxWriter.stringFormatterField stringFormatter.Methods in org.apache.maven.model.v4 with parameters of type InputLocationModifier and TypeMethodDescriptionprotected StringMavenStaxWriter.toString(InputLocation location) Method toString.Method parameters in org.apache.maven.model.v4 with type arguments of type InputLocationModifier and TypeMethodDescriptionvoidMavenStaxWriter.setStringFormatter(Function<InputLocation, String> stringFormatter) Method setStringFormatter.