public interface M2RepoService
Modifier and Type | Method and Description |
---|---|
String |
getKieDeploymentDescriptorText(String path)
Retrieve the kie-deployment-descriptor.xml from the given Path.
|
String |
getKModuleText(String path)
Retrieve the kmodule.xml from the given Path.
|
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()
String getKModuleText(String path)
path
- The path to the fileCopyright © 2012–2019 JBoss by Red Hat. All rights reserved.