Uses of Interface
org.apache.maven.model.locator.ModelLocator
-
Packages that use ModelLocator Package Description org.apache.maven.model.building org.apache.maven.model.locator -
-
Uses of ModelLocator in org.apache.maven.model.building
Subinterfaces of ModelLocator in org.apache.maven.model.building Modifier and Type Interface Description interfaceModelProcessorModelProcessorClasses in org.apache.maven.model.building that implement ModelLocator Modifier and Type Class Description classDefaultModelProcessorNote: uses @Typed to limit the types it is available for injection to just ModelProcessor.Methods in org.apache.maven.model.building that return ModelLocator Modifier and Type Method Description protected ModelLocatorDefaultModelBuilderFactory. newModelLocator()Methods in org.apache.maven.model.building with parameters of type ModelLocator Modifier and Type Method Description DefaultModelProcessorDefaultModelProcessor. setModelLocator(ModelLocator locator) -
Uses of ModelLocator in org.apache.maven.model.locator
Classes in org.apache.maven.model.locator that implement ModelLocator Modifier and Type Class Description classDefaultModelLocatorLocates a POM file within a project base directory.
-