Uses of Class
org.apache.maven.api.model.InputLocation
-
Uses of InputLocation in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return InputLocationModifier and TypeMethodDescriptionActivation.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.Build.getLocation
(Object key) Gets the location of the specified field in the input source.BuildBase.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.DeploymentRepository.getLocation
(Object key) Gets the location of the specified field in the input source.Developer.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.FileSet.getLocation
(Object key) Gets the location of the specified field in the input source.InputLocation.getLocation
(Object key) InputLocationTracker.getLocation
(Object field) 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.Model.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.Plugin.getLocation
(Object key) Gets the location of the specified field in the input source.PluginConfiguration.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.PluginExecution.getLocation
(Object key) Gets the location of the specified field in the input source.PluginManagement.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.Profile.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.ReportPlugin.getLocation
(Object key) Gets the location of the specified field in the input source.ReportSet.getLocation
(Object key) Gets the location of the specified field in the input source.Repository.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.Resource.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 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.model that return types with arguments of type InputLocationMethods in org.apache.maven.api.model with parameters of type InputLocationModifier and TypeMethodDescriptionActivation.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) 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) 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.model with type arguments of type InputLocationModifierConstructorDescriptionInputLocation
(int lineNumber, int columnNumber, InputSource source, Map<Object, InputLocation> locations)