Drools :: Compiler 6.0.0.Beta3

org.drools.compiler.kproject
Class ReleaseIdImpl

java.lang.Object
  extended by org.drools.compiler.kproject.ReleaseIdImpl
All Implemented Interfaces:
org.kie.api.builder.ReleaseId

public class ReleaseIdImpl
extends Object
implements org.kie.api.builder.ReleaseId


Constructor Summary
ReleaseIdImpl(String groupId, String artifactId, String version)
           
 
Method Summary
 boolean equals(Object o)
           
static org.kie.api.builder.ReleaseId fromPropertiesString(String string)
           
 String getArtifactId()
           
 String getGroupId()
           
 String getPomPropertiesPath()
           
 String getPomXmlPath()
           
 String getVersion()
           
 int hashCode()
           
 String toExternalForm()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReleaseIdImpl

public ReleaseIdImpl(String groupId,
                     String artifactId,
                     String version)
Method Detail

getGroupId

public String getGroupId()
Specified by:
getGroupId in interface org.kie.api.builder.ReleaseId

getArtifactId

public String getArtifactId()
Specified by:
getArtifactId in interface org.kie.api.builder.ReleaseId

getVersion

public String getVersion()
Specified by:
getVersion in interface org.kie.api.builder.ReleaseId

toString

public String toString()
Overrides:
toString in class Object

toExternalForm

public String toExternalForm()
Specified by:
toExternalForm in interface org.kie.api.builder.ReleaseId

getPomXmlPath

public String getPomXmlPath()

getPomPropertiesPath

public String getPomPropertiesPath()

fromPropertiesString

public static org.kie.api.builder.ReleaseId fromPropertiesString(String string)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Drools :: Compiler 6.0.0.Beta3

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