public class MavenPackageDescriptor extends MavenIdWrapper
artifactId, groupId, version| Constructor and Description |
|---|
MavenPackageDescriptor()
Constructor required by jaxb
|
MavenPackageDescriptor(net.ossindex.common.PackageDescriptor pkg) |
| Modifier and Type | Method and Description |
|---|---|
MavenIdWrapper |
getParent() |
java.util.List<net.ossindex.common.VulnerabilityDescriptor> |
getVulnerabilities()
Get vulnerabilities belonging to this package.
|
int |
getVulnerabilityMatches()
Get the total number of vulnerabilities matching the supplied version.
|
int |
getVulnerabilityTotal()
Get the total number of vulnerabilities for the package identified on the server.
|
void |
setParent(MavenIdWrapper parent) |
equals, getArtifactId, getGroupId, getMavenPackageId, getMavenVersionId, getVersion, hashCode, setArtifactId, setGroupId, setVersionpublic MavenPackageDescriptor()
public MavenPackageDescriptor(net.ossindex.common.PackageDescriptor pkg)
public void setParent(MavenIdWrapper parent)
public MavenIdWrapper getParent()
public int getVulnerabilityTotal()
public int getVulnerabilityMatches()
public java.util.List<net.ossindex.common.VulnerabilityDescriptor> getVulnerabilities()