public class ReleaseIdImpl extends Object implements ReleaseId, Externalizable
| Constructor and Description |
|---|
ReleaseIdImpl() |
ReleaseIdImpl(String releaseId) |
ReleaseIdImpl(String groupId,
String artifactId,
String version) |
ReleaseIdImpl(String groupId,
String artifactId,
String version,
String type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getArtifactId() |
String |
getCompilationCachePathPrefix() |
String |
getGroupId() |
String |
getPomPropertiesPath() |
static String |
getPomPropertiesPath(ReleaseId releaseId) |
String |
getPomXmlPath() |
static String |
getPomXmlPath(ReleaseId releaseId) |
String |
getSnapshotVersion() |
String |
getType() |
String |
getVersion() |
int |
hashCode() |
protected static boolean |
isEmpty(CharSequence str) |
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 ReleaseIdpublic String getArtifactId()
getArtifactId in interface ReleaseIdpublic String getVersion()
getVersion in interface ReleaseIdpublic void setGroupId(String groupId)
public void setArtifactId(String artifactId)
public void setVersion(String version)
public String getType()
public String toExternalForm()
toExternalForm in interface ReleaseIdpublic String getPomXmlPath()
public String getPomPropertiesPath()
public String getCompilationCachePathPrefix()
public boolean isSnapshot()
isSnapshot in interface ReleaseIdpublic 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 ExternalizableIOExceptionClassNotFoundExceptionprotected static boolean isEmpty(CharSequence str)
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.