public class ReleaseId extends Object implements org.kie.api.builder.ReleaseId
Constructor and Description |
---|
ReleaseId() |
ReleaseId(org.kie.api.builder.ReleaseId releaseId) |
ReleaseId(String groupId,
String artifactId,
String version) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getArtifactId() |
String |
getGroupId() |
String |
getVersion() |
int |
hashCode() |
boolean |
isSnapshot() |
void |
setArtifactId(String artifactId) |
void |
setGroupId(String groupId) |
void |
setVersion(String version) |
String |
toExternalForm() |
String |
toString() |
public ReleaseId()
public ReleaseId(org.kie.api.builder.ReleaseId releaseId)
public String getGroupId()
getGroupId
in interface org.kie.api.builder.ReleaseId
public void setGroupId(String groupId)
public String getArtifactId()
getArtifactId
in interface org.kie.api.builder.ReleaseId
public void setArtifactId(String artifactId)
public String getVersion()
getVersion
in interface org.kie.api.builder.ReleaseId
public void setVersion(String version)
public boolean isSnapshot()
isSnapshot
in interface org.kie.api.builder.ReleaseId
public String toExternalForm()
toExternalForm
in interface org.kie.api.builder.ReleaseId
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.