public class LegacyArtifactPath extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
private String | 
artifact
The artifact reference, as " [groupId] :
 [artifactId] : [version] : [classifier] : [type] ". 
 | 
private String | 
path
The legacy path. 
 | 
| Constructor and Description | 
|---|
LegacyArtifactPath()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
String | 
getArtifact()
Get the artifact reference, as " [groupId] : [artifactId] :
 [version] : [classifier] : [type] ". 
 | 
String | 
getArtifactId()  | 
String | 
getClassifier()  | 
String | 
getGroupId()  | 
String | 
getPath()
Get the legacy path. 
 | 
String | 
getType()  | 
String | 
getVersion()  | 
int | 
hashCode()  | 
boolean | 
match(String path)  | 
void | 
setArtifact(String artifact)
Set the artifact reference, as " [groupId] : [artifactId] :
 [version] : [classifier] : [type] ". 
 | 
void | 
setPath(String path)
Set the legacy path. 
 | 
public LegacyArtifactPath()
public String getArtifact()
public void setArtifact(String artifact)
artifact - public String getGroupId()
public String getArtifactId()
public String getVersion()
public String getClassifier()
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.