public class DependencyJson extends ArtifactJson
| Constructor and Description |
|---|
DependencyJson() |
DependencyJson(org.apache.maven.artifact.Artifact artifact) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getScope() |
int |
hashCode() |
void |
setScope(String scope) |
String |
toString() |
getArtifactId, getGroupId, getKey, setArtifactId, setGroupIdpublic DependencyJson()
public DependencyJson(org.apache.maven.artifact.Artifact artifact)
public String getScope()
public void setScope(String scope)
public boolean equals(Object o)
equals in class ArtifactJsonpublic int hashCode()
hashCode in class ArtifactJsonpublic String toString()
toString in class ArtifactJsonCopyright © 2019 Atlassian. All rights reserved.