Package org.wildfly.prospero.wfchannel
Interface ResolvedArtifactsStore
-
public interface ResolvedArtifactsStorea collection of artifacts resolved in the maven session
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.wildfly.channel.MavenArtifactgetManifestVersion(String groupId, String artifactId)queries the store to find a manifest resolved in this maven session matching theGA
-
-
-
Method Detail
-
getManifestVersion
org.wildfly.channel.MavenArtifact getManifestVersion(String groupId, String artifactId)
queries the store to find a manifest resolved in this maven session matching theGA- Parameters:
groupId- - thegroupIdof the manifestartifactId- - theartifactIdof the manifest- Returns:
- -
MavenArtifactrepresenting the resolved manifest ornullif the manifest has not been resolved
-
-