public class ReleaseIdImpl extends Object implements org.kie.api.builder.ReleaseId, Externalizable
| Constructor and Description |
|---|
ReleaseIdImpl() |
ReleaseIdImpl(String releaseId) |
ReleaseIdImpl(String groupId,
String artifactId,
String version) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static org.kie.api.builder.ReleaseId |
fromPropertiesString(String string) |
String |
getArtifactId() |
String |
getCompilationCachePathPrefix() |
String |
getGroupId() |
String |
getPomPropertiesPath() |
String |
getPomXmlPath() |
String |
getSnapshotVersion() |
String |
getVersion() |
int |
hashCode() |
boolean |
isSnapshot() |
void |
readExternal(ObjectInput in) |
void |
setArtifactId(String artifactId) |
void |
setGroupId(String groupId) |
void |
setSnapshotVersion(String snapshotVersion) |
void |
setVersion(String version) |
String |
toExternalForm() |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public ReleaseIdImpl()
public ReleaseIdImpl(String releaseId)
public String getGroupId()
getGroupId in interface org.kie.api.builder.ReleaseIdpublic String getArtifactId()
getArtifactId in interface org.kie.api.builder.ReleaseIdpublic String getVersion()
getVersion in interface org.kie.api.builder.ReleaseIdpublic void setGroupId(String groupId)
public void setArtifactId(String artifactId)
public void setVersion(String version)
public String toExternalForm()
toExternalForm in interface org.kie.api.builder.ReleaseIdpublic String getPomXmlPath()
public String getPomPropertiesPath()
public String getCompilationCachePathPrefix()
public boolean isSnapshot()
isSnapshot in interface org.kie.api.builder.ReleaseIdpublic static org.kie.api.builder.ReleaseId fromPropertiesString(String string)
public String getSnapshotVersion()
public void setSnapshotVersion(String snapshotVersion)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.