KIE API 6.0.0.CR2

org.kie.api.builder
Interface ReleaseId


public interface ReleaseId

ReleaseId is a full identifier far a given version of an artifact. Following the maven conventions it is composed of 3 parts: a groupId, an artifactId and a version


Method Summary
 String getArtifactId()
           
 String getGroupId()
           
 String getVersion()
           
 String toExternalForm()
           
 

Method Detail

getGroupId

String getGroupId()

getArtifactId

String getArtifactId()

getVersion

String getVersion()

toExternalForm

String toExternalForm()

KIE API 6.0.0.CR2

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.