public interface M2RepoService
| Modifier and Type | Method and Description |
|---|---|
String |
getPomText(String path)
Retrieve the pom.xml from the given Path.
|
String |
getRepositoryURL(String context)
Get the repository's URL
|
PageResponse<JarListPageRow> |
listArtifacts(JarListPageRequest pageRequest)
Query the repository for a list of artifacts
|
GAV |
loadGAVFromJar(String path)
Retrieve the GAV details from a JAR or KJAR
|
String getPomText(String path)
path - The path to the fileGAV loadGAVFromJar(String path)
path - The path to the artifactPageResponse<JarListPageRow> listArtifacts(JarListPageRequest pageRequest)
pageRequest - Request for required artifactsCopyright © 2012–2018 JBoss by Red Hat. All rights reserved.