public class VersionedReference extends Object implements Serializable
Constructor and Description |
---|
VersionedReference() |
Modifier and Type | Method and Description |
---|---|
String |
getArtifactId()
Get the Artifact ID of the repository content.
|
String |
getGroupId()
Get the Group ID of the repository content.
|
String |
getVersion()
Get the version of the repository content.
|
void |
setArtifactId(String artifactId)
Set the Artifact ID of the repository content.
|
void |
setGroupId(String groupId)
Set the Group ID of the repository content.
|
void |
setVersion(String version)
Set the version of the repository content.
|
static String |
toKey(VersionedReference reference) |
public VersionedReference()
public String getArtifactId()
public String getGroupId()
public String getVersion()
public void setArtifactId(String artifactId)
artifactId
- public void setGroupId(String groupId)
groupId
- public void setVersion(String version)
version
- public static String toKey(VersionedReference reference)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.