Package org.apache.maven.index.locator
Interface GavHelpedLocator
-
- All Known Implementing Classes:
ArtifactLocator
,PomLocator
public interface GavHelpedLocator
An artifact locator used to locate repository "elements" relative to some file with givenGav
.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ROLE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.File
locate(java.io.File source, GavCalculator gavCalculator, Gav gav)
-
-
-
Method Detail
-
locate
java.io.File locate(java.io.File source, GavCalculator gavCalculator, Gav gav)
-
-