public class AFReleaseIdImpl extends Object implements AFReleaseId, Externalizable
Constructor and Description |
---|
AFReleaseIdImpl() |
AFReleaseIdImpl(String releaseId) |
AFReleaseIdImpl(String groupId,
String artifactId,
String version) |
AFReleaseIdImpl(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(AFReleaseId releaseId) |
String |
getPomXmlPath() |
static String |
getPomXmlPath(AFReleaseId 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 AFReleaseIdImpl()
public AFReleaseIdImpl(String releaseId)
public String getGroupId()
getGroupId
in interface AFReleaseId
public String getArtifactId()
getArtifactId
in interface AFReleaseId
public String getVersion()
getVersion
in interface AFReleaseId
public void setGroupId(String groupId)
public void setArtifactId(String artifactId)
public void setVersion(String version)
public String getType()
public String toExternalForm()
toExternalForm
in interface AFReleaseId
public String getPomXmlPath()
public String getPomPropertiesPath()
public static String getPomXmlPath(AFReleaseId releaseId)
public static String getPomPropertiesPath(AFReleaseId releaseId)
public String getCompilationCachePathPrefix()
public boolean isSnapshot()
isSnapshot
in interface AFReleaseId
public String getSnapshotVersion()
public void setSnapshotVersion(String snapshotVersion)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
protected static boolean isEmpty(CharSequence str)
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.