public class RemoteDependency extends Object implements Serializable
| Constructor and Description |
|---|
RemoteDependency() |
public static Collection<org.whitesource.agent.api.model.DependencyInfo> convert(Collection<RemoteDependency> remoteDependencies)
public String getSystemPath()
public void setSystemPath(String systemPath)
public String getArtifactId()
public void setArtifactId(String artifactId)
public String getSha1()
public void setSha1(String sha1)
public void setOtherPlatformSha1(String otherPlatformSha1)
public String getOtherPlatformSha1()
public void setFullHash(String fullHash)
public String getFullHash()
public void setMostSigBitsHash(String mostSigBitsHash)
public String getMostSigBitsHash()
public void setLeastSigBitsHash(String leastSigBitsHash)
public String getLeastSigBitsHash()
public void setGroupId(String groupId)
public void setVersion(String version)
public String getGroupId()
public String getVersion()
public String getType()
public String getClassifier()
public String getScope()
public void setType(String type)
public void setClassifier(String classifier)
public void setScope(String scope)
Copyright © 2016–2018 White Source. All rights reserved.