Interface GavHelpedLocator

  • All Known Implementing Classes:
    ArtifactLocator, PomLocator

    public interface GavHelpedLocator
    An artifact locator used to locate repository "elements" relative to some file with given Gav.
    • Field Detail

      • ROLE

        static final java.lang.String ROLE
    • Method Detail

      • locate

        java.io.File locate​(java.io.File source,
                            GavCalculator gavCalculator,
                            Gav gav)