@Singleton @Named(value="maven2") public class M2GavCalculator extends Object implements GavCalculator
GavCalculator.| Constructor and Description |
|---|
M2GavCalculator() |
| Modifier and Type | Method and Description |
|---|---|
String |
calculateArtifactName(Gav gav) |
String |
gavToPath(Gav gav)
Reassembles the repository path from the supplied GAV.
|
Gav |
pathToGav(String str)
Calculates GAV from provided repository path.
|
public Gav pathToGav(String str)
GavCalculatorpathToGav in interface GavCalculatorstr - the repository pathpublic String gavToPath(Gav gav)
GavCalculatorgavToPath in interface GavCalculatorCopyright © 2002–2022 The Apache Software Foundation. All rights reserved.