Uses of Interface
org.apache.maven.model.locator.ModelLocator
Packages that use ModelLocator
Package
Description
-
Uses of ModelLocator in org.apache.maven.model.building
Subinterfaces of ModelLocator in org.apache.maven.model.buildingClasses in org.apache.maven.model.building that implement ModelLocatorModifier and TypeClassDescriptionclass
Note: uses @Typed to limit the types it is available for injection to just ModelProcessor.Methods in org.apache.maven.model.building that return ModelLocatorModifier and TypeMethodDescriptionprotected ModelLocator
DefaultModelBuilderFactory.newModelLocator()
Methods in org.apache.maven.model.building with parameters of type ModelLocatorModifier and TypeMethodDescriptionFileModelSource.getRelatedSource
(ModelLocator locator, String relPath) ModelSource3.getRelatedSource
(ModelLocator locator, String relPath) Returns model source identified by a path relative to this model source POM.Constructors in org.apache.maven.model.building with parameters of type ModelLocatorModifierConstructorDescriptionDefaultModelProcessor
(Collection<ModelParser> modelParsers, ModelLocator modelLocator, ModelReader modelReader) -
Uses of ModelLocator in org.apache.maven.model.locator
Classes in org.apache.maven.model.locator that implement ModelLocatorModifier and TypeClassDescriptionclass
Locates a POM file within a project base directory. -
Uses of ModelLocator in org.apache.maven.project.collector
Constructors in org.apache.maven.project.collector with parameters of type ModelLocatorModifierConstructorDescriptionMultiModuleCollectionStrategy
(ModelLocator modelLocator, ProjectsSelector projectsSelector)