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) |
static AFReleaseId |
fromPropertiesStream(InputStream stream,
String path) |
static AFReleaseId |
fromPropertiesString(String path) |
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 AFReleaseIdpublic String getArtifactId()
getArtifactId in interface AFReleaseIdpublic String getVersion()
getVersion in interface AFReleaseIdpublic void setGroupId(String groupId)
public void setArtifactId(String artifactId)
public void setVersion(String version)
public String getType()
public String toExternalForm()
toExternalForm in interface AFReleaseIdpublic String getPomXmlPath()
public String getPomPropertiesPath()
public static String getPomXmlPath(AFReleaseId releaseId)
public static String getPomPropertiesPath(AFReleaseId releaseId)
public static AFReleaseId fromPropertiesString(String path)
public static AFReleaseId fromPropertiesStream(InputStream stream, String path)
public String getCompilationCachePathPrefix()
public boolean isSnapshot()
isSnapshot in interface AFReleaseIdpublic 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 © 2017–2019 JBoss by Red Hat. All rights reserved.