KIE API 6.2.0.Beta1

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.2.0.Beta1

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