Uses of Class
org.apache.maven.model.InputLocation

Packages that use InputLocation
org.apache.maven.model Maven POM (Project Object Model) classes, generated from maven.mdo model. 
org.apache.maven.model.building   
 

Uses of InputLocation in org.apache.maven.model
 

Methods in org.apache.maven.model that return InputLocation
 InputLocation InputLocation.clone()
          Method clone.
 InputLocation Site.getLocation(Object key)
           
 InputLocation Scm.getLocation(Object key)
           
 InputLocation RepositoryPolicy.getLocation(Object key)
           
 InputLocation RepositoryBase.getLocation(Object key)
           
 InputLocation Reporting.getLocation(Object key)
           
 InputLocation Relocation.getLocation(Object key)
           
 InputLocation Prerequisites.getLocation(Object key)
           
 InputLocation PluginContainer.getLocation(Object key)
           
 InputLocation PatternSet.getLocation(Object key)
           
 InputLocation Parent.getLocation(Object key)
           
 InputLocation Organization.getLocation(Object key)
           
 InputLocation Notifier.getLocation(Object key)
           
 InputLocation ModelBase.getLocation(Object key)
           
 InputLocation MailingList.getLocation(Object key)
           
 InputLocation License.getLocation(Object key)
           
 InputLocation IssueManagement.getLocation(Object key)
           
 InputLocation InputLocationTracker.getLocation(Object field)
          Gets the location of the specified field in the input source.
 InputLocation InputLocation.getLocation(Object key)
           
 InputLocation Extension.getLocation(Object key)
           
 InputLocation Exclusion.getLocation(Object key)
           
 InputLocation DistributionManagement.getLocation(Object key)
           
 InputLocation DependencyManagement.getLocation(Object key)
           
 InputLocation Dependency.getLocation(Object key)
           
 InputLocation Contributor.getLocation(Object key)
           
 InputLocation ConfigurationContainer.getLocation(Object key)
           
 InputLocation CiManagement.getLocation(Object key)
           
 InputLocation ActivationProperty.getLocation(Object key)
           
 InputLocation ActivationOS.getLocation(Object key)
           
 InputLocation ActivationFile.getLocation(Object key)
           
 InputLocation Activation.getLocation(Object key)
           
static InputLocation InputLocation.merge(InputLocation target, InputLocation source, boolean sourceDominant)
          Method merge.
static InputLocation InputLocation.merge(InputLocation target, InputLocation source, Collection<Integer> indices)
          Method merge.
 

Methods in org.apache.maven.model that return types with arguments of type InputLocation
 Map<Object,InputLocation> InputLocation.getLocations()
           
 

Methods in org.apache.maven.model with parameters of type InputLocation
static InputLocation InputLocation.merge(InputLocation target, InputLocation source, boolean sourceDominant)
          Method merge.
static InputLocation InputLocation.merge(InputLocation target, InputLocation source, Collection<Integer> indices)
          Method merge.
 void Site.setLocation(Object key, InputLocation location)
           
 void Scm.setLocation(Object key, InputLocation location)
           
 void RepositoryPolicy.setLocation(Object key, InputLocation location)
           
 void RepositoryBase.setLocation(Object key, InputLocation location)
           
 void Reporting.setLocation(Object key, InputLocation location)
           
 void Relocation.setLocation(Object key, InputLocation location)
           
 void Prerequisites.setLocation(Object key, InputLocation location)
           
 void PluginContainer.setLocation(Object key, InputLocation location)
           
 void PatternSet.setLocation(Object key, InputLocation location)
           
 void Parent.setLocation(Object key, InputLocation location)
           
 void Organization.setLocation(Object key, InputLocation location)
           
 void Notifier.setLocation(Object key, InputLocation location)
           
 void ModelBase.setLocation(Object key, InputLocation location)
           
 void MailingList.setLocation(Object key, InputLocation location)
           
 void License.setLocation(Object key, InputLocation location)
           
 void IssueManagement.setLocation(Object key, InputLocation location)
           
 void InputLocationTracker.setLocation(Object field, InputLocation location)
          Sets the location of the specified field.
 void InputLocation.setLocation(Object key, InputLocation location)
           
 void Extension.setLocation(Object key, InputLocation location)
           
 void Exclusion.setLocation(Object key, InputLocation location)
           
 void DistributionManagement.setLocation(Object key, InputLocation location)
           
 void DependencyManagement.setLocation(Object key, InputLocation location)
           
 void Dependency.setLocation(Object key, InputLocation location)
           
 void Contributor.setLocation(Object key, InputLocation location)
           
 void ConfigurationContainer.setLocation(Object key, InputLocation location)
           
 void CiManagement.setLocation(Object key, InputLocation location)
           
 void ActivationProperty.setLocation(Object key, InputLocation location)
           
 void ActivationOS.setLocation(Object key, InputLocation location)
           
 void ActivationFile.setLocation(Object key, InputLocation location)
           
 void Activation.setLocation(Object key, InputLocation location)
           
 

Method parameters in org.apache.maven.model with type arguments of type InputLocation
 void InputLocation.setLocations(Map<Object,InputLocation> locations)
           
 

Uses of InputLocation in org.apache.maven.model.building
 

Methods in org.apache.maven.model.building with parameters of type InputLocation
 void ModelProblemCollector.add(ModelProblem.Severity severity, String message, InputLocation location, Exception cause)
          Adds the specified problem.
 



Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.