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