KIE API 6.0.1.Final

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()
           
 boolean isSnapshot()
           
 String toExternalForm()
           
 

Method Detail

getGroupId

String getGroupId()

getArtifactId

String getArtifactId()

getVersion

String getVersion()

toExternalForm

String toExternalForm()

isSnapshot

boolean isSnapshot()

KIE API 6.0.1.Final

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