Uses of Class
org.apache.maven.api.model.InputLocation
Package
Description
Maven Immutable POM (Project Object Model) classes, generated from
maven.mdo
model.-
Uses of InputLocation in org.apache.maven.api.model
Modifier 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.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) 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.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 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.Modifier 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.ModifierConstructorDescriptionInputLocation
(int lineNumber, int columnNumber, InputSource source, Map<Object, InputLocation> locations) -
Uses of InputLocation in org.apache.maven.model
-
Uses of InputLocation in org.apache.maven.model.v4
Modifier and TypeMethodDescriptionprotected String
MavenStaxWriter.toString
(InputLocation location) Method toString.