public class Library
extends java.lang.Object
| Constructor and Description |
|---|
Library() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAppContextPath() |
java.lang.String |
getAppId() |
java.lang.String |
getAppLanguage() |
java.util.List<Application> |
getApplications() |
java.lang.String |
getAppName() |
int |
getClassCount()
Return the number of classes in this library.
|
int |
getClassedUsed()
Return the number of classes used by this library.
|
boolean |
getCustom() |
java.lang.String |
getFilename()
Return the filename for this library.
|
java.lang.String |
getFileName() |
java.lang.String |
getFileVersion() |
java.lang.String |
getGrade() |
java.lang.String |
getGroup() |
java.lang.String |
getHash() |
long |
getLatestReleaseDate() |
java.lang.String |
getLatestVersion() |
long |
getLibraryId() |
double |
getLibScore() |
java.lang.String |
getManifest()
Return the blob of MANIFEST.MF in plaintext.
|
int |
getMonthsOutdated() |
long |
getReleaseDate() |
int |
getTotalVulnerabilities() |
java.lang.String |
getVersion()
Return the version of this library according to the library authority
like Maven Central or NuGet.
|
public java.lang.String getFilename()
public java.lang.String getVersion()
public java.util.List<Application> getApplications()
public int getClassCount()
public int getClassedUsed()
public java.lang.String getManifest()
public long getLibraryId()
public java.lang.String getGrade()
public java.lang.String getHash()
public java.lang.String getFileName()
public java.lang.String getGroup()
public java.lang.String getFileVersion()
public java.lang.String getLatestVersion()
public long getReleaseDate()
public long getLatestReleaseDate()
public int getTotalVulnerabilities()
public boolean getCustom()
public double getLibScore()
public java.lang.String getAppLanguage()
public int getMonthsOutdated()
public java.lang.String getAppId()
public java.lang.String getAppName()
public java.lang.String getAppContextPath()
Copyright © 2019 Contrast Security. All Rights Reserved.