Uses of Class
org.apache.maven.index.artifact.Gav

Uses of Gav in org.apache.maven.index.artifact
 

Methods in org.apache.maven.index.artifact that return Gav
 Gav M2GavCalculator.pathToGav(String str)
           
 Gav M1GavCalculator.pathToGav(String str)
           
 Gav GavCalculator.pathToGav(String path)
          Calculates GAV from provided repository path.
 

Methods in org.apache.maven.index.artifact with parameters of type Gav
 String M2GavCalculator.calculateArtifactName(Gav gav)
           
 String M2GavCalculator.gavToPath(Gav gav)
           
 String M1GavCalculator.gavToPath(Gav gav)
          // XXX this is not accurate, m1 is using packaging as an artifact folder name.
 String GavCalculator.gavToPath(Gav gav)
          Reassembles the repository path from the supplied GAV.
 



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