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 given Gav.


Field Summary
static String ROLE
           
 
Method Summary
 File locate(File source, GavCalculator gavCalculator, Gav gav)
           
 

Field Detail

ROLE

static final String ROLE
Method Detail

locate

File locate(File source,
            GavCalculator gavCalculator,
            Gav gav)


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.