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.ReleaseIdpublic void setGroupId(String groupId)
public String getArtifactId()
getArtifactId in interface org.kie.api.builder.ReleaseIdpublic void setArtifactId(String artifactId)
public String getVersion()
getVersion in interface org.kie.api.builder.ReleaseIdpublic void setVersion(String version)
public boolean isSnapshot()
isSnapshot in interface org.kie.api.builder.ReleaseIdpublic String toExternalForm()
toExternalForm in interface org.kie.api.builder.ReleaseIdCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.