Package org.apache.maven.api.model
Interface InputLocationTracker
- All Known Implementing Classes:
- 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,- Site
public interface InputLocationTracker
- 
Method SummaryModifier and TypeMethodDescriptionGets the parent InputLocation where this InputLocation may have been imported from.getLocation(Object field) 
- 
Method Details- 
getLocation
- 
getImportedFromInputLocation getImportedFrom()Gets the parent InputLocation where this InputLocation may have been imported from. Can returnnull.- Returns:
- InputLocation
- Since:
- 4.0.0
 
 
-