Package com.STIW3054.A191.CloneRepo
Class UrlDetails
java.lang.Object
com.STIW3054.A191.CloneRepo.UrlDetails
public class UrlDetails
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description UrlDetails()
-
Method Summary
Modifier and Type Method Description static java.lang.String
getMatric(java.lang.String repoUrl)
static java.lang.String
getRepoName(java.lang.String repoUrl)
-
Constructor Details
-
UrlDetails
public UrlDetails()
-
-
Method Details
-
getRepoName
public static java.lang.String getRepoName(java.lang.String repoUrl) -
getMatric
public static java.lang.String getMatric(java.lang.String repoUrl)
-