Package org.apache.maven.api.services
Interface ModelSource.ModelLocator
- Enclosing interface:
ModelSource
public static interface ModelSource.ModelLocator
-
Method Summary
Modifier and TypeMethodDescriptionlocateExistingPom
(Path project) Returns the file containing the pom or null if a pom can not be found at the given file or in the given directory.
-
Method Details
-
locateExistingPom
Returns the file containing the pom or null if a pom can not be found at the given file or in the given directory.- Since:
- 4.0.0
-