Activation, ActivationFile, ActivationOS, ActivationProperty, Build, BuildBase, CiManagement, ConfigurationContainer, Contributor, Dependency, DependencyManagement, DeploymentRepository, Developer, DistributionManagement, Exclusion, Extension, FileSet, InputLocation, IssueManagement, License, MailingList, Model, ModelBase, Notifier, Organization, Parent, PatternSet, Plugin, PluginConfiguration, PluginContainer, PluginExecution, PluginManagement, Prerequisites, Profile, Relocation, Reporting, ReportPlugin, ReportSet, Repository, RepositoryBase, RepositoryPolicy, Resource, Scm, Sitepublic interface InputLocationTracker
| Modifier and Type | Method | Description |
|---|---|---|
InputLocation |
getLocation(java.lang.Object field) |
Gets the location of the specified field in the input
source.
|
void |
setLocation(java.lang.Object field,
InputLocation location) |
Sets the location of the specified field.
|
InputLocation getLocation(java.lang.Object field)
field - The key of the field, must not be
null.null if unknown.void setLocation(java.lang.Object field,
InputLocation location)
field - The key of the field, must not be
null.location - The location of the field, may be
null.