public interface M2RepoService
Modifier and Type | Method and Description |
---|---|
String |
getPomText(String path)
Retrieve the pom.xml from the given Path.
|
String |
getRepositoryURL()
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 artifactsString getRepositoryURL()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.