Interface ResolvedArtifactsStore


  • public interface ResolvedArtifactsStore
    a collection of artifacts resolved in the maven session
    • 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 the GA
        Parameters:
        groupId - - the groupId of the manifest
        artifactId - - the artifactId of the manifest
        Returns:
        - MavenArtifact representing the resolved manifest or null if the manifest has not been resolved