public interface GavCalculator
Gav based on provided artifact path and to calculate an artifact path from
provided Gav.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
gavToPath(Gav gav)
Reassembles the repository path from the supplied GAV.
|
Gav |
pathToGav(java.lang.String path)
Calculates GAV from provided repository path.
|
Gav pathToGav(java.lang.String path)
path - the repository pathjava.lang.String gavToPath(Gav gav)
gav -