Package org.apache.maven.index.locator
Class PomLocator
- java.lang.Object
-
- org.apache.maven.index.locator.PomLocator
-
- All Implemented Interfaces:
GavHelpedLocator
public class PomLocator extends java.lang.Object implements GavHelpedLocator
A POM locator to locate POM artifact.
-
-
Field Summary
-
Fields inherited from interface org.apache.maven.index.locator.GavHelpedLocator
ROLE
-
-
Constructor Summary
Constructors Constructor Description PomLocator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.File
locate(java.io.File source, GavCalculator gavCalculator, Gav gav)
-
-
-
Method Detail
-
locate
public java.io.File locate(java.io.File source, GavCalculator gavCalculator, Gav gav)
- Specified by:
locate
in interfaceGavHelpedLocator
-
-